these weren't spawning on water
This commit is contained in:
parent
8bf3d14bd0
commit
bebdb17686
4 changed files with 18 additions and 10 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE"
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
|
|
@ -28,9 +28,9 @@
|
|||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"tag": "tfg:fluid/semiheavy_ammoniacal_water"
|
||||
"blocks": "tfg:fluid/semiheavy_ammoniacal_water"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
]
|
||||
},
|
||||
"tries": 16,
|
||||
"xz_spread": 8,
|
||||
"y_spread": 1
|
||||
"xz_spread": 10,
|
||||
"y_spread": 0
|
||||
}
|
||||
}
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE"
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
|
|
@ -28,9 +28,9 @@
|
|||
"blocks": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"tag": "tfg:fluid/semiheavy_ammoniacal_water"
|
||||
"blocks": "tfg:fluid/semiheavy_ammoniacal_water"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
]
|
||||
},
|
||||
"tries": 16,
|
||||
"xz_spread": 8,
|
||||
"y_spread": 1
|
||||
"xz_spread": 5,
|
||||
"y_spread": 0
|
||||
}
|
||||
}
|
||||
|
|
@ -8,6 +8,10 @@
|
|||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue