#Is it possible to remove biomes?
1 messages · Page 1 of 1 (latest)
You could replaced them
https://learn.microsoft.com/en-us/minecraft/creator/documents/biomes/custompartialbiomereplacement?view=minecraft-bedrock-stable
yeah, this also works for vanilla biomes, so you can replace the biome with forest, plains, ect.
just edit the vanilla biome file and use the replacement component
Yes, it is possible to remove all vanilla biomes using biome replacement, all vanilla structures will not generate if you do not use the vanilla biome tags, except the ruined portal which will always generate
thanks for the info, it worked
Can I make a vanilla structure to not spawn
You can maybe override it. You can find a lot of the vanilla feature / feature rules files in the BDS download, or in the app folder for Bedrock (most easily accessed on PC).
I don't have pc
Download BDS, unzip it, take files, delete rest.
Oh ok thanks vm
Okkk
if you just want to modify your own minecraft without it being an addon, then yes
Can't you override the vanilla features (and/or feature rules) in addons by defining your own file/definition with that name? I thought I've seen other people on here do that. I know you can't place/refer to the feature files in the vanilla pack, it just throws up an error about not being able to place internal features.
I have not tried overriding yet - that's on my list. I only discovered these files recently through searching here and finding a reference to them.
At the very least it is very useful to see how vanilla uses features/feature rules, since there is not enough documentation.
I appreciate how Mojang have included some of the vanilla structure files, though they are in NBT format - not sure if this is identical to how Java formats their .nbt structures.
the nbt structures presented in bedrock are the same files as those in java