Can u make me a mod that when u destroy Redstone ore with an iron or diamond pickaxe it will drop 4 blocks of Id:248 (Update Block 1) to help me with my Redstone script working in multiplayer. If u can, can u make it so if the server host has it on it will work for everyone who joins the server.
// Mod/mods made by \\ // Lambo \\ // Do not copy my mods \\ // without my permission! \\ //---------------------------\\ var enabled = 0; function procCmd(cmd) { var cmd = cmd.split(" "); if(cmd[0]=="enable") { enabled = 1; clientMessage("Mod for victor99 enabled"); }else if(cmd[0]=="disable") { enabled = 0; clientMessage("Mod for victor99 disabled"); } } function useItem(x,y,z,itemId,blockId) { if(itemId==257&&blockId73&&enabled==1) { setTile(x,y,z,0) addItemInventory(248,4); }else if(itemId==257&&blockId74&&enabled==1) { setTile(x,y,z,0) addItemInventory(248,4); }else if(itemId==278&&blockId73&&enabled==1) { setTile(x,y,z,0) addItemInventory(248,4); }else if(itemId==278&&blockId74&&enabled=1=) { setTile(x,y,z,0) addItemInventory(248,4); } }Here is the Mod ID: 7593