Prevent players from jumping over fence

This commit is contained in:
IamPyu 2024-10-17 16:16:00 -06:00
parent 9767e97e91
commit 6349d67489
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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))