Initial commit
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.code-workspace
|
||||
*.zip
|
||||
7
data/wooden_stonecutter/recipe/acacia/boat.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/boat.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:acacia_logs",
|
||||
"result": {
|
||||
"id": "minecraft:acacia_boat"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/acacia/button.json
Normal file
8
data/wooden_stonecutter/recipe/acacia/button.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:acacia_button"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/acacia/door.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/door.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_planks",
|
||||
"result": {
|
||||
"id": "minecraft:acacia_door"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/acacia/fence.json
Normal file
10
data/wooden_stonecutter/recipe/acacia/fence.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:acacia_planks",
|
||||
"minecraft:acacia_fence_gate"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:acacia_fence"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/acacia/fence_gate.json
Normal file
10
data/wooden_stonecutter/recipe/acacia/fence_gate.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:acacia_planks",
|
||||
"minecraft:acacia_fence"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:acacia_fence_gate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/acacia/log_to_wood.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/log_to_wood.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_log",
|
||||
"result": {
|
||||
"id": "minecraft:acacia_wood"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/acacia/planks.json
Normal file
8
data/wooden_stonecutter/recipe/acacia/planks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:acacia_logs",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:acacia_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_planks",
|
||||
"result": {
|
||||
"id": "minecraft:acacia_pressure_plate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/acacia/shelf.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/shelf.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:acacia_logs",
|
||||
"result": {
|
||||
"id": "minecraft:acacia_shelf"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/acacia/sign.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/sign.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_planks",
|
||||
"result": {
|
||||
"id": "minecraft:acacia_sign"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/acacia/slab.json
Normal file
8
data/wooden_stonecutter/recipe/acacia/slab.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:acacia_slab"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/acacia/stairs.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/stairs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_planks",
|
||||
"result": {
|
||||
"id": "minecraft:acacia_stairs"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/acacia/stripped_log.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/stripped_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_log",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_acacia_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:stripped_acacia_log",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_acacia_wood"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/acacia/stripped_wood.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/stripped_wood.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_wood",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_acacia_wood"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/acacia/trapdoor.json
Normal file
7
data/wooden_stonecutter/recipe/acacia/trapdoor.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:acacia_planks",
|
||||
"result": {
|
||||
"id": "minecraft:acacia_trapdoor"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/bamboo/bamboo.json
Normal file
8
data/wooden_stonecutter/recipe/bamboo/bamboo.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_block",
|
||||
"result": {
|
||||
"count": 9,
|
||||
"id": "minecraft:bamboo"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/bamboo/bamboo_planks.json
Normal file
8
data/wooden_stonecutter/recipe/bamboo/bamboo_planks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:bamboo_blocks",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:bamboo_planks"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/bamboo/boat.json
Normal file
7
data/wooden_stonecutter/recipe/bamboo/boat.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:bamboo_blocks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_raft"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/bamboo/button.json
Normal file
8
data/wooden_stonecutter/recipe/bamboo/button.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_planks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_button",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/bamboo/door.json
Normal file
7
data/wooden_stonecutter/recipe/bamboo/door.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_planks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_door"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/bamboo/fence.json
Normal file
10
data/wooden_stonecutter/recipe/bamboo/fence.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:bamboo_planks",
|
||||
"minecraft:bamboo_fence_gate"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_fence"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/bamboo/fence_gate.json
Normal file
10
data/wooden_stonecutter/recipe/bamboo/fence_gate.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:bamboo_planks",
|
||||
"minecraft:bamboo_fence"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_fence_gate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/bamboo/mosaic.json
Normal file
7
data/wooden_stonecutter/recipe/bamboo/mosaic.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_planks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_mosaic"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/bamboo/mosaic_slab.json
Normal file
8
data/wooden_stonecutter/recipe/bamboo/mosaic_slab.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_mosaic",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_mosaic_slab",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/bamboo/mosaic_stairs.json
Normal file
7
data/wooden_stonecutter/recipe/bamboo/mosaic_stairs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_mosaic",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_mosaic_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_planks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_pressure_plate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/bamboo/shelf.json
Normal file
7
data/wooden_stonecutter/recipe/bamboo/shelf.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:bamboo_blocks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_shelf"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/bamboo/sign.json
Normal file
7
data/wooden_stonecutter/recipe/bamboo/sign.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_planks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_sign"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/bamboo/slab.json
Normal file
8
data/wooden_stonecutter/recipe/bamboo/slab.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_planks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_slab",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/bamboo/stairs.json
Normal file
7
data/wooden_stonecutter/recipe/bamboo/stairs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_planks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_block",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_bamboo_block"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/bamboo/trapdoor.json
Normal file
7
data/wooden_stonecutter/recipe/bamboo/trapdoor.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:bamboo_planks",
|
||||
"result": {
|
||||
"id": "minecraft:bamboo_trapdoor"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/boat.json
Normal file
7
data/wooden_stonecutter/recipe/birch/boat.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:birch_logs",
|
||||
"result": {
|
||||
"id": "minecraft:birch_boat"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/birch/button.json
Normal file
8
data/wooden_stonecutter/recipe/birch/button.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:birch_button"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/door.json
Normal file
7
data/wooden_stonecutter/recipe/birch/door.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_planks",
|
||||
"result": {
|
||||
"id": "minecraft:birch_door"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/birch/fence.json
Normal file
10
data/wooden_stonecutter/recipe/birch/fence.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:birch_planks",
|
||||
"minecraft:birch_fence_gate"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:birch_fence"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/birch/fence_gate.json
Normal file
10
data/wooden_stonecutter/recipe/birch/fence_gate.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:birch_planks",
|
||||
"minecraft:birch_fence"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:birch_fence_gate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/log_to_wood.json
Normal file
7
data/wooden_stonecutter/recipe/birch/log_to_wood.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_log",
|
||||
"result": {
|
||||
"id": "minecraft:birch_wood"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/birch/planks.json
Normal file
8
data/wooden_stonecutter/recipe/birch/planks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:birch_logs",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:birch_planks"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/pressure_plate.json
Normal file
7
data/wooden_stonecutter/recipe/birch/pressure_plate.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_planks",
|
||||
"result": {
|
||||
"id": "minecraft:birch_pressure_plate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/shelf.json
Normal file
7
data/wooden_stonecutter/recipe/birch/shelf.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:birch_logs",
|
||||
"result": {
|
||||
"id": "minecraft:birch_shelf"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/sign.json
Normal file
7
data/wooden_stonecutter/recipe/birch/sign.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_planks",
|
||||
"result": {
|
||||
"id": "minecraft:birch_sign"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/birch/slab.json
Normal file
8
data/wooden_stonecutter/recipe/birch/slab.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:birch_slab"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/stairs.json
Normal file
7
data/wooden_stonecutter/recipe/birch/stairs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_planks",
|
||||
"result": {
|
||||
"id": "minecraft:birch_stairs"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/stripped_log.json
Normal file
7
data/wooden_stonecutter/recipe/birch/stripped_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_log",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_birch_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:stripped_birch_log",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_birch_wood"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/stripped_wood.json
Normal file
7
data/wooden_stonecutter/recipe/birch/stripped_wood.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_wood",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_birch_wood"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/birch/trapdoor.json
Normal file
7
data/wooden_stonecutter/recipe/birch/trapdoor.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:birch_planks",
|
||||
"result": {
|
||||
"id": "minecraft:birch_trapdoor"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/bowl.json
Normal file
8
data/wooden_stonecutter/recipe/bowl.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:planks",
|
||||
"result": {
|
||||
"id": "minecraft:bowl",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/boat.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/boat.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:cherry_logs",
|
||||
"result": {
|
||||
"id": "minecraft:cherry_boat"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/cherry/button.json
Normal file
8
data/wooden_stonecutter/recipe/cherry/button.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:cherry_button"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/door.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/door.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_planks",
|
||||
"result": {
|
||||
"id": "minecraft:cherry_door"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/cherry/fence.json
Normal file
10
data/wooden_stonecutter/recipe/cherry/fence.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:cherry_planks",
|
||||
"minecraft:cherry_fence_gate"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:cherry_fence"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/cherry/fence_gate.json
Normal file
10
data/wooden_stonecutter/recipe/cherry/fence_gate.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:cherry_planks",
|
||||
"minecraft:cherry_fence"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:cherry_fence_gate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/log_to_wood.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/log_to_wood.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_log",
|
||||
"result": {
|
||||
"id": "minecraft:cherry_wood"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/cherry/planks.json
Normal file
8
data/wooden_stonecutter/recipe/cherry/planks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:cherry_logs",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:cherry_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_planks",
|
||||
"result": {
|
||||
"id": "minecraft:cherry_pressure_plate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/shelf.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/shelf.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:cherry_logs",
|
||||
"result": {
|
||||
"id": "minecraft:cherry_shelf"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/sign.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/sign.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_planks",
|
||||
"result": {
|
||||
"id": "minecraft:cherry_sign"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/cherry/slab.json
Normal file
8
data/wooden_stonecutter/recipe/cherry/slab.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:cherry_slab"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/stairs.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/stairs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_planks",
|
||||
"result": {
|
||||
"id": "minecraft:cherry_stairs"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/stripped_log.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/stripped_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_log",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_cherry_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:stripped_cherry_log",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_cherry_wood"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/stripped_wood.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/stripped_wood.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_wood",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_cherry_wood"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/cherry/trapdoor.json
Normal file
7
data/wooden_stonecutter/recipe/cherry/trapdoor.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:cherry_planks",
|
||||
"result": {
|
||||
"id": "minecraft:cherry_trapdoor"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/chest.json
Normal file
7
data/wooden_stonecutter/recipe/chest.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:logs",
|
||||
"result": {
|
||||
"id": "minecraft:chest"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/crafting_table.json
Normal file
7
data/wooden_stonecutter/recipe/crafting_table.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:logs",
|
||||
"result": {
|
||||
"id": "minecraft:crafting_table"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/crimson/button.json
Normal file
8
data/wooden_stonecutter/recipe/crimson/button.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:crimson_button"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/crimson/door.json
Normal file
7
data/wooden_stonecutter/recipe/crimson/door.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_planks",
|
||||
"result": {
|
||||
"id": "minecraft:crimson_door"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/crimson/fence.json
Normal file
10
data/wooden_stonecutter/recipe/crimson/fence.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:crimson_planks",
|
||||
"minecraft:crimson_fence_gate"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:crimson_fence"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/crimson/fence_gate.json
Normal file
10
data/wooden_stonecutter/recipe/crimson/fence_gate.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:crimson_planks",
|
||||
"minecraft:crimson_fence"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:crimson_fence_gate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/crimson/log_to_wood.json
Normal file
7
data/wooden_stonecutter/recipe/crimson/log_to_wood.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_stem",
|
||||
"result": {
|
||||
"id": "minecraft:crimson_hyphae"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/crimson/planks.json
Normal file
8
data/wooden_stonecutter/recipe/crimson/planks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:crimson_stems",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_planks",
|
||||
"result": {
|
||||
"id": "minecraft:crimson_pressure_plate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/crimson/shelf.json
Normal file
7
data/wooden_stonecutter/recipe/crimson/shelf.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:crimson_stems",
|
||||
"result": {
|
||||
"id": "minecraft:crimson_shelf"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/crimson/sign.json
Normal file
7
data/wooden_stonecutter/recipe/crimson/sign.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_planks",
|
||||
"result": {
|
||||
"id": "minecraft:crimson_sign"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/crimson/slab.json
Normal file
8
data/wooden_stonecutter/recipe/crimson/slab.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:crimson_slab"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/crimson/stairs.json
Normal file
7
data/wooden_stonecutter/recipe/crimson/stairs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_planks",
|
||||
"result": {
|
||||
"id": "minecraft:crimson_stairs"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/crimson/stripped_log.json
Normal file
7
data/wooden_stonecutter/recipe/crimson/stripped_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_stem",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_crimson_stem"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:stripped_crimson_stem",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_crimson_hyphae"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_hyphae",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_crimson_hyphae"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/crimson/trapdoor.json
Normal file
7
data/wooden_stonecutter/recipe/crimson/trapdoor.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:crimson_planks",
|
||||
"result": {
|
||||
"id": "minecraft:crimson_trapdoor"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/dark_oak/boat.json
Normal file
7
data/wooden_stonecutter/recipe/dark_oak/boat.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:dark_oak_logs",
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_boat"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/dark_oak/button.json
Normal file
8
data/wooden_stonecutter/recipe/dark_oak/button.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:dark_oak_button"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/dark_oak/door.json
Normal file
7
data/wooden_stonecutter/recipe/dark_oak/door.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_planks",
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_door"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/dark_oak/fence.json
Normal file
10
data/wooden_stonecutter/recipe/dark_oak/fence.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:dark_oak_planks",
|
||||
"minecraft:dark_oak_fence_gate"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_fence"
|
||||
}
|
||||
}
|
||||
10
data/wooden_stonecutter/recipe/dark_oak/fence_gate.json
Normal file
10
data/wooden_stonecutter/recipe/dark_oak/fence_gate.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": [
|
||||
"minecraft:dark_oak_planks",
|
||||
"minecraft:dark_oak_fence"
|
||||
],
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_fence_gate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/dark_oak/log_to_wood.json
Normal file
7
data/wooden_stonecutter/recipe/dark_oak/log_to_wood.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_log",
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_wood"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/dark_oak/planks.json
Normal file
8
data/wooden_stonecutter/recipe/dark_oak/planks.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:dark_oak_logs",
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "minecraft:dark_oak_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_planks",
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_pressure_plate"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/dark_oak/shelf.json
Normal file
7
data/wooden_stonecutter/recipe/dark_oak/shelf.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "#minecraft:dark_oak_logs",
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_shelf"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/dark_oak/sign.json
Normal file
7
data/wooden_stonecutter/recipe/dark_oak/sign.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_planks",
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_sign"
|
||||
}
|
||||
}
|
||||
8
data/wooden_stonecutter/recipe/dark_oak/slab.json
Normal file
8
data/wooden_stonecutter/recipe/dark_oak/slab.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_planks",
|
||||
"result": {
|
||||
"count": 2,
|
||||
"id": "minecraft:dark_oak_slab"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/dark_oak/stairs.json
Normal file
7
data/wooden_stonecutter/recipe/dark_oak/stairs.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_planks",
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_log",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_dark_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:stripped_dark_oak_log",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_dark_oak_wood"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_wood",
|
||||
"result": {
|
||||
"id": "minecraft:stripped_dark_oak_wood"
|
||||
}
|
||||
}
|
||||
7
data/wooden_stonecutter/recipe/dark_oak/trapdoor.json
Normal file
7
data/wooden_stonecutter/recipe/dark_oak/trapdoor.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": "minecraft:dark_oak_planks",
|
||||
"result": {
|
||||
"id": "minecraft:dark_oak_trapdoor"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user