Version 5.4

This commit is contained in:
2026-01-27 17:19:00 +00:00
parent 59ef42a1c2
commit d7558df773
3554 changed files with 303488 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "Allthemodium",
"type": "mysticalagriculture:resource",
"tier": "mysticalcustomization:magical",
"ingredient": {
"tag": "c:storage_blocks/allthemodium"
},
"color": "FCFC3D",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_ingot"
},
"crux": "kubejs:magical_soil"
}

View File

@@ -0,0 +1,13 @@
{
"name": "Azure Silver",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"ingredient": {
"tag": "c:ingots/azure_silver"
},
"color": "FABEFC",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_ingot"
}
}

View File

@@ -0,0 +1,13 @@
{
"name": "Black Quartz",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"ingredient": {
"tag": "c:gems/black_quartz"
},
"color": "1C1C1C",
"textures": {
"flower": "mysticalagriculture:block/flower_rock",
"essence": "mysticalagriculture:item/essence_quartz"
}
}

View File

@@ -0,0 +1,13 @@
{
"name": "Crimson Iron",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"ingredient": {
"tag": "c:ingots/crimson_iron"
},
"color": "FC6087",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_ingot"
}
}

View File

@@ -0,0 +1,13 @@
{
"name": "Darkstone",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"ingredient": {
"item": "forbidden_arcanus:darkstone"
},
"color": "#1E1D29",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_ingot"
}
}

View File

@@ -0,0 +1,14 @@
{
"name": "Entro",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:5",
"ingredient": {
"item": "allthecompressed:entro_block_1x"
},
"textures": {
"flower": "mysticalagriculture:block/entro_flower",
"essence": "mysticalagriculture:item/entro_essence",
"seeds": "mysticalagriculture:item/entro_seeds"
}
}

View File

@@ -0,0 +1,13 @@
{
"name": "Kivi",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"ingredient": {
"item": "xycraft_world:kivi"
},
"color": "#5C5B59",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_ingot"
}
}

View File

@@ -0,0 +1,13 @@
{
"name": "Sky Steel",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:5",
"ingredient": {
"item": "allthecompressed:sky_steel_block_1x"
},
"color": "2C2E2C",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_ingot"
}
}

View File

@@ -0,0 +1,13 @@
{
"name": "Unexplored Wood",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:2",
"ingredient": {
"tag": "regions_unexplored:logs"
},
"color": "#bf991d",
"textures": {
"flower": "mysticalagriculture:block/flower_dust",
"essence": "mysticalagriculture:item/essence_dust"
}
}

View File

@@ -0,0 +1,14 @@
{
"name": "Unobtainium",
"type": "mysticalagriculture:resource",
"tier": "mysticalcustomization:magical",
"ingredient": {
"tag": "c:storage_blocks/unobtainium"
},
"color": "CE51E0",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_ingot"
},
"crux": "kubejs:magical_soil"
}

View File

@@ -0,0 +1,14 @@
{
"name": "Vibranium",
"type": "mysticalagriculture:resource",
"tier": "mysticalcustomization:magical",
"ingredient": {
"tag": "c:storage_blocks/vibranium"
},
"color": "26DB86",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_ingot"
},
"crux": "kubejs:magical_soil"
}

View File

@@ -0,0 +1,14 @@
{
"name": "Xychorium Gem",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:3",
"ingredient": {
"tag": "c:gems/xychorium"
},
"textures": {
"flower": "mysticalagriculture:block/xychorium_gem_flower",
"essence": "mysticalagriculture:item/xychorium_gem_essence",
"seeds": "mysticalagriculture:item/xychorium_gem_seeds"
}
}