+ more recepis
This commit is contained in:
@@ -244,7 +244,7 @@ public class ModRecipeProvider extends RecipeProvider {
|
|||||||
ShapedRecipeBuilder.shaped(
|
ShapedRecipeBuilder.shaped(
|
||||||
RecipeCategory.BUILDING_BLOCKS,
|
RecipeCategory.BUILDING_BLOCKS,
|
||||||
result,
|
result,
|
||||||
1
|
4
|
||||||
)
|
)
|
||||||
.pattern(" # ")
|
.pattern(" # ")
|
||||||
.pattern("#A#")
|
.pattern("#A#")
|
||||||
@@ -282,5 +282,4 @@ public class ModRecipeProvider extends RecipeProvider {
|
|||||||
.group("wool_slabs")
|
.group("wool_slabs")
|
||||||
.unlockedBy("has_input", has(input))
|
.unlockedBy("has_input", has(input))
|
||||||
.save(output);
|
.save(output);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user