Solved Can't craft factory blocks

Status
Not open for further replies.

PolishPanda

New Member
Jul 29, 2019
49
0
0
Summary of the problem Can't craft factory blocks

Pack Version 1.4.0

What is the bug? Can't craft Factory Blocks from Chisel.

Mod & Version Chisel-MC1.12-0.1.0.23

Link to log file

Is it repeatable? Should be.

Known Fix None.
 
P

Pjc21

Guest
Can also confirm this issue on clean install for version 1.4.0
When clicking on factory block in JEI will only show Chiseled variants available and no crafting recipe.
When manually inputting the factory block recipe in a crafting table it will craft 32 Tyrian blocks, which I think is the new name for the Futuristic Armor Plating Block.
2017-12-16_01.17.13.png 2017-12-16_01.19.01.png

When trying the recipe for the Tyrian Block, it will not show any output.
2017-12-16_01.19.08.png

This has been reported here
https://github.com/Chisel-Team/Chisel/issues/605

As a workaround you can add the following lines to the "00_default.zs" script in the script folder

recipes.remove(<chisel:factory>);
recipes.remove(<chisel:tyrian>);
recipes.addShaped(<chisel:factory> * 32, [[<minecraft:stone>, <ore:ingotIron>, <minecraft:stone>], [<ore:ingotIron>, null, <ore:ingotIron>], [<minecraft:stone>, <ore:ingotIron>, <minecraft:stone>]]);
recipes.addShaped(<chisel:tyrian> * 8, [[<minecraft:stone>, <minecraft:stone>, <minecraft:stone>], [<minecraft:stone>, <ore:ingotIron>, <minecraft:stone>], [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>]]);


2017-12-16_01.28.23.png 2017-12-16_01.28.38.png
 

PolishPanda

New Member
Jul 29, 2019
49
0
0
For some inexplicable reason adding those lines isn't working, even though I double checked everything and it seems fine in my file. RIP
 
P

Pjc21

Guest
@PolishPanda, not sure if this is the issue but if playing on a server these changes will need to be made on both the client & server side.
 
Last edited:
Status
Not open for further replies.