2019-04-23 04:00:00 +02:00
|
|
|
--- a/net/minecraft/server/LootContextParameters.java
|
|
|
|
+++ b/net/minecraft/server/LootContextParameters.java
|
2020-08-11 23:00:00 +02:00
|
|
|
@@ -12,6 +12,7 @@
|
2019-04-23 04:00:00 +02:00
|
|
|
public static final LootContextParameter<TileEntity> BLOCK_ENTITY = a("block_entity");
|
|
|
|
public static final LootContextParameter<ItemStack> TOOL = a("tool");
|
|
|
|
public static final LootContextParameter<Float> EXPLOSION_RADIUS = a("explosion_radius");
|
|
|
|
+ public static final LootContextParameter<Integer> LOOTING_MOD = new LootContextParameter<>(new MinecraftKey("bukkit:looting_mod")); // CraftBukkit
|
|
|
|
|
|
|
|
private static <T> LootContextParameter<T> a(String s) {
|
|
|
|
return new LootContextParameter<>(new MinecraftKey(s));
|