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