TheStaticVoid / StaTech-Industry

Minecraft 1.19.2 modpack focused on Modern Industrializations
GNU General Public License v3.0
45 stars 13 forks source link

Add stonecutting recipes for chisel blocks #402

Closed redcatone closed 10 months ago

redcatone commented 10 months ago

Adds all chisel and factory blocks as recipes in the stonecutter. Has side effect of allowing chisel blocks to be created in the MI cutting machine and as a Create cutting recipe (sawing). Based off of https://github.com/matthewperiut/Chisel-Reborn/issues/15#issuecomment-1451442147.

While working on this I also noticed none of the purpur chiseled blocks are unobtainable. This script allows them to be obtainable in the stonecutter, but not the chisel. I looked into adding custom chisel recipes but I think a mod is required for that.

TheStaticVoid commented 10 months ago

The Factory Blocks json is not in the right file format, I can fix this on my end in the 1.1.8 branch manually.

Thank you for this though.