mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Readding Oraxen Link for Texting
This commit is contained in:
parent
f4bee872e1
commit
f9a6bd1343
@ -62,6 +62,7 @@ public class OraxenLink {
|
|||||||
} else if(m.getFactory() instanceof BlockMechanicFactory) {
|
} else if(m.getFactory() instanceof BlockMechanicFactory) {
|
||||||
MultipleFacing newBlockData = (MultipleFacing) Bukkit.createBlockData(Material.MUSHROOM_STEM);
|
MultipleFacing newBlockData = (MultipleFacing) Bukkit.createBlockData(Material.MUSHROOM_STEM);
|
||||||
Utils.setBlockFacing(newBlockData, ((BlockMechanic) m).getCustomVariation());
|
Utils.setBlockFacing(newBlockData, ((BlockMechanic) m).getCustomVariation());
|
||||||
|
return newBlockData;
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user