-
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
29 changed files
with
267 additions
and
68 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
3 changes: 1 addition & 2 deletions
3
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
3 changes: 1 addition & 2 deletions
3
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
3 changes: 3 additions & 0 deletions
3
...models/block/medium_flower_height_18.json → ...afohana/models/block/cross_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
3 changes: 3 additions & 0 deletions
3
...models/block/medium_flower_height_20.json → ...afohana/models/block/cross_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
69 changes: 69 additions & 0 deletions
69
src/main/resources/assets/jafohana/models/block/cross_width_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,69 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"render_type": "cutout", | ||
"textures": { | ||
"particle": "#cross" | ||
}, | ||
"elements": [ | ||
{ | ||
"from": [ 0.8, 0, 8 ], | ||
"to": [ 15.2, 16, 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, 0, 0.8 ], | ||
"to": [ 8, 16, 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" } | ||
} | ||
}, | ||
{ | ||
"from": [ -1.0, 0, 8 ], | ||
"to": [ 0.8, 16, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 2, 0, 4, 16 ], "texture": "#side" }, | ||
"south": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" } | ||
} | ||
}, | ||
{ | ||
"from": [ 15.2, 0, 8 ], | ||
"to": [ 17.0, 16, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, | ||
"south": { "uv": [ 2, 0, 4, 16 ], "texture": "#side" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 0, -1.0 ], | ||
"to": [ 8, 16, 0.8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, | ||
"east": { "uv": [ 2, 0, 4, 16 ], "texture": "#side" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 0, 15.2 ], | ||
"to": [ 8, 16, 17.0 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 2, 0, 4, 16 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" } | ||
} | ||
} | ||
] | ||
} |
88 changes: 86 additions & 2 deletions
88
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 |
---|---|---|
@@ -1,8 +1,92 @@ | ||
{ | ||
"parent": "jafohana:block/medium_flower_height_18", | ||
"ambientocclusion": false, | ||
"render_type": "cutout", | ||
"textures": { | ||
"particle": "jafohana:block/jack_in_the_pulpit", | ||
"cross": "jafohana:block/jack_in_the_pulpit", | ||
"side": "jafohana:block/jack_in_the_pulpit_side", | ||
"stem": "jafohana:block/jack_in_the_pulpit_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, 2 ], "texture": "#stem" }, | ||
"south": { "uv": [ 0, 0, 16, 2 ], "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" } | ||
} | ||
}, | ||
{ | ||
"from": [ -1.0, 2, 8 ], | ||
"to": [ 0.8, 18, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 2, 0, 4, 16 ], "texture": "#side" }, | ||
"south": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" } | ||
} | ||
}, | ||
{ | ||
"from": [ 15.2, 2, 8 ], | ||
"to": [ 17.0, 18, 8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, | ||
"south": { "uv": [ 2, 0, 4, 16 ], "texture": "#side" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 2, -1.0 ], | ||
"to": [ 8, 18, 0.8 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, | ||
"east": { "uv": [ 2, 0, 4, 16 ], "texture": "#side" } | ||
} | ||
}, | ||
{ | ||
"from": [ 8, 2, 15.2 ], | ||
"to": [ 8, 18, 17.0 ], | ||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 2, 0, 4, 16 ], "texture": "#side" }, | ||
"east": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" } | ||
} | ||
} | ||
] | ||
} |
5 changes: 3 additions & 2 deletions
5
src/main/resources/assets/jafohana/models/block/princes_plume_bottom.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,7 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cross", | ||
"parent": "jafohana:block/cross_width_18", | ||
"render_type": "cutout", | ||
"textures": { | ||
"cross": "jafohana:block/princes_plume_bottom" | ||
"cross": "jafohana:block/princes_plume_bottom", | ||
"side": "jafohana:block/princes_plume_bottom_side" | ||
} | ||
} |
5 changes: 3 additions & 2 deletions
5
src/main/resources/assets/jafohana/models/block/princes_plume_top.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,7 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cross", | ||
"parent": "jafohana:block/cross_width_18", | ||
"render_type": "cutout", | ||
"textures": { | ||
"cross": "jafohana:block/princes_plume_top" | ||
"cross": "jafohana:block/princes_plume_top", | ||
"side": "jafohana:block/princes_plume_top_side" | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
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
2 changes: 1 addition & 1 deletion
2
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "jafohana:block/jack_in_the_pulpit" | ||
"layer0": "jafohana:block/potted_jack_in_the_pulpit" | ||
} | ||
} |
Binary file modified
BIN
+2 Bytes
(100%)
src/main/resources/assets/jafohana/textures/block/jack_in_the_pulpit.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 added
BIN
+110 Bytes
src/main/resources/assets/jafohana/textures/block/jack_in_the_pulpit_side.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
+257 Bytes
(410%)
src/main/resources/assets/jafohana/textures/block/magenta_wishbone_flower.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
+11 Bytes
(100%)
src/main/resources/assets/jafohana/textures/block/potted_jack_in_the_pulpit.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
+107 Bytes
(230%)
src/main/resources/assets/jafohana/textures/block/princes_plume_bottom.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 added
BIN
+126 Bytes
src/main/resources/assets/jafohana/textures/block/princes_plume_bottom_side.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
+69 Bytes
(180%)
src/main/resources/assets/jafohana/textures/block/princes_plume_top.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 added
BIN
+100 Bytes
src/main/resources/assets/jafohana/textures/block/princes_plume_top_side.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
+255 Bytes
(410%)
src/main/resources/assets/jafohana/textures/block/purple_wishbone_flower.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
+250 Bytes
(400%)
src/main/resources/assets/jafohana/textures/block/white_wishbone_flower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/jafohana/loot_modifiers/chests/village/village_desert_house.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,10 @@ | ||
{ | ||
"type": "neoforge:add_table", | ||
"conditions": [ | ||
{ | ||
"condition": "neoforge:loot_table_id", | ||
"loot_table_id": "minecraft:chests/village/village_desert_house" | ||
} | ||
], | ||
"table": "jafohana:additions/chests/village/village_desert_house" | ||
} |
51 changes: 51 additions & 0 deletions
51
...ain/resources/data/jafohana/loot_table/additions/chests/village/village_desert_house.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,51 @@ | ||
{ | ||
"type": "minecraft:chest", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"add": false, | ||
"count": { | ||
"type": "minecraft:uniform", | ||
"max": 3.0, | ||
"min": 1.0 | ||
}, | ||
"function": "minecraft:set_count" | ||
} | ||
], | ||
"name": "jafohana:apricot_mallow", | ||
"weight": 2 | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"add": false, | ||
"count": { | ||
"type": "minecraft:uniform", | ||
"max": 3.0, | ||
"min": 1.0 | ||
}, | ||
"function": "minecraft:set_count" | ||
} | ||
], | ||
"name": "jafohana:princes_plume" | ||
}, | ||
{ | ||
"type": "minecraft:empty", | ||
"weight": 27 | ||
} | ||
], | ||
"rolls": { | ||
"type": "minecraft:uniform", | ||
"max": 3.0, | ||
"min": 0.0 | ||
} | ||
} | ||
], | ||
"random_sequence": "jafohana:additions/chests/village/village_desert_house" | ||
} |
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
26 changes: 0 additions & 26 deletions
26
...in/resources/data/jafohana/neoforge/biome_modifier/red_spider_lily_features_in_swamp.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.