9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00

Oraxen link, and NMS WORKING, but not working

Jar loads, Color Borked, ill look at it tomorrow
This commit is contained in:
Brian Fopiano
2022-03-17 00:39:05 -07:00
parent 75726b3d34
commit c7d5212f82
2 changed files with 5 additions and 6 deletions

View File

@@ -62,7 +62,6 @@ public class OraxenLink {
} else if(m.getFactory() instanceof BlockMechanicFactory) {
MultipleFacing newBlockData = (MultipleFacing) Bukkit.createBlockData(Material.MUSHROOM_STEM);
Utils.setBlockFacing(newBlockData, ((BlockMechanic) m).getCustomVariation());
return newBlockData;
}
return null;