knokko / custom-items-gradle

Knokko's Custom Items: Add custom items to your server, completely free of charge
MIT License
15 stars 3 forks source link

Custom Block Spawning #158

Closed BobtheBob123456 closed 2 years ago

BobtheBob123456 commented 2 years ago

Basically, rather then using the set block command, we can use the editor to specify where the block spawns naturally. We could change the y level in which the block spawns, the biome, and how many spawn in a certain area.

It would be much better than using the set block command every time we need to place a block.

Thanks

knokko commented 2 years ago

You are basically describing 2 issues here: (1) Using custom blocks in world generation (2) An easier way to place blocks

Issue (1) will be a rather complex task and I will keep this one for a while. Regarding (2), there is an easier way to place custom blocks: you can create a custom item for the block. Using that item, you can place the block just like you can place regular blocks.