
All production formulas within the module are lost
Closed this issue ยท 9 comments
Version:
- Minecraft Version: [1.21.1]
- Neo Forge Version [21.1.169]
- Mod Version [1.21.1-beta-0.8.0]
Describe the bug
All production formulas within the module are lost
The synthesis table module cannot view any formulas. Could you please explain that the tag in Neo Forge changed from 'forge' to 'c', but there seems to be another reason?
{
"type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"ICI",
" P "
],
"key": {
"I": {
"tag": "c:plates/iron"
},
"C": {
"item": "minecraft:clock"
},
"P": {
"item": "create:precision_mechanism"
}
},
"result": {
"id": "createrailwaysnavigator:train_station_clock",
"count": 1
}
}
The version that can be used, the item in the result has been changed to an id
{
"type": "create:mechanical_crafting",
"accept_mirrored": true,
"key": {
"A": {
"item": "create:andesite_alloy"
},
"I": {
"tag": "c:plates/iron"
},
"G": {
"tag": "c:glass_panes/colorless"
},
"P": {
"item": "create:precision_mechanism"
},
"C": {
"tag": "c:plates/copper"
}
},
"pattern": [
"AIA",
"IGI",
"IPI",
"ACA"
],
"result": {
"id": "createrailwaysnavigator:navigator"
}
}
acceptMirrored > accept_mirrored
I forgot to update the recipes in 1.21. A patch is coming soon.
try? You can use it now
I forgot to update the recipes in 1.21. A patch is coming soon.
Do you need me to close it?