FictionCraft: Atomic Space

FictionCraft: Atomic Space

21.4k Downloads

aquamarine amber dropt

lxy-unnamed opened this issue ยท 1 comments

commented

Now the config/dropt/aquamarine_amber.json is

{
  "rules": [
    {
      "match": {
        "blocks": {
          "blocks": [
            "contenttweaker:aquamarine_ore" ***
          ]
        }
      },
      "drops": [
        {
          "item": {
            "items" : [
              "sky_orchards:amber_aquamarine" ***
            ],
                        "quantity": {
              "min": 1,
              "max": 2
            }
          }

I think it should be

{
  "rules": [
    {
      "match": {
        "blocks": {
          "blocks": [
            "sky_orchards:amber_aquamarine"
          ]
        }
      },
      "drops": [
        {
          "item": {
            "items" : [
              "astralsorcery:itemcraftingcomponent"
            ],
                        "quantity": {
              "min": 1,
              "max": 2
            }
          }

Perhaps you made some mistake when copying config/dropt/aquamarine.json?

commented

Oh yea you are absolutely right thanks for the report