Prevent players from jumping over fence
This commit is contained in:
parent
9767e97e91
commit
6349d67489
@ -21,6 +21,7 @@
|
||||
- always_day (Always Day)
|
||||
- fire_spreads (Fire Spreads)
|
||||
- acid_spreads (Contagious Acid Spreads)
|
||||
- You can no longer jump over fence
|
||||
|
||||
## [Oct 6th - Oct 12th 2024] Update: Texture Update
|
||||
|
||||
|
@ -139,7 +139,7 @@ PyuTest.make_building_blocks = function(name, desc, tex, colortint, cgroups, ext
|
||||
paramtype = "light",
|
||||
collision_box = {
|
||||
type = "fixed",
|
||||
fixed = { -0.25, -0.5, -0.25, 0.25, 0.5, 0.25 }
|
||||
fixed = { -0.25, -0.5, -0.25, 0.25, 0.9, 0.25 }
|
||||
},
|
||||
sounds = PyuTest.make_node_sounds(),
|
||||
}, econf))
|
||||
|
Loading…
x
Reference in New Issue
Block a user