
Error about "null ID" despite file being properly named
FinnamonP opened this issue ยท 3 comments
(if you need my Log File i can send it separately but it exceeds the character limit here)
Describe the bug
Every time i try to add a crop it says it cannot create a crop with "null ID". all crop JSONs are named with only lowercase letters and underscores between spaces.
Screenshots / Scripts / Logs
the test file straight from the documents page also gives this error
(My JSON crop file)
{
"name": "Prosperity Seed",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:1",
"baseSecondaryChance": 1,
"essence": "mysticalagriculture:prosperity_shard",
"ingredient": {
"item": "mysticalagriculture:prosperity_shard"
},
"color": "eb7a34",
"textures": {
"flower": "mysticalagriculture:block/flower_dust",
"essence": "mysticalagriculture:item/essence_dust"
},
}
File is named prosperity.JSON
(Screenshot of Error)
Versions (please complete the following information):
- Minecraft: 1.20.1
- Forge: 47.3.0
- Cucumber: 7.0.13
- Mystical Agriculture: 7.0.17
- Mystical Customization: 5.0.2
- Singleplayer or Multiplayer: Singleplayer
The file name should be
prosperity.json
, no capital letters.
it is, i just wrote the file ending wrong in the report. my bad.