-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added stonecutter recipes for every step type
- Loading branch information
1 parent
bb1e7a0
commit 4ace2e5
Showing
77 changed files
with
709 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
src/main/resources/assets/stepsmod/models/block/double_steps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"textures": { | ||
"particle": "#side" | ||
}, | ||
"elements": [ | ||
{ "from": [ 8, 0, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top"}, | ||
"down": { "uv": [ 8, 0, 16, 16 ], "texture": "#bottom"}, | ||
"north": { "uv": [ 0, 0, 8, 16 ], "texture": "#side"}, | ||
"south": { "uv": [ 8, 0, 16, 16 ], "texture": "#side"}, | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side"}, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side"} | ||
} | ||
} | ||
], | ||
"gui_light": "front", | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 45, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 225, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"ground": { | ||
"translation": [0, 3, 0], | ||
"scale": [0.25, 0.25, 0.25] | ||
}, | ||
"gui": { | ||
"rotation": [30, 225, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
} | ||
} |
60 changes: 60 additions & 0 deletions
60
src/main/resources/assets/stepsmod/models/block/double_steps_inner.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"textures": { | ||
"particle": "#side" | ||
}, | ||
"elements": [ | ||
{ "from": [ 8, 0, 0 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top"}, | ||
"down": { "uv": [ 8, 0, 16, 16 ], "texture": "#bottom"}, | ||
"north": { "uv": [ 0, 0, 8, 16 ], "texture": "#side"}, | ||
"south": { "uv": [ 8, 0, 16, 16 ], "texture": "#side"}, | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side"}, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side"} | ||
} | ||
}, | ||
{ "from": [ 0, 0, 8 ], | ||
"to": [ 8, 16, 16 ], | ||
"faces": { | ||
"up": { "uv": [ 0, 8, 8, 16 ], "texture": "#top"}, | ||
"down": { "uv": [ 0, 0, 8, 8 ], "texture": "#bottom"}, | ||
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#side"}, | ||
"south": { "uv": [ 0, 0, 8, 16 ], "texture": "#side"}, | ||
"west": { "uv": [ 8, 0, 16, 16 ], "texture": "#side"} | ||
} | ||
} | ||
], | ||
"gui_light": "front", | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 45, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 225, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"ground": { | ||
"translation": [0, 3, 0], | ||
"scale": [0.25, 0.25, 0.25] | ||
}, | ||
"gui": { | ||
"rotation": [30, 225, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
} | ||
} |
50 changes: 50 additions & 0 deletions
50
src/main/resources/assets/stepsmod/models/block/double_steps_outer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"textures": { | ||
"particle": "#side" | ||
}, | ||
"elements": [ | ||
{ "from": [ 8, 0, 8 ], | ||
"to": [ 16, 16, 16 ], | ||
"faces": { | ||
"up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top"}, | ||
"down": { "uv": [ 8, 0, 16, 8 ], "texture": "#bottom"}, | ||
"north": { "uv": [ 0, 0, 8, 16 ], "texture": "#side"}, | ||
"south": { "uv": [ 8, 0, 16, 16 ], "texture": "#side"}, | ||
"west": { "uv": [ 8, 0, 16, 16 ], "texture": "#side"}, | ||
"east": { "uv": [ 0, 0, 8, 16 ], "texture": "#side"} | ||
} | ||
} | ||
], | ||
"gui_light": "front", | ||
"display": { | ||
"thirdperson_righthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"thirdperson_lefthand": { | ||
"rotation": [75, 45, 0], | ||
"translation": [0, 2.5, 0], | ||
"scale": [0.375, 0.375, 0.375] | ||
}, | ||
"firstperson_righthand": { | ||
"rotation": [0, 45, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"firstperson_lefthand": { | ||
"rotation": [0, 225, 0], | ||
"scale": [0.4, 0.4, 0.4] | ||
}, | ||
"ground": { | ||
"translation": [0, 3, 0], | ||
"scale": [0.25, 0.25, 0.25] | ||
}, | ||
"gui": { | ||
"rotation": [30, 225, 0], | ||
"scale": [0.625, 0.625, 0.625] | ||
}, | ||
"fixed": { | ||
"scale": [0.5, 0.5, 0.5] | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/stepsmod/models/block/red_sandstone_double_steps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "stepsmod:block/double_steps", | ||
"textures": { | ||
"bottom": "minecraft:block/red_sandstone_bottom", | ||
"top": "minecraft:block/red_sandstone_top", | ||
"side": "minecraft:block/red_sandstone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/stepsmod/models/block/red_sandstone_double_steps_inner.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "stepsmod:block/double_steps_inner", | ||
"textures": { | ||
"bottom": "minecraft:block/red_sandstone_bottom", | ||
"top": "minecraft:block/red_sandstone_top", | ||
"side": "minecraft:block/red_sandstone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/stepsmod/models/block/red_sandstone_double_steps_outer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "stepsmod:block/double_steps_outer", | ||
"textures": { | ||
"bottom": "minecraft:block/red_sandstone_bottom", | ||
"top": "minecraft:block/red_sandstone_top", | ||
"side": "minecraft:block/red_sandstone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/stepsmod/models/block/sandstone_double_steps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "stepsmod:block/double_steps", | ||
"textures": { | ||
"bottom": "minecraft:block/sandstone_bottom", | ||
"top": "minecraft:block/sandstone_top", | ||
"side": "minecraft:block/sandstone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/stepsmod/models/block/sandstone_double_steps_inner.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "stepsmod:block/double_steps_inner", | ||
"textures": { | ||
"bottom": "minecraft:block/sandstone_bottom", | ||
"top": "minecraft:block/sandstone_top", | ||
"side": "minecraft:block/sandstone" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/stepsmod/models/block/sandstone_double_steps_outer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "stepsmod:block/double_steps_outer", | ||
"textures": { | ||
"bottom": "minecraft:block/sandstone_bottom", | ||
"top": "minecraft:block/sandstone_top", | ||
"side": "minecraft:block/sandstone" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/stepsmod/recipes/andesite_steps_from_andesite_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:andesite" | ||
}, | ||
"result": "stepsmod:andesite_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/stepsmod/recipes/blackstone_steps_from_blackstone_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:blackstone" | ||
}, | ||
"result": "stepsmod:blackstone_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/stepsmod/recipes/brick_steps_from_bricks_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:bricks" | ||
}, | ||
"result": "stepsmod:brick_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...es/data/stepsmod/recipes/cobbled_deepslate_steps_from_cobbled_deepslate_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:cobbled_deepslate" | ||
}, | ||
"result": "stepsmod:cobbled_deepslate_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...main/resources/data/stepsmod/recipes/cobblestone_steps_from_cobblestone_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:cobblestone" | ||
}, | ||
"result": "stepsmod:cobblestone_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...main/resources/data/stepsmod/recipes/cut_copper_steps_from_copper_block_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:copper_block" | ||
}, | ||
"result": "stepsmod:cut_copper_steps", | ||
"count": 16 | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/stepsmod/recipes/cut_copper_steps_from_cut_copper_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:cut_copper" | ||
}, | ||
"result": "stepsmod:cut_copper_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...ources/data/stepsmod/recipes/dark_prismarine_steps_from_dark_prismarine_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:dark_prismarine" | ||
}, | ||
"result": "stepsmod:dark_prismarine_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...rces/data/stepsmod/recipes/deepslate_brick_steps_from_cobbled_deepslate_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:cobbled_deepslate" | ||
}, | ||
"result": "stepsmod:deepslate_brick_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...urces/data/stepsmod/recipes/deepslate_brick_steps_from_deepslate_bricks_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:deepslate_bricks" | ||
}, | ||
"result": "stepsmod:deepslate_brick_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...ces/data/stepsmod/recipes/deepslate_brick_steps_from_polished_deepslate_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:polished_deepslate" | ||
}, | ||
"result": "stepsmod:deepslate_brick_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...urces/data/stepsmod/recipes/deepslate_tile_steps_from_cobbled_deepslate_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:cobbled_deepslate" | ||
}, | ||
"result": "stepsmod:deepslate_tile_steps", | ||
"count": 4 | ||
} |
8 changes: 8 additions & 0 deletions
8
...ources/data/stepsmod/recipes/deepslate_tile_steps_from_deepslate_bricks_stonecutting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:deepslate_bricks" | ||
}, | ||
"result": "stepsmod:deepslate_tile_steps", | ||
"count": 4 | ||
} |
Oops, something went wrong.