9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 18:19:14 +00:00

Readding Oraxen Link for Texting

This commit is contained in:
Brian Fopiano
2022-03-17 14:52:40 -07:00
parent f4bee872e1
commit f9a6bd1343

View File

@@ -62,6 +62,7 @@ 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;