From 58e0f5c0ab872ab03a8753f574978a3efb6f28ba Mon Sep 17 00:00:00 2001 From: Snogard Date: Sun, 9 Feb 2025 22:53:38 +0100 Subject: [PATCH] config: mistical --- config/mysticalcustomization/configure-augments.json | 0 config/mysticalcustomization/configure-crops.json | 0 config/mysticalcustomization/configure-mobsoultypes.json | 0 config/mysticalcustomization/configure-tiers.json | 0 config/mysticalcustomization/configure-types.json | 0 .../mysticalcustomization/crops/apalachia_fragments.json | 1 + config/mysticalcustomization/crops/arlemite_ingot.json | 1 + config/mysticalcustomization/crops/bloodgem.json | 1 + config/mysticalcustomization/crops/eden_fragments.json | 1 + config/mysticalcustomization/crops/mortum_fragments.json | 1 + config/mysticalcustomization/crops/realmite_ingot.json | 1 + config/mysticalcustomization/crops/rupee_ingot.json | 1 + .../mysticalcustomization/crops/skythern_fragments.json | 1 + config/mysticalcustomization/crops/torridite_ingot.json | 1 + .../mysticalcustomization/crops/wildwood_fragments.json | 1 + config/mysticalcustomization/tiers/magical.json | 8 -------- 16 files changed, 10 insertions(+), 8 deletions(-) mode change 100755 => 100644 config/mysticalcustomization/configure-augments.json mode change 100755 => 100644 config/mysticalcustomization/configure-crops.json mode change 100755 => 100644 config/mysticalcustomization/configure-mobsoultypes.json mode change 100755 => 100644 config/mysticalcustomization/configure-tiers.json mode change 100755 => 100644 config/mysticalcustomization/configure-types.json create mode 100644 config/mysticalcustomization/crops/apalachia_fragments.json create mode 100644 config/mysticalcustomization/crops/arlemite_ingot.json create mode 100644 config/mysticalcustomization/crops/bloodgem.json create mode 100644 config/mysticalcustomization/crops/eden_fragments.json create mode 100644 config/mysticalcustomization/crops/mortum_fragments.json create mode 100644 config/mysticalcustomization/crops/realmite_ingot.json create mode 100644 config/mysticalcustomization/crops/rupee_ingot.json create mode 100644 config/mysticalcustomization/crops/skythern_fragments.json create mode 100644 config/mysticalcustomization/crops/torridite_ingot.json create mode 100644 config/mysticalcustomization/crops/wildwood_fragments.json delete mode 100755 config/mysticalcustomization/tiers/magical.json diff --git a/config/mysticalcustomization/configure-augments.json b/config/mysticalcustomization/configure-augments.json old mode 100755 new mode 100644 diff --git a/config/mysticalcustomization/configure-crops.json b/config/mysticalcustomization/configure-crops.json old mode 100755 new mode 100644 diff --git a/config/mysticalcustomization/configure-mobsoultypes.json b/config/mysticalcustomization/configure-mobsoultypes.json old mode 100755 new mode 100644 diff --git a/config/mysticalcustomization/configure-tiers.json b/config/mysticalcustomization/configure-tiers.json old mode 100755 new mode 100644 diff --git a/config/mysticalcustomization/configure-types.json b/config/mysticalcustomization/configure-types.json old mode 100755 new mode 100644 diff --git a/config/mysticalcustomization/crops/apalachia_fragments.json b/config/mysticalcustomization/crops/apalachia_fragments.json new file mode 100644 index 0000000..86eb71b --- /dev/null +++ b/config/mysticalcustomization/crops/apalachia_fragments.json @@ -0,0 +1 @@ +{"name":"Apalachia Fragments","type":"mysticalagriculture:resource","tier":"mysticalagriculture:3","ingredient":{"item":"divinerpg:apalachia_fragments"},"color":"a200b7","textures":{"flower":"mysticalagriculture:block/flower_gem","essence":"mysticalagriculture:item/essence_gem","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4,"crux":"divinerpg:apalachia_block"} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/arlemite_ingot.json b/config/mysticalcustomization/crops/arlemite_ingot.json new file mode 100644 index 0000000..2d16c81 --- /dev/null +++ b/config/mysticalcustomization/crops/arlemite_ingot.json @@ -0,0 +1 @@ +{"name":"Arlemite Ingot","type":"mysticalagriculture:resource","tier":"mysticalagriculture:5","ingredient":{"item":"divinerpg:arlemite_ingot"},"color":"9DD75A","textures":{"flower":"mysticalagriculture:block/flower_ingot","essence":"mysticalagriculture:item/essence_ingot","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/bloodgem.json b/config/mysticalcustomization/crops/bloodgem.json new file mode 100644 index 0000000..7725f15 --- /dev/null +++ b/config/mysticalcustomization/crops/bloodgem.json @@ -0,0 +1 @@ +{"name":"Bloodgem","type":"mysticalagriculture:resource","tier":"mysticalagriculture:4","ingredient":{"item":"divinerpg:bloodgem"},"color":"E76587","textures":{"flower":"mysticalagriculture:block/flower_gem","essence":"mysticalagriculture:item/essence_gem","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/eden_fragments.json b/config/mysticalcustomization/crops/eden_fragments.json new file mode 100644 index 0000000..14e2326 --- /dev/null +++ b/config/mysticalcustomization/crops/eden_fragments.json @@ -0,0 +1 @@ +{"name":"Eden Fragments","type":"mysticalagriculture:resource","tier":"mysticalagriculture:1","ingredient":{"item":"divinerpg:eden_fragments"},"color":"FBFF06","textures":{"flower":"mysticalagriculture:block/flower_gem","essence":"mysticalagriculture:item/essence_gem","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4,"crux":"divinerpg:eden_block"} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/mortum_fragments.json b/config/mysticalcustomization/crops/mortum_fragments.json new file mode 100644 index 0000000..7cb1533 --- /dev/null +++ b/config/mysticalcustomization/crops/mortum_fragments.json @@ -0,0 +1 @@ +{"name":"Mortum Fragments","type":"mysticalagriculture:resource","tier":"mysticalagriculture:5","ingredient":{"item":"divinerpg:mortum_fragments"},"color":"251E1E","textures":{"flower":"mysticalagriculture:block/flower_gem","essence":"mysticalagriculture:item/essence_gem","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4,"crux":"divinerpg:mortum_block"} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/realmite_ingot.json b/config/mysticalcustomization/crops/realmite_ingot.json new file mode 100644 index 0000000..9aa5178 --- /dev/null +++ b/config/mysticalcustomization/crops/realmite_ingot.json @@ -0,0 +1 @@ +{"name":"Realmite Ingot","type":"mysticalagriculture:resource","tier":"mysticalagriculture:3","ingredient":{"item":"divinerpg:realmite_ingot"},"color":"E48E2A","textures":{"flower":"mysticalagriculture:block/flower_ingot","essence":"mysticalagriculture:item/essence_ingot","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/rupee_ingot.json b/config/mysticalcustomization/crops/rupee_ingot.json new file mode 100644 index 0000000..b79023b --- /dev/null +++ b/config/mysticalcustomization/crops/rupee_ingot.json @@ -0,0 +1 @@ +{"name":"Rupee Ingot","type":"mysticalagriculture:resource","tier":"mysticalagriculture:5","ingredient":{"item":"divinerpg:rupee_ingot"},"color":"3BC6E4","textures":{"flower":"mysticalagriculture:block/flower_ingot","essence":"mysticalagriculture:item/essence_ingot","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/skythern_fragments.json b/config/mysticalcustomization/crops/skythern_fragments.json new file mode 100644 index 0000000..bc50b7e --- /dev/null +++ b/config/mysticalcustomization/crops/skythern_fragments.json @@ -0,0 +1 @@ +{"name":"Skythern Fragments","type":"mysticalagriculture:resource","tier":"mysticalagriculture:4","ingredient":{"item":"divinerpg:skythern_fragments"},"color":"D6D6D1","textures":{"flower":"mysticalagriculture:block/flower_gem","essence":"mysticalagriculture:item/essence_gem","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4,"crux":"divinerpg:skythern_block"} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/torridite_ingot.json b/config/mysticalcustomization/crops/torridite_ingot.json new file mode 100644 index 0000000..bcc9593 --- /dev/null +++ b/config/mysticalcustomization/crops/torridite_ingot.json @@ -0,0 +1 @@ +{"name":"Torridite Ingot","type":"mysticalagriculture:resource","tier":"mysticalagriculture:5","ingredient":{"item":"divinerpg:torridite_ingot"},"color":"F45321","textures":{"flower":"mysticalagriculture:block/flower_ingot","essence":"mysticalagriculture:item/essence_ingot","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4} \ No newline at end of file diff --git a/config/mysticalcustomization/crops/wildwood_fragments.json b/config/mysticalcustomization/crops/wildwood_fragments.json new file mode 100644 index 0000000..611a5b3 --- /dev/null +++ b/config/mysticalcustomization/crops/wildwood_fragments.json @@ -0,0 +1 @@ +{"name":"Wildwood Fragments","type":"mysticalagriculture:resource","tier":"mysticalagriculture:2","ingredient":{"item":"divinerpg:wildwood_fragments"},"color":"#064AFF","textures":{"flower":"mysticalagriculture:block/flower_gem","essence":"mysticalagriculture:item/essence_gem","seeds":"mysticalagriculture:item/mystical_seeds"},"baseSecondaryChance":0.4,"crux":"divinerpg:wildwood_block"} \ No newline at end of file diff --git a/config/mysticalcustomization/tiers/magical.json b/config/mysticalcustomization/tiers/magical.json deleted file mode 100755 index a732005..0000000 --- a/config/mysticalcustomization/tiers/magical.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "§bMagical", - "value": 7, - "farmland": "mysticalagradditions:insanium_farmland", - "essence": "mysticalagradditions:insanium_block", - "fertilizable": false, - "secondarySeedDrop": false -} \ No newline at end of file