your current location:首页 > news>Kubejs Thermal Magic Reform Tutorial is suitable for version 1.18.2 Kubejs Thermal Minecraft Game

Kubejs Thermal Magic Reform Tutorial is suitable for version 1.18.2 Kubejs Thermal Minecraft Game

2024-12-10 17:47:01|Myriagame |source:minecraft skins

This is a Thermal (thermal series) magic reform tutorial

Code demonstration (the output in the code is generally the one in front)

. Energy () refers to consumption of energy

.withchance () refers to the output probability

Fluid.of () refers to fluid output

Red stone melting furnace

 Event.Rcipes.Thermal.furnace ('Minecraft: Leather', 'Minecraft: Dried_kelp'). Energy (20000) 

According to wooden machines

 Event.Rcipes.thermal.sawmill ([Item.of ('Minecraft: Apple'). Withchance (0.05), item.of ('MineCraft: Oak_sap ling '). Withchance (0.1)], 'Minecraft: Oak_Leaves') 

Grinding machine

 Event.Rcipes.thermal.pulverizer (item.of ('mincrft: stick'). Withchance (4.5), '#MineCraft: Leaves'). Ener gy (100) 

Inductive furnace

 Event.recipes.thermal.smelter (['4x Minecraft: Diamond', itm.of ('Minecraft: Diamond'). WithChance (0.5)], 'mi nerft: coal_block ').sergy (100) 

Centrifugal

 Event.recipes.thermal.CentrifUge ', 300)],'#Minecraft: Saplings') 

Multi -drive punching machine (output items, input templates, input items)

 Event.recipes.thermal.press ('Minecraft: Iron_nugget', ['#Forge: Dusts/Iron', 'Thermal: Press_die_die'] 0 

Lava

 Event.recipes.thermal.Crucible (Fluid.of ('Minecraft: Water', 400), '#Minecraft: Saplings'). Energy (100) 

Quick freezer (output items, input fluids, input templates)

 Event.Rcipes.thermal.chiller (item.of ('Minecraft: tipped_arrow', '{Potion: "Minecraft: Slowness"}'), [F. luid.of ('Minecraft:Water ', 100),' Minecraft: Arrow '] 

Fluid refiner

 Event.recipes.thermal.refinery ([Item.of ('Thermal: Rubber'). WithChance (0.8), FLUID.OF ('Thermal: Tree_IL', 10 0), FLUID.of ('Thermal: Latex', 50)], Fluid.of ('Thermal: Creosote', 200)) 

 Event.recipes.thermal.brework (Fluid.of ('COFH_CORE: POTION', 1000), [Fluid.of ('COFH_CORE: Potion', 1000, '{PO Tion: "Minecraft: AWKWARD "} '),' 64x Minecraft: Bedrolk '] 

Crystal

 Event.recipes.thermal.bottler ('Thermal: Machine_frame', [#Forge: Gears', FLUID.OF ('Thermal: Redstone', 50 0)]). Energy (500) 

Don't just copy it if you want to change it to input and output, otherwise you will report an error