Version 1.4.0 (support for 26.1) #1

Open
angel wants to merge 14 commits from mojangmapping into master
Showing only changes of commit 02b8a19bed - Show all commits

View File

@@ -55,7 +55,7 @@ public class ModRecipeProvider extends FabricRecipeProvider {
.pattern("MMM")
.pattern("SES")
.pattern("WWW")
.define('M', ModBlocks.NUGGET_BLOCK)
.define('M', ModBlocks.NUGGET_BLOCK.get())
.define('S', Items.SUGAR)
.define('E', ModItems.RAW_NUGGET)
.define('W', ModItems.NUGGET)