Update fabric/src/main/java/dev/sillyangel/nuggetmod/fabric/datagen/ModRecipeProvider.java
Some checks failed
Build and Artifact / build (pull_request) Failing after 1m7s

a
This commit is contained in:
2026-03-24 12:47:51 -05:00
parent c1b828157c
commit 02b8a19bed

View File

@@ -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)