Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/main/resources/trees/dtneapolitan/world_gen/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,16 @@
}
}
}
},
{
"_comment": "Oak generation in Strawberry Fields biome",
"select": "neapolitan:strawberry_fields",
"apply": {
"species": "oak",
"density": [
2.0
],
"chance": 0.1
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"__comment": "Cancel standard tree features from Strawberry Fields biome.",
"select": "neapolitan:strawberry_fields",
"cancellers": {
"type": "tree",
"namespace": "minecraft"
}
},
{
"__comment": "Cancel spruce trees near Mint Sprouts.",
"select": { "tag": "neapolitan:has_feature/mint_pond"},
"cancellers": {
"type": "tree",
"namespace": "minecraft"
}
}
]