buffed the stick spawn rate in the nether
This commit is contained in:
parent
3b80f0687e
commit
b054d59d27
9 changed files with 9 additions and 6 deletions
|
|
@ -65,6 +65,7 @@
|
|||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@
|
|||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
"tfg:nether/surface/pumice_patch",
|
||||
"tfg:nether/surface/beneath_mushrooms",
|
||||
"tfg:nether/surface/guano_patch",
|
||||
"tfg:nether/surface/stick_patch",
|
||||
"tfg:glow_lichen"
|
||||
],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
{
|
||||
"type": "minecraft:count_on_every_layer",
|
||||
"count": 5
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
"feature": "tfg:nether/surface/stick_patch",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 3
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
|
|
@ -19,7 +15,7 @@
|
|||
},
|
||||
{
|
||||
"type": "minecraft:count_on_every_layer",
|
||||
"count": 1
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue