-
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
13 changed files
with
200 additions
and
25 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
Binary file modified
BIN
-1 Byte
(100%)
src/main/resources/assets/jafohana/textures/block/ceanothus_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 modified
BIN
-2 Bytes
(99%)
src/main/resources/assets/jafohana/textures/block/ceanothus_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
+301 Bytes
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
+99 Bytes
src/main/resources/assets/jafohana/textures/block/jack_in_the_pulpit_stem.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
+303 Bytes
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.
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
31 changes: 31 additions & 0 deletions
31
src/main/resources/data/jafohana/neoforge/biome_modifier/tall_flower_features_in_forest.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,31 @@ | ||
{ | ||
"type": "jafohana:add_features", | ||
"biomes": [ | ||
[ | ||
{ | ||
"name": "#jafohana:is_overworld" | ||
}, | ||
{ | ||
"name": "#jafohana:is_birch_forest", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "minecraft:flower_forest", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_cold", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_dead_or_wasteland", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_forest" | ||
} | ||
] | ||
], | ||
"features": "jafohana:tall_flower_forest", | ||
"step": "vegetal_decoration" | ||
} |
115 changes: 115 additions & 0 deletions
115
src/main/resources/data/jafohana/worldgen/configured_feature/tall_flower_forest.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,115 @@ | ||
{ | ||
"type": "minecraft:simple_random_selector", | ||
"config": { | ||
"features": [ | ||
{ | ||
"feature": { | ||
"type": "minecraft:random_patch", | ||
"config": { | ||
"feature": { | ||
"feature": { | ||
"type": "minecraft:simple_block", | ||
"config": { | ||
"to_place": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "jafohana:orange_marigold", | ||
"Properties": { | ||
"half": "lower" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"placement": [ | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
} | ||
} | ||
] | ||
}, | ||
"tries": 96, | ||
"xz_spread": 7, | ||
"y_spread": 3 | ||
} | ||
}, | ||
"placement": [] | ||
}, | ||
{ | ||
"feature": { | ||
"type": "minecraft:random_patch", | ||
"config": { | ||
"feature": { | ||
"feature": { | ||
"type": "minecraft:simple_block", | ||
"config": { | ||
"to_place": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "jafohana:yellow_marigold", | ||
"Properties": { | ||
"half": "lower" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"placement": [ | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
} | ||
} | ||
] | ||
}, | ||
"tries": 96, | ||
"xz_spread": 7, | ||
"y_spread": 3 | ||
} | ||
}, | ||
"placement": [] | ||
}, | ||
{ | ||
"feature": { | ||
"type": "minecraft:random_patch", | ||
"config": { | ||
"feature": { | ||
"feature": { | ||
"type": "minecraft:simple_block", | ||
"config": { | ||
"to_place": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "jafohana:ceanothus", | ||
"Properties": { | ||
"half": "lower" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"placement": [ | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
} | ||
} | ||
] | ||
}, | ||
"tries": 96, | ||
"xz_spread": 7, | ||
"y_spread": 3 | ||
} | ||
}, | ||
"placement": [] | ||
} | ||
] | ||
} | ||
} |
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
19 changes: 19 additions & 0 deletions
19
src/main/resources/data/jafohana/worldgen/placed_feature/tall_flower_forest.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,19 @@ | ||
{ | ||
"feature": "jafohana:tall_flower_forest", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:rarity_filter", | ||
"chance": 56 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:heightmap", | ||
"heightmap": "MOTION_BLOCKING" | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |