Started by
Freedro
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a biome that would use a block from another mod as the ground block. Sadly, unlike other things like recipes, the biome seems to be coded in java, so I can't just substitute "minecraft:blockid" with "modid:blockid". Does anyone know how to circumvent this?