Skip to content

Commit

Permalink
Удалено цветное стекло
Browse files Browse the repository at this point in the history
  • Loading branch information
DDShadowRU committed Mar 26, 2020
1 parent f30b6e5 commit cf558aa
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 183 deletions.
1 change: 0 additions & 1 deletion dev/.includes
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ core/blocks/peat/peat.js
core/blocks/peat/tile.js

core/blocks/ores.js
core/blocks/glass.js
core/blocks/storage.js

# ITEMS
Expand Down
115 changes: 0 additions & 115 deletions dev/core/blocks/glass.js

This file was deleted.

66 changes: 0 additions & 66 deletions dev/factory/blocks/fabricator/recipes.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
//Smelting
for (let i = 0; i < 16; i++) {
FabricatorManager.addSmelting({
input: {
id: BlockID.forestryGlass,
data: i
},
amount: 1,
temperature: 1000
});
}

FabricatorManager.addSmelting({
input: {
id: 20
Expand Down Expand Up @@ -70,61 +59,6 @@ FabricatorManager.addSmelting({
});

//Recipes
for (let i = 0; i < 16; i++) {
FabricatorManager.registerRecipe({
input: {3: {id: 351, data: i}, 6: {id: ItemID.propolis, data: 0}},
special: {
id: ItemID.waxCast,
data: 0,
count: 1,
dec: false
},
result: {
id: BlockID.forestryGlass,
count: 1,
data: i
}
});
}

if (ForestryConfig.glassEnabled) {
for (let i = 0; i < 16; i++) {
FabricatorManager.registerRecipe({
input: {3: {id: 351, data: i}, 6: {id: ItemID.propolisSilky, data: 0}},
special: {
id: ItemID.waxCast,
data: 0,
count: 1,
dec: false
},
result: {
id: BlockID.forestryGlass,
count: 1,
data: i
}
});

}

for (let i = 0; i < 16; i++) {
FabricatorManager.registerRecipe({
input: {3: {id: 351, data: i}, 6: {id: ItemID.propolisPulse, data: 0}},
special: {
id: ItemID.waxCast,
data: 0,
count: 1,
dec: false
},
result: {
id: BlockID.forestryGlass,
count: 1,
data: i
}
});

}
}

function registerTubeRecipe(itemId, materialId, materialData) {
materialData = materialData || 0;
FabricatorManager.registerRecipe({
Expand Down
1 change: 0 additions & 1 deletion dev/storage/items/backpacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ BackpackRegistry.register(ItemID.backpackBuilder, {
"^glass.+",
"^chest.+",
"^block.+",
"^forestryGlass$",
{
id: 98,
data: -1
Expand Down
Binary file removed res/terrain-atlas/glass/black/glass_black_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/black/glass_black_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/blue/glass_blue_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/blue/glass_blue_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/brown/glass_brown_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/brown/glass_brown_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/cyan/glass_cyan_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/cyan/glass_cyan_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/gray/glass_gray_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/gray/glass_gray_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/green/glass_green_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/green/glass_green_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/lightblue/glass_lightblue_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/lightblue/glass_lightblue_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/lightgray/glass_lightgray_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/lightgray/glass_lightgray_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/lime/glass_lime_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/lime/glass_lime_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/magenta/glass_magenta_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/magenta/glass_magenta_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/orange/glass_orange_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/orange/glass_orange_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/pink/glass_pink_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/pink/glass_pink_1.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/purple/glass_purple_0.png
Binary file not shown.
Binary file removed res/terrain-atlas/glass/purple/glass_purple_1.png
Diff not rendered.
Binary file removed res/terrain-atlas/glass/red/glass_red_0.png
Diff not rendered.
Binary file removed res/terrain-atlas/glass/red/glass_red_1.png
Diff not rendered.
Binary file removed res/terrain-atlas/glass/white/glass_white_0.png
Diff not rendered.
Binary file removed res/terrain-atlas/glass/white/glass_white_1.png
Diff not rendered.
Binary file removed res/terrain-atlas/glass/yellow/glass_yellow_0.png
Diff not rendered.
Binary file removed res/terrain-atlas/glass/yellow/glass_yellow_1.png
Diff not rendered.

0 comments on commit cf558aa

Please sign in to comment.