[NeoForge 1.21.1] Renaming not working properly?
Mariosonicman91 opened this issue ยท 0 comments
Hello! It's me again!
So, I've edited Excavated Variant's globalresources.zip and renamed basalt and smooth basalt to hellshale and smooth hellshale. But, for some odd reason, nether gold and quartz continue to generate as "Smooth Basalt "! How do I fix this?
smooth_basalt.json...
{ "types": [ "excavated_variants:overworld" ], "translations": { "en_us": "Smooth Hellshale" }, "block": "minecraft:smooth_basalt", "ore_tags": [ "c:ores_in_ground/smooth_basalt" ] }
Is there something I'm missing???
EDIT:
Two things.
In the end, turns out that you CAN simply use resource packs to override it.
And, I decided to revert these changes in my pack anyways.