recipes & items
This commit is contained in:
@@ -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"), [
|
||||
|
||||
Reference in New Issue
Block a user