qixils / minecraft-randomiser

Resource pack and data pack randomiser to shuffle textures, sounds, loot tables, recipes, and more
MIT License
46 stars 6 forks source link

No data being shuffled when ran .py in folder with Python3 #9

Open 3Nya3 opened 5 years ago

3Nya3 commented 5 years ago

When I ran the data_randomizer.py in the mincraft-randomiser-2.0.0 it popped up the python window and flashed through about 5 lines before closing. When checking the random_data.zip folder in the data > minecraft folder there was only a tags folder, no loot_table folder or anything.

I looked at the code and it should automatically compress and move the folder into /datapacks in the world saves but it didn't, and when manually moved in and ran nothing was randomized. (I've used SethBling's randomizer before) image image

qixils commented 5 years ago

hm, this is peculiar, thought i fixed this with a previous commit. will look into it soon..

(as a side note, it doesn't automatically move the file, it just prints where you should move it. although, i could add a feature to specify the worldname so it moves it automatically..)