Started by
Shredonus
on
Topic category: Help with Minecraft modding (Java Edition)
Hi all. I want to add 500 unique blocks that gonna generate in world, but making every single one manually by duplicating, then changing it's parameters looks like something impossible to do. I plan to make a little program thats gonna generate required code with random parameters for every block (when I'll some how get the base template code for such block element), but still I have no idea how to implement such many elements at once, automatically. Will someone help me please? If I'll achieve this, after some polishing, I'll publish something really special that mcreator users didn't saw before for sure :)
Edited by Shredonus on Fri, 12/08/2023 - 04:54
What are the diffrences in each block?
Well textures,appearance place in the world, it's parameters, it's drop
Or maybe there's a way to define mod elements for MCreator externally by using a code somehow? That would do the work, I just don't know how to reach it
I was already trying to add a single block element to MCreator externally by editing many files in workspace directory, but there's too many folders to search in
If it was something more simple to do, it probably could be make randomly.