Ummmm.....Don't know how this would happen but if i were you i would ask 500 ISE.
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId==280);
setTile(x,y+1,z,18);
setTile(x,y+2,z,51);//Will place fire 2 blocks up
}
If this helps any when you hit the ground with a stick it will place a fire block 2 up from where you hit and a leaf block under it because the fire will not work without a block under it beside it or above it
function useItem(x,y,z,itemId,blockId,side) { if(itemId==280); setTile(x,y+1,z,18); setTile(x,y+2,z,51);//Will place fire 2 blocks up }If this helps any when you hit the ground with a stick it will place a fire block 2 up from where you hit and a leaf block under it because the fire will not work without a block under it beside it or above it-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI'm back from my hibernation. Most likely gone so don't pm me.