mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Fix 1.12 falling block
This commit is contained in:
parent
3a5f8545dc
commit
45d42b1c6b
@ -147,11 +147,11 @@ public class ReflectionManager {
|
||||
soundGetMethod = getCraftMethod("CraftSound", "getSound", Sound.class);
|
||||
vector3FConstructor = getNmsConstructor("Vector3f", float.class, float.class, float.class);
|
||||
enumDirectionFrom = getNmsMethod("EnumDirection", "fromType1", int.class);
|
||||
getBlockData = getNmsMethod(getNmsClass("Block"), "getBlockData");
|
||||
|
||||
if (NmsVersion.v1_13.isSupported()) {
|
||||
craftBlockDataGetState = getCraftMethod("block.data.CraftBlockData", "getState");
|
||||
magicGetBlock = getCraftMethod("util.CraftMagicNumbers", "getBlock", Material.class);
|
||||
getBlockData = getNmsMethod(getNmsClass("Block"), "getBlockData");
|
||||
entityTypesAMethod = getNmsMethod("EntityTypes", "a", String.class);
|
||||
|
||||
if (NmsVersion.v1_14.isSupported()) {
|
||||
|
Loading…
Reference in New Issue
Block a user