[1.19.2] Weird behavior regarding Shapeless Recipes
CobaltTheProtogen opened this issue ยท 3 comments
Minecraft Version
1.19.2
KubeJS Version
1902.6.0-build.95
Rhino Version
1902.2.1-build.242
Architectury Version
6.2.46
Forge/Fabric Version
Fabric 0.62.0+1.19.2
Describe your issue
event.recipes.bigbenchtheory.crafting_shapeless('1x minecraft:bedrock', [ '81x minecraft:obsidian' ]); });
So this recipe works, but the problem is, it doesn't care what items you throw in it. Meaning, you can craft bedrock with 81 sponges if you want. Basically, it uses whatever items you put in the crafting recipe to make that item. Which I don't want.
The first image is the expected behaviour. The other two images are not. Yes this also works the same way with Vanilla Crafting Tables. I tried this.
Crash report/logs
No response