Chisel

Chisel

150M Downloads

Redstone block can't be chiseled

Firefly0402 opened this issue ยท 3 comments

commented

Minecraft: 1.16.5
Mod version: 2.0.1-alpha.4
Forge: 36.2.4

Chiseled redstone blocks (with the "chisel" Mod ID) are shown in JEI but putting a minecraft redstone block into the chisel's GUI doesn't show any craftable products. Using commands to give me a chiseled redstone block to start with I can use the chisel to change the appearence into any other chiseled redstone block (like it's supposed to do).
Is there any fix to this? I don't want to give all players on my server admin rights to cheat those blocks. There must be another way :)

EDIT: Just found out that the minceraft redstone block is missing the "chisel:redstone" tag. So it might be an issue with the Enigmatica 6 modpack I'm playing and not this mod specifically. I'm not sure though, I'm no expert :(

commented

We didn't purposefully do anything to cause this in Enigmatica 6 ๐Ÿ˜„
This might be the isuse: https://github.com/Chisel-Team/Chisel/blob/1.16/dev/base/src/generated/resources/data/chisel/tags/items/redstone.json#L33

commented

Thank you very much for taking your time to investigate the issue :)
I hope it'll be fixed soon :)

commented

Hello, I found a few other blocks that are missing the same Tag, i.e. End Stone, Sand Stone, Red Sand Stone and Emerald Blocks.
I'm playing alpha 4 with the FTB Ocean Block Pack

EDIT: I checked all blocks again and made some mistakes. Here is a full List of missing Blocks ready to create a KubeJS Tag event list:
event.add("chisel:basalt", ["minecraft:basalt", "minecraft:polished_basalt"]);
event.add("chisel:sandstone", ["minecraft:sandstone", "minecraft:chiseled_sandstone", "minecraft:cut_sandstone", minecraft:smooth_sandstone"]);
event.add("chisel:metals/aluminum", ["immersiveengineering:storage_aluminum"]);
event.add("chisel:metals/bronze", ["thermal:bronze_block"]);
event.add("chisel:emerald", ["minecraft:emerald_block"]);
event.add("chisel:redstone", ["minecraft:redstone_block"]);