create: buff andesite alloy via thermal

This commit is contained in:
Victoria Fischer 2025-05-03 19:15:52 +02:00
parent 3ef1613daf
commit 161d5576a0

View File

@ -7,6 +7,11 @@ ServerEvents.recipes(event => {
global.dustItem('tin', 2),
]);
event.recipes.thermal.smelter(
'6x create:andesite_alloy',
['2x minecraft:andesite', '#forge:dusts/tin']
);
event.shapeless('2x create:cogwheel', [
'thermal:tin_gear',
'#minecraft:planks',