fix #2362
This commit is contained in:
parent
f7601c4564
commit
e49136f096
1 changed files with 3 additions and 0 deletions
|
@ -540,6 +540,9 @@ public class BuildCraftBuilders extends BuildCraftMod {
|
||||||
CoreProxy.proxy.addCraftingRecipe(new ItemStack(pathMarkerBlock, 1), "l ", "r ", 'l',
|
CoreProxy.proxy.addCraftingRecipe(new ItemStack(pathMarkerBlock, 1), "l ", "r ", 'l',
|
||||||
"dyeGreen", 'r', Blocks.redstone_torch);
|
"dyeGreen", 'r', Blocks.redstone_torch);
|
||||||
|
|
||||||
|
CoreProxy.proxy.addCraftingRecipe(new ItemStack(constructionMarkerBlock, 1), "l ", "r ", 'l',
|
||||||
|
"gearGold", 'r', Blocks.redstone_torch);
|
||||||
|
|
||||||
CoreProxy.proxy.addCraftingRecipe(new ItemStack(fillerBlock, 1), "btb", "ycy", "gCg", 'b',
|
CoreProxy.proxy.addCraftingRecipe(new ItemStack(fillerBlock, 1), "btb", "ycy", "gCg", 'b',
|
||||||
"dyeBlack", 't', markerBlock, 'y', "dyeYellow",
|
"dyeBlack", 't', markerBlock, 'y', "dyeYellow",
|
||||||
'c', Blocks.crafting_table, 'g', "gearGold", 'C', Blocks.chest);
|
'c', Blocks.crafting_table, 'g', "gearGold", 'C', Blocks.chest);
|
||||||
|
|
Loading…
Reference in a new issue