Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_bamboo_block": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:bamboo_block"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "bamboo:bamboo"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_bamboo_block"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"bamboo:bamboo"
|
||||
]
|
||||
}
|
||||
}
|
11
datapacks/craft-refine/data/bamboo/recipe/bamboo.json
Executable file
11
datapacks/craft-refine/data/bamboo/recipe/bamboo.json
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"ingredients": [
|
||||
"#minecraft:bamboo_blocks"
|
||||
],
|
||||
"result": {
|
||||
"count": 9,
|
||||
"id": "minecraft:bamboo"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_raw_copper_block": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:raw_copper_block"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "blastbuff:copper_block_from_blasting_raw_copper_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_raw_copper_block"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"blastbuff:copper_block_from_blasting_raw_copper_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_red_sand": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:red_sand"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_sand": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:sand"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "blastbuff:glass_from_blasting_sand"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_sand",
|
||||
"has_red_sand"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"blastbuff:glass_from_blasting_sand"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_raw_gold_block": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:raw_gold_block"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "blastbuff:gold_block_from_blasting_raw_gold_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_raw_gold_block"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"blastbuff:gold_block_from_blasting_raw_gold_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_raw_iron_block": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:raw_iron_block"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "blastbuff:iron_block_from_blasting_raw_iron_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_raw_iron_block"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"blastbuff:iron_block_from_blasting_raw_iron_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 800,
|
||||
"experience": 6.3,
|
||||
"group": "copper_block",
|
||||
"ingredient": "minecraft:raw_copper_block",
|
||||
"result": {
|
||||
"id": "minecraft:copper_block"
|
||||
}
|
||||
}
|
14
datapacks/craft-refine/data/blastbuff/recipe/glass_from_blasting_sand.json
Executable file
14
datapacks/craft-refine/data/blastbuff/recipe/glass_from_blasting_sand.json
Executable file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"group": "glass_block",
|
||||
"ingredient": [
|
||||
"minecraft:sand",
|
||||
"minecraft:red_sand"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:glass"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 800,
|
||||
"experience": 9.0,
|
||||
"group": "gold_block",
|
||||
"ingredient": "minecraft:raw_gold_block",
|
||||
"result": {
|
||||
"id": "minecraft:gold_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 800,
|
||||
"experience": 6.3,
|
||||
"group": "iron_block",
|
||||
"ingredient": "minecraft:raw_iron_block",
|
||||
"result": {
|
||||
"id": "minecraft:iron_block"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
15
datapacks/craft-refine/data/calcite/recipe/calcite.json
Executable file
15
datapacks/craft-refine/data/calcite/recipe/calcite.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "#calcite:dead_coral_blocks"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:calcite"
|
||||
}
|
||||
}
|
9
datapacks/craft-refine/data/calcite/tags/item/dead_coral_blocks.json
Executable file
9
datapacks/craft-refine/data/calcite/tags/item/dead_coral_blocks.json
Executable 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"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_brain_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:brain_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_brain_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:brain_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:brain_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_brain_coral",
|
||||
"has_brain_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:brain_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_bubble_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:bubble_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_bubble_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:bubble_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:bubble_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_bubble_coral",
|
||||
"has_bubble_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:bubble_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dead_brain_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_brain_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_dead_brain_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_brain_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:dead_brain_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dead_brain_coral",
|
||||
"has_dead_brain_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:dead_brain_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dead_bubble_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_bubble_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_dead_bubble_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_bubble_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:dead_bubble_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dead_bubble_coral",
|
||||
"has_dead_bubble_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:dead_bubble_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dead_fire_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_fire_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_dead_fire_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_fire_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:dead_fire_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dead_fire_coral",
|
||||
"has_dead_fire_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:dead_fire_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dead_horn_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_horn_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_dead_horn_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_horn_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:dead_horn_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dead_horn_coral",
|
||||
"has_dead_horn_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:dead_horn_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dead_tube_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_tube_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_dead_tube_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dead_tube_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:dead_tube_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dead_tube_coral",
|
||||
"has_dead_tube_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:dead_tube_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_fire_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:fire_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_fire_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:fire_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:fire_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_fire_coral",
|
||||
"has_fire_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:fire_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_horn_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:horn_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_horn_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:horn_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:horn_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_horn_coral",
|
||||
"has_horn_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:horn_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "coral:tube_coral_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"has_tube_coral": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:tube_coral"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_tube_coral_fan": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:tube_coral_fan"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_tube_coral",
|
||||
"has_tube_coral_fan"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"coral:tube_coral_block"
|
||||
]
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/brain_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/brain_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/bubble_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/bubble_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/dead_brain_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/dead_brain_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/dead_bubble_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/dead_bubble_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/dead_fire_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/dead_fire_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/dead_horn_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/dead_horn_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/dead_tube_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/dead_tube_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/fire_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/fire_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/horn_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/horn_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/coral/recipe/tube_coral_block.json
Executable file
16
datapacks/craft-refine/data/coral/recipe/tube_coral_block.json
Executable 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"
|
||||
}
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/brain_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/brain_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:brain_coral",
|
||||
"minecraft:brain_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/bubble_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/bubble_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:bubble_coral",
|
||||
"minecraft:bubble_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/dead_brain_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/dead_brain_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:dead_brain_coral",
|
||||
"minecraft:dead_brain_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/dead_bubble_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/dead_bubble_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:dead_bubble_coral",
|
||||
"minecraft:dead_bubble_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/dead_fire_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/dead_fire_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:dead_fire_coral",
|
||||
"minecraft:dead_fire_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/dead_horn_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/dead_horn_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:dead_horn_coral",
|
||||
"minecraft:dead_horn_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/dead_tube_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/dead_tube_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:dead_tube_coral",
|
||||
"minecraft:dead_tube_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/fire_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/fire_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:fire_coral",
|
||||
"minecraft:fire_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/horn_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/horn_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:horn_coral",
|
||||
"minecraft:horn_coral_fan"
|
||||
]
|
||||
}
|
6
datapacks/craft-refine/data/coral/tags/item/tube_corals.json
Executable file
6
datapacks/craft-refine/data/coral/tags/item/tube_corals.json
Executable file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:tube_coral",
|
||||
"minecraft:tube_coral_fan"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dropper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dropper"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "minecraft:dispenser"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dropper"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:dispenser"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_bow": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:bow"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_dropper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dropper"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "dispenser:dispenser_dropper"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dropper",
|
||||
"has_bow"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"dispenser:dispenser_dropper"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dropper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:dropper"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "dispenser:dispenser_stackable"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dropper"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"dispenser:dispenser_stackable"
|
||||
]
|
||||
}
|
||||
}
|
13
datapacks/craft-refine/data/dispenser/recipe/dispenser_dropper.json
Executable file
13
datapacks/craft-refine/data/dispenser/recipe/dispenser_dropper.json
Executable file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "redstone",
|
||||
"group": "dispenser",
|
||||
"ingredients": [
|
||||
"minecraft:dropper",
|
||||
"minecraft:bow"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
}
|
||||
}
|
19
datapacks/craft-refine/data/dispenser/recipe/dispenser_stackable.json
Executable file
19
datapacks/craft-refine/data/dispenser/recipe/dispenser_stackable.json
Executable file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "dispenser",
|
||||
"key": {
|
||||
"D": "minecraft:dropper",
|
||||
"S": "minecraft:string",
|
||||
"W": "minecraft:stick"
|
||||
},
|
||||
"pattern": [
|
||||
" WS",
|
||||
"WDS",
|
||||
" WS"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/acacia_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/acacia_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:acacia_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/acacia_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/acacia_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:acacia_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/acacia_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/acacia_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:acacia_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/acacia_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/acacia_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:acacia_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:acacia_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/andesite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/andesite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:andesite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:andesite_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:bamboo_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_mosaic_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_mosaic_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_mosaic"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_mosaic_stairs"
|
||||
}
|
||||
}
|
15
datapacks/craft-refine/data/minecraft/recipe/bamboo_planks.json
Executable file
15
datapacks/craft-refine/data/minecraft/recipe/bamboo_planks.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "#minecraft:bamboo_blocks"
|
||||
},
|
||||
"pattern": [
|
||||
"#",
|
||||
"#"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:bamboo_planks"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/bamboo_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/bamboo_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/bamboo_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:bamboo_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:bamboo_trapdoor"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/birch_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/birch_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:birch_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/birch_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/birch_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:birch_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/birch_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/birch_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:birch_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:birch_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/birch_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/birch_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:birch_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:birch_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/blackstone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/blackstone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:blackstone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:blackstone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:brick_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/chain.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/chain.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:iron_nugget",
|
||||
"I": "minecraft:iron_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"#",
|
||||
"I",
|
||||
"#"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:chain"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/cherry_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/cherry_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:cherry_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:cherry_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/cherry_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/cherry_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:cherry_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cherry_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/cherry_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/cherry_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:cherry_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cherry_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/cherry_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/cherry_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:cherry_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:cherry_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/cobbled_deepslate_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/cobbled_deepslate_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:cobbled_deepslate"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cobbled_deepslate_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/cobblestone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/cobblestone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:cobblestone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cobblestone_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/crimson_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/crimson_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:crimson_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:crimson_fence_gate"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/crimson_hyphae.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/crimson_hyphae.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:crimson_stem"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:crimson_hyphae"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/crimson_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/crimson_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:crimson_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:crimson_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/crimson_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/crimson_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:crimson_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:crimson_trapdoor"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/cut_copper_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/cut_copper_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "cut_copper_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:cut_copper"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:cut_copper_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/dark_oak_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/dark_oak_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:dark_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:dark_oak_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/dark_oak_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/dark_oak_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:dark_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:dark_oak_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/dark_oak_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/dark_oak_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:dark_oak_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:dark_oak_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/dark_oak_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/dark_oak_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:dark_oak_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:dark_oak_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/dark_prismarine_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/dark_prismarine_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:dark_prismarine"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:dark_prismarine_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/deepslate_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/deepslate_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:deepslate_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:deepslate_brick_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/deepslate_tile_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/deepslate_tile_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:deepslate_tiles"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:deepslate_tile_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/diorite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/diorite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:diorite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:diorite_stairs"
|
||||
}
|
||||
}
|
19
datapacks/craft-refine/data/minecraft/recipe/dispenser.json
Executable file
19
datapacks/craft-refine/data/minecraft/recipe/dispenser.json
Executable file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "dispenser",
|
||||
"key": {
|
||||
"B": "minecraft:bow",
|
||||
"R": "minecraft:redstone",
|
||||
"S": "minecraft:cobblestone"
|
||||
},
|
||||
"pattern": [
|
||||
"SSS",
|
||||
"SBS",
|
||||
"SRS"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:dispenser"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/end_stone_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/end_stone_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:end_stone_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:end_stone_brick_stairs"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/exposed_cut_copper_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/exposed_cut_copper_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "cut_copper_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:exposed_cut_copper"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:exposed_cut_copper_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/granite_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/granite_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:granite"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:granite_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/iron_bars.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/iron_bars.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": "minecraft:iron_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"# #",
|
||||
"# #",
|
||||
"# #"
|
||||
],
|
||||
"result": {
|
||||
"count": 16,
|
||||
"id": "minecraft:iron_bars"
|
||||
}
|
||||
}
|
15
datapacks/craft-refine/data/minecraft/recipe/iron_trapdoor.json
Executable file
15
datapacks/craft-refine/data/minecraft/recipe/iron_trapdoor.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"key": {
|
||||
"#": "minecraft:iron_ingot"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:iron_trapdoor"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/jungle_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/jungle_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:jungle_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:jungle_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/jungle_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/jungle_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:jungle_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:jungle_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/jungle_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/jungle_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:jungle_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:jungle_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/jungle_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/jungle_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:jungle_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:jungle_wood"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/mangrove_fence_gate.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/mangrove_fence_gate.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_fence_gate",
|
||||
"key": {
|
||||
"#": "minecraft:stick",
|
||||
"P": "minecraft:mangrove_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"#P#",
|
||||
"#P#"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:mangrove_fence_gate"
|
||||
}
|
||||
}
|
17
datapacks/craft-refine/data/minecraft/recipe/mangrove_stairs.json
Executable file
17
datapacks/craft-refine/data/minecraft/recipe/mangrove_stairs.json
Executable file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wooden_stairs",
|
||||
"key": {
|
||||
"#": "minecraft:mangrove_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mangrove_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mangrove_trapdoor.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mangrove_trapdoor.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "redstone",
|
||||
"group": "wooden_trapdoor",
|
||||
"key": {
|
||||
"#": "minecraft:mangrove_planks"
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mangrove_trapdoor"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mangrove_wood.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mangrove_wood.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"key": {
|
||||
"#": "minecraft:mangrove_log"
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:mangrove_wood"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mossy_cobblestone_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mossy_cobblestone_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:mossy_cobblestone"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mossy_cobblestone_stairs"
|
||||
}
|
||||
}
|
16
datapacks/craft-refine/data/minecraft/recipe/mossy_stone_brick_stairs.json
Executable file
16
datapacks/craft-refine/data/minecraft/recipe/mossy_stone_brick_stairs.json
Executable file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": "minecraft:mossy_stone_bricks"
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "minecraft:mossy_stone_brick_stairs"
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue