your current location:首页 > news>Steamworld CRT Moving Steamworld Minecraft Game

Steamworld CRT Moving Steamworld Minecraft Game

2024-12-10 17:48:55|Myriagame |source:minecraft skins

// steam processing table

/Add formula

mods.steamworld.assembler.addrecipe (output, processing time, processing raw material 1, processing raw material 2 ..., processing raw material 6);

/Remove recipe

mods.steamworld.assembler.removerecipe (output);

// Steam crusher

/Add formula

mods.steamworld.grinder.addrecipe (input, output);

mods.steamworld.grinder.addrecipe (input, output, 1 represents/0 represents whether);

/Remove recipe

mods.steamworld.grinder.removerecipe (input);