recipes & items

This commit is contained in:
2024-09-15 13:01:06 +02:00
parent c163f38ee5
commit 14c3a1c764
16 changed files with 221 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ ServerEvents.recipes((event) => {
event.recipes
.createMechanicalExtruderExtruding(Item.of("minecraft:netherrack"), [
Item.of("minecraft:blue_ice"),
Fluid.of("minecraft:water"),
Fluid.of("minecraft:lava"),
])
.biome("minecraft:is_nether")
.withCatalyst("minecraft:netherrack");
@@ -34,6 +34,7 @@ ServerEvents.recipes((event) => {
Fluid.of("minecraft:lava"),
Fluid.of("minecraft:water"),
])
.max_height(1)
.withCatalyst("minecraft:deepslate");
event.recipes
@@ -41,7 +42,7 @@ ServerEvents.recipes((event) => {
Item.of("minecraft:blue_ice"),
Fluid.of("minecraft:lava"),
])
.withCatalyst("minecraft:diamond_block");
.withCatalyst("minecraft:obsidian");
event.recipes
.createMechanicalExtruderExtruding(Item.of("minecraft:soul_soil"), [