Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechalopa committed Jul 21, 2024
1 parent eeeca75 commit 07aa333
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 30 deletions.
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,14 +1,6 @@
{
"feature": "jafohana:beach_spider_lily_waterside",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:uniform",
"max_inclusive": 2,
"min_inclusive": 1
}
},
{
"type": "minecraft:rarity_filter",
"chance": 8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
{
"feature": "jafohana:red_spider_lily_waterside",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:uniform",
"max_inclusive": 2,
"min_inclusive": 1
}
},
{
"type": "minecraft:rarity_filter",
"chance": 8
"chance": 16
},
{
"type": "minecraft:in_square"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
{
"feature": "jafohana:tall_flower_waterside",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:uniform",
"max_inclusive": 2,
"min_inclusive": 1
}
},
{
"type": "minecraft:rarity_filter",
"chance": 20
"chance": 64
},
{
"type": "minecraft:in_square"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"placement": [
{
"type": "minecraft:noise_threshold_count",
"above_noise": 7,
"above_noise": 5,
"below_noise": 0,
"noise_level": -0.8
},
{
"type": "minecraft:rarity_filter",
"chance": 112
"chance": 160
},
{
"type": "minecraft:in_square"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"placement": [
{
"type": "minecraft:noise_threshold_count",
"above_noise": 7,
"above_noise": 5,
"below_noise": 0,
"noise_level": -0.85
},
{
"type": "minecraft:rarity_filter",
"chance": 160
"chance": 200
},
{
"type": "minecraft:in_square"
Expand Down

0 comments on commit 07aa333

Please sign in to comment.