Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # See the forum post for example and documentation.
- version 2;
- # set your list of server admin usernames here
- # admins are privileged users and will receive
- # any error messages that might occur.
- minetweaker.setAdmins("Myself", "MyAdminBuddy");
- # Add your commands here
- minetweaker.remove(tile.furnace);
- recipes.addShaped(tile.furnace, [[tile.stonebrick, tile.stonebrick, tile.stonebrick], [tile.stonebrick, item.flintAndSteel, tile.stonebrick], [tile.stonebrick, tile.stonebrick, tile.stonebrick]]);
- recipes.addShaped(item.netherbrick,[[item.hellrock, item.yellowDust, null], [item.yellowDust, item.hellrock, null], [null, null, null]]);
- furnace.remove(item.netherbrick);
- furnace.remove(item.ingotGold);
- furnace.remove(item.ingotIron);
- furnace.remove(item.coal);
- furnace.remove(item.dyePowder.blue);
- furnace.remove(item.diamond);
- furnace.remove(item.redstone);
- furnace.remove(item.emerald);
- furnace.remove(item.netherquartz);
- furnace.remove(item.thermalexpansion.material.ingotCopper);
- furnace.remove(item.thermalexpansion.material.ingotTin);
- furnace.remove(item.thermalexpansion.material.ingotNickel);
- furnace.remove(item.thermalexpansion.material.ingotLead);
- furnace.remove(item.thermalexpansion.material.ingotSilver);
- furnace.remove(item.ItemResource."3");
- furnace.remove(item.tconstruct.Materials.AluminumIngot);
Advertisement
Add Comment
Please, Sign In to add comment