+ more recepis

This commit is contained in:
Glitchlabs
2026-07-11 11:50:59 +02:00
parent 3298d97b83
commit c8c03a0b1c
@@ -244,7 +244,7 @@ public class ModRecipeProvider extends RecipeProvider {
ShapedRecipeBuilder.shaped(
RecipeCategory.BUILDING_BLOCKS,
result,
1
4
)
.pattern(" # ")
.pattern("#A#")
@@ -282,5 +282,4 @@ public class ModRecipeProvider extends RecipeProvider {
.group("wool_slabs")
.unlockedBy("has_input", has(input))
.save(output);
}
}
}