CC: Restitched

CC: Restitched

3M Downloads

Computers are crafted with cobblestone instead of stone

SquidDev opened this issue ยท 2 comments

commented

Useful information to include:

  • Minecraft version: 1.17.1
  • CC: Restitched version: 43ef36f

Computers can only be crafted with cobblestone rather than normal stone. This is because the c:stone tag contains cobblestone:

"minecraft:diorite",
"minecraft:granite",
"minecraft:cobblestone",
"minecraft:andesite"

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

commented

Feel Free to push a commit to fix this to match tweaked

commented

Fixed #20