I was playing on a world and it immediately froze and crashed when opening the inventory with my behavior pack + resourse pack enabled and it only adds 5 new items. the code that made this crash was a recipe code for my block to my ingot it was shapeless
Comments 3
Is this still an issue as of 1.21.2? If so, can you attach the affected add-on & resource packs?
This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Is this still an issue as of 1.21.2? If so, can you attach the affected add-on & resource packs?
This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
this is the code for the recipe from block to 9 ingots
{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "floog98:floogy_ingot"},
"tags": [
"crafting_table"
],
"pattern": [
"",
"B",
""
],
"key": {
"B": {
"item": "floog98:floogy_mineral_block"
}
},
"result": {
"item": "floog98:floogy_ingot",
"count": 9
}
}
}
but if its shapeless it crashes the game