Started by
BlaBlaSillySheep
on
Topic category: Help with Minecraft modding (Java Edition)
Hey, so i'm in the development of a realistic survival mod and i was wondering how i could achieve what the title says. Any help would be apreciated
Create a plant, and have the texture be invisible. Put in the info (such as the spawn weight, plant type, etc). Then create a procedure for "when block update tick" with "place *custom block* at X Y Z." It will cause the block to generate in small groups. You can also set it to only be in certain biomes (I think).
Really nice solution