#How to remove amethyst clusters and lava lakes and such?
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1741788741:t>, feel free to use the Summon Helpers button to ping our helper team.
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
probably by using a pack filter
you can put your file paths into a block in your pack.mcmeta to remove the files entirely
here is an example to remove the furnace recipe json { "pack": { "description": "example pack", "pack_format": 57 }, "filter": { "block": [ { "namespace": "minecraft", "path": "recipe/furnace.json" } ] } }
That won't work for this, because they get referenced in biome files
aah dang
forgot about that
can't you just remove them from the biome files then?
Easiest way is going to be replacing the configured_feature files to be the no_op (aka no operation) feature type
Yeah but that requires modifying like 70 files
aah IC
yea I shouldn't really help people with worldgen since I'm to inexperienced with it lmao
k trying that now. great frozen world video btw 😉
I'm not quite sure where to find the feature type, do you mean changing all : "minecraft:simple_state_provider" to "minecraft:no_op"?
No, the minecraft:geode type at the very top
oh yeah, thanks!
hmm it still crashes and in the log it says No key placement in: and then the file where i put "minecraft:no_op"
Hmm shouldn't need placements. It could be because you didn't empty the config brackets
well i tried to empty the config brackets and also deleting the config but it crashed in both cases
I can provide the log if you want because im not very experienced with this stuff
If you could paste the contents of the configured feature file in here, as well as yeah what the output logs look like when you load the world, that would be useful
Configures_feature file:
{
"type": "minecraft:no_op",
"config": {
}
}
Log when i try to click on create new world, so it already crashes when i try to make a world not even load one.
Log:
I use it in modded, so i don't know if that could matter but just fyi
The configured feature file is fine
Seems like the issue may be in the lake_lava placed_feature file, did you change that?
yea well turns out I used the placed feature before and probably just got em mixed. man im sorry for your time lmao