-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
e0c64ec
commit f5ca89f
Showing
2 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924
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
53 changes: 53 additions & 0 deletions
53
src/generated/resources/data/aether/worldgen/configured_feature/skyroot_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,53 @@ | ||
{ | ||
"type": "minecraft:tree", | ||
"config": { | ||
"decorators": [], | ||
"dirt_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:dirt" | ||
} | ||
}, | ||
"foliage_placer": { | ||
"type": "aether_redux:skyroot_foliage", | ||
"offset": 0, | ||
"radius": 2 | ||
}, | ||
"foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "aether:skyroot_leaves", | ||
"Properties": { | ||
"distance": "7", | ||
"double_drops": "true", | ||
"persistent": "false", | ||
"waterlogged": "false" | ||
} | ||
} | ||
}, | ||
"force_dirt": false, | ||
"ignore_vines": true, | ||
"minimum_size": { | ||
"type": "minecraft:two_layers_feature_size", | ||
"limit": 1, | ||
"lower_size": 0, | ||
"upper_size": 1 | ||
}, | ||
"trunk_placer": { | ||
"type": "minecraft:straight_trunk_placer", | ||
"base_height": 4, | ||
"height_rand_a": 2, | ||
"height_rand_b": 0 | ||
}, | ||
"trunk_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "aether:skyroot_log", | ||
"Properties": { | ||
"axis": "y", | ||
"double_drops": "true" | ||
} | ||
} | ||
} | ||
} | ||
} |