Mystical Customization

Mystical Customization

28M Downloads

1.19.2 crop JSONs not being detected

ShroudedMask opened this issue ยท 2 comments

commented

Describe the bug
Simply put I followed the instructions and even went as far as to reference other instances of using Mystical Customization just to make sure I am doing everything correctly, but I am not even getting a log reference to what went wrong I am not even seeing the items appear in JEI or using the give command.

To Reproduce
I am just using this code in this case using prosperity shards and yes, it's in crops and don't know if there's something in between I had to do the documentation did not mention it clearly enough if so.

{
    "name": "Prosperity Shard",
    "type": "mysticalagriculture:resource",
    "tier": "mysticalagriculture:5",
    "ingredient": {
        "item": "mysticalagriculture:prosperity_shard"
    },
    "color": "d3e9ec",
    "textures": {
        "flower": "mysticalagriculture:block/flower_dust",
        "essence": "mysticalagriculture:item/essence_quartz",
        "seeds": "mysticalagriculture:item/mystical_seeds"
    }
}

This code is just the testing one to confirm it's working. knowing where and why the flaws are would be nice

Expected behavior
Seeds, Essence, and a crop but not even a reference or JEI entry showed up.

Screenshots / Scripts / Logs
Logs oddly enough don't point to anything relating to the mod no warns or errors or anything directly showing up besides the already present.

Versions (please complete the following information):

  • Minecraft: 1.19.2
  • Forge: 43.4.16
  • Cucumber: 1.19.2-6.011
  • Mystical Agriculture: 1.19.2-6.0.5
  • Mystical Customization: 1.19.2-4.0.1
  • Singleplayer or Multiplayer: Singleplayer
commented

I found the problem the JSON extension name itself was in caps not lowercase so, .JSON vs .json as a result not reading and as a result the logs would not have detected anything even though the file is in JSON but upper not lower.

commented

Without any logs I cant help.