#Runtime datapack creation using datagen

3 messages · Page 1 of 1 (latest)

cunning blade
#

I'm currently testing and learning how the datagen works to allow players to create custom block generator datapacks from within the game with a serverside gui. It will generate the datapack and reload the server to apply the changes.

Last posts about the data driven block generators:
#1262924365427904552 message
#1262585082871545856 message

cunning blade
#

Was simpler than I expected
I get the worlds datapack folder
Run the datagen with the generation path on it and out the pacl.mcmeta
I did only run a specific datagen for that

Next step is make a severside gui generate that, and reload the server
I also need to delete removed gens, i kinda want to avoid nuking the datapack but I guess just don't touch generated sources anywhere