mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
net.minecraft.data.loot.packs
This commit is contained in:
parent
d7eab570bd
commit
1f128f76c7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- a/net/minecraft/data/loot/packs/VanillaChestLoot.java
|
--- a/net/minecraft/data/loot/packs/VanillaChestLoot.java
|
||||||
+++ b/net/minecraft/data/loot/packs/VanillaChestLoot.java
|
+++ b/net/minecraft/data/loot/packs/VanillaChestLoot.java
|
||||||
@@ -946,7 +946,6 @@
|
@@ -946,7 +_,6 @@
|
||||||
.add(
|
.add(
|
||||||
LootItem.lootTableItem(Items.COMPASS)
|
LootItem.lootTableItem(Items.COMPASS)
|
||||||
.apply(SetItemCountFunction.setCount(ConstantValue.exactly(1.0F)))
|
.apply(SetItemCountFunction.setCount(ConstantValue.exactly(1.0F)))
|
Loading…
Reference in a new issue