BlakeBr0 / MysticalCustomization

Allows modpack creators to add new content and modify existing content in Mystical Agriculture.
https://blakesmods.com/mystical-customization
MIT License
6 stars 6 forks source link

can't get the crop to drop the proper item #52

Open shadowslayer2081 opened 2 months ago

shadowslayer2081 commented 2 months ago

trying to get a custom crop to drop prosperity shards and i can't quite figure it out no matter what i add or change it either drops essence or doesn't show up at all

my current version of code is as follow:

{ "name": "Prosperity", "type": "mysticalagriculture:prosperity_shard", "tier": "mysticalagriculture:1", "ingredient": { "item": "mysticalagriculture:prosperity_block" }, "color": "D3E9EC", "textures": { "flower": "mysticalagriculture:block/flower_dust", "essence": "mysticalagriculture:item/essence_gem" }, "crux": "mysticalagriculture:prosperity_block" { "essence": "mysticalagriculture:prosperity_shard" }

BlakeBr0 commented 1 month ago

That JSON is not valid (test with this tool). Also type is supposed to be a crop type which should be one of the values outputted by the /mysticalcustomization types command. You probably want mysticalagriculture:resource.