-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
403 additions
and
214 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
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/jafohana/blockstates/jack_in_the_pulpit.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "jafohana:block/jack_in_the_pulpit" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/jafohana/blockstates/potted_jack_in_the_pulpit.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "jafohana:block/potted_jack_in_the_pulpit" | ||
} | ||
} | ||
} |
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
47 changes: 2 additions & 45 deletions
47
src/main/resources/assets/jafohana/models/block/beach_spider_lily.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 |
---|---|---|
@@ -1,51 +1,8 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"render_type": "cutout", | ||
"parent": "jafohana:block/medium_flower_height_20", | ||
"textures": { | ||
"particle": "jafohana:block/beach_spider_lily", | ||
"cross": "jafohana:block/beach_spider_lily", | ||
"stem": "jafohana:block/beach_spider_lily_stem" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ 0.8, 0, 8 ], | ||
"to": [ 15.2, 4, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
"south": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 0, 0.8 ], | ||
"to": [ 8, 4, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 0.8, 4, 8 ], | ||
"to": [ 15.2, 20, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 4, 0.8 ], | ||
"to": [ 8, 20, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
} | ||
] | ||
} | ||
} |
47 changes: 2 additions & 45 deletions
47
src/main/resources/assets/jafohana/models/block/bells_of_ireland.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 |
---|---|---|
@@ -1,51 +1,8 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"render_type": "cutout", | ||
"parent": "jafohana:block/medium_flower_height_20", | ||
"textures": { | ||
"particle": "jafohana:block/bells_of_ireland", | ||
"cross": "jafohana:block/bells_of_ireland", | ||
"stem": "jafohana:block/bells_of_ireland_stem" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ 0.8, 0, 8 ], | ||
"to": [ 15.2, 4, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
"south": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 0, 0.8 ], | ||
"to": [ 8, 4, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 0.8, 4, 8 ], | ||
"to": [ 15.2, 20, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 4, 0.8 ], | ||
"to": [ 8, 20, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
} | ||
] | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/assets/jafohana/models/block/jack_in_the_pulpit.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": "jafohana:block/medium_flower_height_18", | ||
"textures": { | ||
"particle": "jafohana:block/jack_in_the_pulpit", | ||
"cross": "jafohana:block/jack_in_the_pulpit", | ||
"stem": "jafohana:block/jack_in_the_pulpit_stem" | ||
} | ||
} |
46 changes: 46 additions & 0 deletions
46
src/main/resources/assets/jafohana/models/block/medium_flower_height_18.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,46 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"render_type": "cutout", | ||
"elements": [ | ||
{ | ||
"from": [ 0.8, 0, 8 ], | ||
"to": [ 15.2, 2, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
"south": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 0, 0.8 ], | ||
"to": [ 8, 2, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" }, | ||
"east": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 0.8, 2, 8 ], | ||
"to": [ 15.2, 18, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 2, 0.8 ], | ||
"to": [ 8, 18, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
} | ||
] | ||
} |
46 changes: 46 additions & 0 deletions
46
src/main/resources/assets/jafohana/models/block/medium_flower_height_20.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,46 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"render_type": "cutout", | ||
"elements": [ | ||
{ | ||
"from": [ 0.8, 0, 8 ], | ||
"to": [ 15.2, 4, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
"south": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 0, 0.8 ], | ||
"to": [ 8, 4, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
"east": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 0.8, 4, 8 ], | ||
"to": [ 15.2, 20, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 4, 0.8 ], | ||
"to": [ 8, 20, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
} | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/jafohana/models/block/potted_jack_in_the_pulpit.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,7 @@ | ||
{ | ||
"parent": "minecraft:block/flower_pot_cross", | ||
"render_type": "cutout", | ||
"textures": { | ||
"plant": "jafohana:block/jack_in_the_pulpit" | ||
} | ||
} |
47 changes: 2 additions & 45 deletions
47
src/main/resources/assets/jafohana/models/block/wheel_lily.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 |
---|---|---|
@@ -1,51 +1,8 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"render_type": "cutout", | ||
"parent": "jafohana:block/medium_flower_height_18", | ||
"textures": { | ||
"particle": "jafohana:block/wheel_lily", | ||
"cross": "jafohana:block/wheel_lily", | ||
"stem": "jafohana:block/wheel_lily_stem" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ 0.8, 0, 8 ], | ||
"to": [ 15.2, 2, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" }, | ||
"south": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 0, 0.8 ], | ||
"to": [ 8, 2, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" }, | ||
"east": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" } | ||
} | ||
}, | ||
{ | ||
"from": [ 0.8, 2, 8 ], | ||
"to": [ 15.2, 18, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 2, 0.8 ], | ||
"to": [ 8, 18, 15.2 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } | ||
} | ||
} | ||
] | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/jafohana/models/item/jack_in_the_pulpit.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "jafohana:block/jack_in_the_pulpit" | ||
} | ||
} |
Binary file modified
BIN
+108 Bytes
(230%)
src/main/resources/assets/jafohana/textures/block/beach_spider_lily.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+32 Bytes
(140%)
src/main/resources/assets/jafohana/textures/block/beach_spider_lily_stem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.