fix netherrack gen

This commit is contained in:
2025-11-15 23:38:56 +01:00
parent a9fcedd1d1
commit 76c5eac7af
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,5 +55,5 @@ ServerEvents.recipes((event) => {
"minecraft:lava",
"minecraft:blue_ice",
])
.catalyst("minecraft:nether_brick");
.catalyst("minecraft:nether_bricks");
});