Update fabric/src/main/java/dev/sillyangel/nuggetmod/fabric/datagen/ModRecipeProvider.java
Some checks failed
Build and Artifact / build (pull_request) Failing after 1m7s
Some checks failed
Build and Artifact / build (pull_request) Failing after 1m7s
a
This commit is contained in:
@@ -55,7 +55,7 @@ public class ModRecipeProvider extends FabricRecipeProvider {
|
|||||||
.pattern("MMM")
|
.pattern("MMM")
|
||||||
.pattern("SES")
|
.pattern("SES")
|
||||||
.pattern("WWW")
|
.pattern("WWW")
|
||||||
.define('M', ModBlocks.NUGGET_BLOCK)
|
.define('M', ModBlocks.NUGGET_BLOCK.get())
|
||||||
.define('S', Items.SUGAR)
|
.define('S', Items.SUGAR)
|
||||||
.define('E', ModItems.RAW_NUGGET)
|
.define('E', ModItems.RAW_NUGGET)
|
||||||
.define('W', ModItems.NUGGET)
|
.define('W', ModItems.NUGGET)
|
||||||
|
|||||||
Reference in New Issue
Block a user