SquidDev opened this issue 3 years ago ยท 2 comments
Computers can only be crafted with cobblestone rather than normal stone. This is because the c:stone tag contains cobblestone:
c:stone
cc-restitched/src/main/resources/data/c/tags/items/stones.json
Lines 4 to 7 in 43ef36f
Compare this with Forge's stone list:
https://github.com/MinecraftForge/MinecraftForge/blob/9e476551be4649c35881c103748f3bdc3ca3b353/src/generated/resources/data/forge/tags/items/stone.json#L4-L11
Feel Free to push a commit to fix this to match tweaked
Fixed #20