Skip to content

Commit

Permalink
epic fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dqu1J committed Mar 2, 2024
1 parent cc86954 commit d1848aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private static void registerLootTables() {
.when(LootItemRandomChanceWithLootingCondition.randomChanceAndLootingBoost(0.025f, 0.01f))
.add(LootItem.lootTableItem(CHICKEN_NUGGET))
);
LootHandler.register(BuiltInLootTables.PIGLIN_BARTERING, () -> Config.getBool(ConfigValues.GILDED_NETHERITE), LootPool.lootPool()
LootHandler.register(BuiltInLootTables.PIGLIN_BARTERING, () -> Config.getBool(ConfigValues.GILDED_NETHERITE, "enabled"), LootPool.lootPool()
.setRolls(ConstantValue.exactly(1))
.when(LootItemRandomChanceCondition.randomChance(0.015f))
.add(LootItem.lootTableItem(GOLD_RING))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "misc",
"key": {
"#": {
"item": "minecraft:diamond"
"item": "minecraft:iron_ingot"
},
"C": {
"item": "minecraft:cobblestone"
Expand Down

0 comments on commit d1848aa

Please sign in to comment.