-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to the Jacaranda Glade and Lush Desert
- Loading branch information
Showing
22 changed files
with
339 additions
and
39 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
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
54 changes: 54 additions & 0 deletions
54
...nerated/resources/data/biomesoplenty/worldgen/configured_feature/cherry_twiglet_tree.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,54 @@ | ||
{ | ||
"type": "biomesoplenty:twiglet_tree", | ||
"config": { | ||
"alt_foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:air" | ||
} | ||
}, | ||
"decorators": [], | ||
"foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:cherry_leaves", | ||
"Properties": { | ||
"distance": "7", | ||
"persistent": "false", | ||
"waterlogged": "false" | ||
} | ||
} | ||
}, | ||
"hanging_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:air" | ||
} | ||
}, | ||
"leaf_chance_even": 1.0, | ||
"leaf_chance_odd": 1.0, | ||
"max_height": 1, | ||
"min_height": 1, | ||
"trunk_fruit_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:air" | ||
} | ||
}, | ||
"trunk_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:cherry_log", | ||
"Properties": { | ||
"axis": "y" | ||
} | ||
} | ||
}, | ||
"vine_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:air" | ||
} | ||
} | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
...ated/resources/data/biomesoplenty/worldgen/configured_feature/flower_jacaranda_glade.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,41 @@ | ||
{ | ||
"type": "minecraft:flower", | ||
"config": { | ||
"feature": { | ||
"feature": { | ||
"type": "minecraft:simple_block", | ||
"config": { | ||
"to_place": { | ||
"type": "minecraft:weighted_state_provider", | ||
"entries": [ | ||
{ | ||
"data": { | ||
"Name": "minecraft:lily_of_the_valley" | ||
}, | ||
"weight": 3 | ||
}, | ||
{ | ||
"data": { | ||
"Name": "minecraft:blue_orchid" | ||
}, | ||
"weight": 1 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"placement": [ | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
} | ||
} | ||
] | ||
}, | ||
"tries": 64, | ||
"xz_spread": 7, | ||
"y_spread": 3 | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...ed/resources/data/biomesoplenty/worldgen/configured_feature/snowblossom_twiglet_tree.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,54 @@ | ||
{ | ||
"type": "biomesoplenty:twiglet_tree", | ||
"config": { | ||
"alt_foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:air" | ||
} | ||
}, | ||
"decorators": [], | ||
"foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "biomesoplenty:snowblossom_leaves", | ||
"Properties": { | ||
"distance": "7", | ||
"persistent": "false", | ||
"waterlogged": "false" | ||
} | ||
} | ||
}, | ||
"hanging_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:air" | ||
} | ||
}, | ||
"leaf_chance_even": 1.0, | ||
"leaf_chance_odd": 1.0, | ||
"max_height": 2, | ||
"min_height": 1, | ||
"trunk_fruit_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:air" | ||
} | ||
}, | ||
"trunk_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:cherry_log", | ||
"Properties": { | ||
"axis": "y" | ||
} | ||
} | ||
}, | ||
"vine_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:air" | ||
} | ||
} | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
...generated/resources/data/biomesoplenty/worldgen/configured_feature/sparse_dune_grass.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,4 @@ | ||
{ | ||
"type": "biomesoplenty:sparse_dune_grass", | ||
"config": {} | ||
} |
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
17 changes: 17 additions & 0 deletions
17
src/generated/resources/data/biomesoplenty/worldgen/placed_feature/cherry_twiglet_tree.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,17 @@ | ||
{ | ||
"feature": "biomesoplenty:cherry_twiglet_tree", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:would_survive", | ||
"state": { | ||
"Name": "minecraft:cherry_sapling", | ||
"Properties": { | ||
"stage": "0" | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.