Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechalopa committed Sep 21, 2024
1 parent 8f864cd commit ce4099f
Show file tree
Hide file tree
Showing 13 changed files with 330 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"type": "neoforge:add_features",
"biomes": "minecraft:bamboo_jungle",
"type": "jafohana:add_features",
"biomes": [
[
{
"name": "#jafohana:is_overworld"
},
{
"name": "#jafohana:is_bamboo_jungle"
},
{
"name": "#jafohana:is_dead_or_wasteland",
"negate": true
},
{
"name": "#jafohana:is_jungle"
}
]
],
"features": "jafohana:flower_bamboo_jungle",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"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_hot",
"negate": true
},
{
"name": "#jafohana:is_snowy",
"negate": true
},
{
"name": "#jafohana:is_coniferous",
"negate": true
},
{
"name": "#jafohana:is_dense_vegetation"
},
{
"name": "#jafohana:is_spooky",
"negate": true
},
{
"name": "#jafohana:is_dead_or_wasteland",
"negate": true
},
{
"name": "#jafohana:is_forest"
}
]
],
"features": "jafohana:flower_dense_forest",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"name": "#jafohana:is_coniferous",
"negate": true
},
{
"name": "#jafohana:is_dense_vegetation",
"negate": true
},
{
"name": "#jafohana:is_spooky",
"negate": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"name": "#jafohana:is_overworld"
},
{
"name": [
"minecraft:sparse_jungle",
"minecraft:bamboo_jungle"
],
"name": "#jafohana:is_sparse_vegetation",
"negate": true
},
{
"name": "#jafohana:is_bamboo_jungle",
"negate": true
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"type": "neoforge:add_features",
"biomes": "minecraft:sparse_jungle",
"type": "jafohana:add_features",
"biomes": [
[
{
"name": "#jafohana:is_overworld"
},
{
"name": "#jafohana:is_sparse_vegetation"
},
{
"name": "#jafohana:is_bamboo_jungle",
"negate": true
},
{
"name": "#jafohana:is_dead_or_wasteland",
"negate": true
},
{
"name": "#jafohana:is_jungle"
}
]
],
"features": "jafohana:flower_sparse_jungle",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"replace": false,
"values": [
"minecraft:bamboo_jungle",
{
"id": "#c:is_bamboo_jungle",
"required": false
},
{
"id": "regions_unexplored:bamboo_forest",
"required": false
},
{
"id": "eastwardjourneys:cherry_blossom_bamboo_jungle",
"required": false
},
{
"id": "wythers:bamboo_jungle_canyon",
"required": false
},
{
"id": "wythers:bamboo_jungle_highlands",
"required": false
},
{
"id": "wythers:bamboo_jungle_swamp",
"required": false
},
{
"id": "wythers:bamboo_swamp",
"required": false
},
{
"id": "wythers:sparse_bamboo_jungle",
"required": false
},
{
"id": "biomeswevegone:crag_gardens",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
{
"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:dayflower"
}
}
}
},
"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:evening_primrose"
}
}
}
},
"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:forget_me_not"
}
}
}
},
"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:orange_spider_lily"
}
}
}
},
"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:jack_in_the_pulpit"
}
}
}
},
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
}
}
]
},
"tries": 64,
"xz_spread": 7,
"y_spread": 3
}
},
"placement": []
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 36
"chance": 14
},
{
"type": "minecraft:in_square"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"feature": "jafohana:flower_dense_forest",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 18
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "MOTION_BLOCKING"
},
{
"type": "minecraft:biome"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 56
"chance": 48
},
{
"type": "minecraft:in_square"
Expand Down

0 comments on commit ce4099f

Please sign in to comment.