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,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:brain_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:brain_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:bubble_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:bubble_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_brain_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_brain_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_bubble_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_bubble_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_fire_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_fire_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_horn_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_horn_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dead_coral",
"key": {
"#": "#coral:dead_tube_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:dead_tube_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:fire_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:fire_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:horn_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:horn_coral_block"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "coral",
"key": {
"#": "#coral:tube_corals"
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:tube_coral_block"
}
}