1
0
Fork 0

Inital commit

This commit is contained in:
abtmtr 2025-08-27 20:49:18 -05:00
commit b5089257c5
1005 changed files with 23476 additions and 0 deletions

View file

@ -0,0 +1,76 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dead_brain_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_brain_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_bubble_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_bubble_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_fire_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_fire_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_horn_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_horn_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_dead_tube_coral_block": {
"conditions": {
"items": [
{
"items": "minecraft:dead_tube_coral_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "calcite:calcite"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dead_brain_coral_block",
"has_dead_bubble_coral_block",
"has_dead_fire_coral_block",
"has_dead_horn_coral_block",
"has_dead_tube_coral_block"
]
],
"rewards": {
"recipes": [
"calcite:calcite"
]
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "#calcite:dead_coral_blocks"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 4,
"id": "minecraft:calcite"
}
}

View file

@ -0,0 +1,9 @@
{
"values": [
"minecraft:dead_tube_coral_block",
"minecraft:dead_brain_coral_block",
"minecraft:dead_bubble_coral_block",
"minecraft:dead_fire_coral_block",
"minecraft:dead_horn_coral_block"
]
}