Use fabric resource conditions api. Remove reborncore's.

This commit is contained in:
modmuss50 2022-01-17 22:34:47 +00:00
parent 6b01bf64e2
commit b59c535c3d
21 changed files with 116 additions and 254 deletions

View file

@ -12,7 +12,12 @@
"item": "byg:ametrine_gems"
}
],
"conditions": {
"reborncore:mod": "byg"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
]
}

View file

@ -13,7 +13,12 @@
"count": 2
}
],
"conditions": {
"reborncore:mod": "byg"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
]
}

View file

@ -12,7 +12,12 @@
"item": "techreborn:coal_dust"
}
],
"conditions": {
"reborncore:mod": "byg"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
]
}

View file

@ -12,7 +12,12 @@
"item": "techreborn:coal_dust"
}
],
"conditions": {
"reborncore:mod": "byg"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
]
}

View file

@ -13,7 +13,12 @@
"count": 2
}
],
"conditions": {
"reborncore:mod": "byg"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
]
}

View file

@ -12,7 +12,12 @@
"item": "byg:pendorite_scraps"
}
],
"conditions": {
"reborncore:mod": "byg"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"byg"
]
}
]
}

View file

@ -13,7 +13,12 @@
"item": "ae2:certus_quartz_dust"
}
],
"conditions": {
"reborncore:mod": "ae2"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
]
}

View file

@ -13,7 +13,12 @@
"count": 5
}
],
"conditions": {
"reborncore:mod": "ae2"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
]
}

View file

@ -13,7 +13,12 @@
"item": "ae2:fluix_dust"
}
],
"conditions": {
"reborncore:mod": "ae2"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
]
}

View file

@ -14,8 +14,12 @@
"item": "techreborn:marble_dust"
}
],
"conditions": {
"reborncore:tag": "c:limestone"
}
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:limestone"
]
}
]
}

View file

@ -14,8 +14,12 @@
"item": "techreborn:marble_dust"
}
],
"conditions": {
"reborncore:tag": "c:marble"
}
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:marble"
]
}
]
}

View file

@ -12,7 +12,12 @@
"item": "techreborn:sulfur_dust"
}
],
"conditions": {
"reborncore:tag": "c:sulfurs"
}
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:sulfurs"
]
}
]
}

View file

@ -13,7 +13,12 @@
"count": 2
}
],
"conditions": {
"reborncore:tag": "c:sulfur_ores"
}
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:sulfur_ores"
]
}
]
}

View file

@ -21,7 +21,12 @@
"count": 5
}
],
"conditions": {
"reborncore:mod": "ae2"
}
"fabric:load_conditions": [
{
"condition": "fabric:all_mods_loaded",
"values": [
"ae2"
]
}
]
}

View file

@ -34,7 +34,7 @@
},
"depends": {
"fabricloader": ">=0.12.0",
"fabric": ">=0.40.0",
"fabric": ">=0.46.1",
"reborncore": "*",
"team_reborn_energy": ">=2.0.0-beta1",
"fabric-biome-api-v1": ">=3.0.0"