Skip to content

Commit

Permalink
Fix Door Recipes being incorrect and fix their texture's being flipped.
Browse files Browse the repository at this point in the history
Closes #411
  • Loading branch information
alexbegt committed Dec 4, 2017
1 parent 67a440b commit 56b941c
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 9 deletions.
@@ -1,5 +1,5 @@
{
"parent": "block/door_bottom",
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "#door_bottom_rh",
"top": "#door_top_rh"
Expand Down
@@ -1,5 +1,5 @@
{
"parent": "block/door_top",
"parent": "block/door_top_rh",
"textures": {
"bottom": "#door_bottom_rh",
"top": "#door_top_rh"
Expand Down
Expand Up @@ -6,6 +6,7 @@
}
],
"type": "minecraft:crafting_shaped",
"group": "natura:nether_doors",
"pattern": [
"AA",
"AA",
Expand All @@ -19,6 +20,7 @@
},
"result": {
"item": "natura:nether_doors",
"data": 1
"data": 1,
"count": 3
}
}
Expand Up @@ -6,6 +6,7 @@
}
],
"type": "minecraft:crafting_shaped",
"group": "natura:nether_doors",
"pattern": [
"AA",
"AA",
Expand All @@ -19,6 +20,7 @@
},
"result": {
"item": "natura:nether_doors",
"data": 0
"data": 0,
"count": 3
}
}
Expand Up @@ -6,6 +6,7 @@
}
],
"type": "minecraft:crafting_shaped",
"group": "natura:overworld_doors",
"pattern": [
"AA",
"AA",
Expand All @@ -19,6 +20,7 @@
},
"result": {
"item": "natura:overworld_doors",
"data": 0
"data": 0,
"count": 3
}
}
Expand Up @@ -6,6 +6,7 @@
}
],
"type": "minecraft:crafting_shaped",
"group": "natura:overworld_doors",
"pattern": [
"AA",
"AA",
Expand All @@ -19,6 +20,7 @@
},
"result": {
"item": "natura:overworld_doors",
"data": 1
"data": 1,
"count": 3
}
}
Expand Up @@ -6,6 +6,7 @@
}
],
"type": "minecraft:crafting_shaped",
"group": "natura:overworld_doors",
"pattern": [
"AA",
"AA",
Expand All @@ -19,6 +20,7 @@
},
"result": {
"item": "natura:overworld_doors",
"data": 4
"data": 4,
"count": 3
}
}
Expand Up @@ -6,6 +6,7 @@
}
],
"type": "minecraft:crafting_shaped",
"group": "natura:overworld_doors",
"pattern": [
"AA",
"AA",
Expand All @@ -19,6 +20,7 @@
},
"result": {
"item": "natura:overworld_doors",
"data": 3
"data": 3,
"count": 3
}
}
Expand Up @@ -6,6 +6,7 @@
}
],
"type": "minecraft:crafting_shaped",
"group": "natura:overworld_doors",
"pattern": [
"AA",
"AA",
Expand All @@ -19,6 +20,7 @@
},
"result": {
"item": "natura:overworld_doors",
"data": 2
"data": 2,
"count": 3
}
}

0 comments on commit 56b941c

Please sign in to comment.