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

how to add a mob seed when i have created a mob soul type? #35

Closed hyygybs closed 1 year ago

hyygybs commented 1 year ago

i have created the mob soul, then what should i do next? i think the crop type is mob, biu ingredient is what? i tried use mysticalagriculture:soul_jar{Souls:6.0d,Type:"mysticalcustomization:phantom"}, but failed to add it. { "name": "Phantom", "type": "mysticalagriculture:mob", "tier": "mysticalagriculture:3", "ingredient": { "item": "mysticalagriculture:soul_jar{Souls:6.0d,Type:"mysticalcustomization:phantom"}" }, "color": "A79985", "textures": { "flower": "mysticalagriculture:block/flower_ingot", "essence": "mysticalagriculture:item/essence_ingot" } } here are the mob soul i have created: { "name": "Phantom", "souls": 6.0, "entities": [ "minecraft:phantom" ], "color": "A79985" }

BlakeBr0 commented 1 year ago

The ingredient should look something like this:

    {
      "type": "forge:partial_nbt",
      "item": "mysticalagriculture:soul_jar",
      "nbt": {
        "Type": "mysticalagriculture:pig",
        "Souls": 8.0
      }
    },

Copied from https://github.com/BlakeBr0/MysticalAgriculture/blob/1.19.4/src/main/resources/data/mysticalagriculture/recipes/passive_soulium_dagger.json