You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
I ran the randomiser (seed 3001300), and noticed that dirt and grass blocks weren't randomised. I checked the data pack, and saw that "dirt" and "grass_block" are missing, which is odd, because they are in the unrandomised pack. 19 loot tables are missing in total. 18 from "blocks", and 1 from "entities".
I removed the chest loot tables and "hero_of_the_village" before randomising, and also replaced the data pack that came with the randomiser, because it was missing some loot tables. That might have something to do with it?
The text was updated successfully, but these errors were encountered:
I figured out why they weren't randomised: They were swapped with loot tables without pools, and the randomiser doesn't create a .json if there's no pool. "dirt" and "grass_block" were swapped with "player" and "armor_stand" respectively.
I forgot to mention this, but I also noticed that some recipes weren't randomised either. "golden_boots", "iron_boots" and "golden_shovel" were swapped with "armor_dye", "map_extending" and "shulker_box_coloring" respectively.
I ran the randomiser (seed 3001300), and noticed that dirt and grass blocks weren't randomised. I checked the data pack, and saw that "dirt" and "grass_block" are missing, which is odd, because they are in the unrandomised pack. 19 loot tables are missing in total. 18 from "blocks", and 1 from "entities".
I removed the chest loot tables and "hero_of_the_village" before randomising, and also replaced the data pack that came with the randomiser, because it was missing some loot tables. That might have something to do with it?
The text was updated successfully, but these errors were encountered: