diff --git a/README.md b/README.md index a3eb8ed..7acad3c 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ Datapack for Minecraft 1.16.2+! Get unique decorative miniblocks from special tr 12. Engineer - Radiating Redstone (1/256 from mining redstone ore)
13. Alchemist - Crystal Phial (1/24 chance when fishing up a Treasure)
14. Sculptor - Sculpting Clay (1/256 from harvesting clay)
- 15. Tailor - Fine Thread (1/4 from Village Shepherd chests)
+ 15. Tailor - Fine Thread (1/2 from Village Shepherd chests)
16. Beekeeper - Prismatic Honeycomb (100% from Jungle Temple chests)
- 17. Blacksmith - Mastercrafted Iron (1/4 from Village Armorer chests)
+ 17. Blacksmith - Mastercrafted Iron (1/2 from Village Armorer chests)
18. Ritualist - Book of Rituals (1/3 from Stronghold Library chests)
19. Baker - Shimmering Wheat (1/512 from harvesting Wheat)
- 20. Chef - Wagyu Beef (1/4 from Village Butcher chests)
+ 20. Chef - Wagyu Beef (1/2 from Village Butcher chests)
21. Bartender - Mixology Station (1/24 chance when fishing up a Treasure)
22. Astronomer - Galilean Spyglass (100% from Igloo chests)
23. Plushie Maniac - Soaked Villager Plushie (1/24 chance when fishing up a Treasure)
diff --git a/data/minecraft/loot_tables/chests/village/village_armorer.json b/data/minecraft/loot_tables/chests/village/village_armorer.json index f776892..07400b1 100644 --- a/data/minecraft/loot_tables/chests/village/village_armorer.json +++ b/data/minecraft/loot_tables/chests/village/village_armorer.json @@ -67,7 +67,7 @@ }, { "type": "empty", - "weight": 3 + "weight": 1 } ] } diff --git a/data/minecraft/loot_tables/chests/village/village_butcher.json b/data/minecraft/loot_tables/chests/village/village_butcher.json index 26f4fd6..cdfc497 100644 --- a/data/minecraft/loot_tables/chests/village/village_butcher.json +++ b/data/minecraft/loot_tables/chests/village/village_butcher.json @@ -111,7 +111,7 @@ }, { "type": "empty", - "weight": 3 + "weight": 1 } ] } diff --git a/data/minecraft/loot_tables/chests/village/village_shepherd.json b/data/minecraft/loot_tables/chests/village/village_shepherd.json index fcc1fc4..1361f88 100644 --- a/data/minecraft/loot_tables/chests/village/village_shepherd.json +++ b/data/minecraft/loot_tables/chests/village/village_shepherd.json @@ -131,7 +131,7 @@ }, { "type": "empty", - "weight": 3 + "weight": 1 } ] }