--- a/net/minecraft/server/LootContextParameters.java +++ b/net/minecraft/server/LootContextParameters.java @@ -12,6 +12,7 @@ public static final LootContextParameter BLOCK_ENTITY = a("block_entity"); public static final LootContextParameter TOOL = a("tool"); public static final LootContextParameter EXPLOSION_RADIUS = a("explosion_radius"); + public static final LootContextParameter LOOTING_MOD = new LootContextParameter<>(new MinecraftKey("bukkit:looting_mod")); // CraftBukkit private static LootContextParameter a(String s) { return new LootContextParameter<>(new MinecraftKey(s));