You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crafting recipe's worked on SP then tried server and didn't work (whilst the furnace recipe always has on server and SP). reloaded game and server now crafting recipe don't work at all(But furnace recipe still does).
var lead = <minecraft:lead>;
var string = <minecraft:string>;
var MFRRubber = <MineFactoryReloaded:rubber.raw>
addPhiloSmelting(IC2:itemIngot:3, minecraft:iron_ingot, fuel)
recipes.addShapeless(<minecraft:slime_ball>, [<ore:itemRawRubber>]);
recipes.addShaped(<minecraft:lead> * 2, [[<ore:string>, <ore:string>, null], [<ore:string>, <ore:itemRawRubber>, null], [null, null, <ore:string>]]);
The text was updated successfully, but these errors were encountered:
Crafting recipe's worked on SP then tried server and didn't work (whilst the furnace recipe always has on server and SP). reloaded game and server now crafting recipe don't work at all(But furnace recipe still does).
The text was updated successfully, but these errors were encountered: