Create Railways Navigator

Create Railways Navigator

2M Downloads

All production formulas within the module are lost

Closed this issue ยท 9 comments

commented

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?

commented

Understood, recipes have become recipes

commented

{
"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

commented

{
"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

commented

I forgot to update the recipes in 1.21. A patch is coming soon.

commented
commented

I forgot to update the recipes in 1.21. A patch is coming soon.

try? You can use it now

commented

I forgot to update the recipes in 1.21. A patch is coming soon.

Do you need me to close it?

commented

I'll close it after the patch is released

commented

should be fixed in the latest version 0.8.1