Redesign biome and update
- Updates to 1.21.3 - Biome changes with correct colours
This commit is contained in:
@ -1,43 +1,43 @@
|
||||
{
|
||||
"config": {
|
||||
"tries": 48,
|
||||
"xz_spread": 6,
|
||||
"y_spread": 1,
|
||||
"config": {
|
||||
"tries": 48,
|
||||
"xz_spread": 6,
|
||||
"y_spread": 1,
|
||||
"feature": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"config": {
|
||||
"to_place": {
|
||||
"entries": [
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:grass"
|
||||
},
|
||||
"weight": 3
|
||||
"config": {
|
||||
"to_place": {
|
||||
"entries": [
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:short_grass"
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:fern"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"type": "minecraft:weighted_state_provider"
|
||||
}
|
||||
},
|
||||
"type": "minecraft:simple_block"
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"predicate": {
|
||||
"blocks": [
|
||||
"minecraft:air"
|
||||
],
|
||||
"type": "minecraft:matching_blocks"
|
||||
},
|
||||
"type": "minecraft:block_predicate_filter"
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"Name": "minecraft:fern"
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"type": "minecraft:weighted_state_provider"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "minecraft:flower"
|
||||
}
|
||||
},
|
||||
"type": "minecraft:simple_block"
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"predicate": {
|
||||
"blocks": [
|
||||
"minecraft:air"
|
||||
],
|
||||
"type": "minecraft:matching_blocks"
|
||||
},
|
||||
"type": "minecraft:block_predicate_filter"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "minecraft:flower"
|
||||
}
|
Reference in New Issue
Block a user