Skip to content

Commit

Permalink
Update minecraft_sakura stripper
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Oct 18, 2024
1 parent 0ff000a commit 32ab354
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions stripper/ze_minecraft_sakura/default_ents.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
{
// Block off spots in the pond where you can fall out of the map
"add": [
{
"classname": "prop_dynamic",
"model": "models/de_overpass/overpass_ammo_crate/overpass_ammo_crate_big_full.vmdl",
"origin": "2151 3075 332",
"solid": "6",
"scales": "2 2 2",
"rendermode": "kRenderNone"
},
{
"classname": "prop_dynamic",
"model": "models/de_overpass/overpass_ammo_crate/overpass_ammo_crate_big_full.vmdl",
"origin": "2356 3556 372",
"solid": "6",
"scales": "2 2 2",
"rendermode": "kRenderNone"
}
],
// Anti-delay for tree hold
"add": [
{
Expand Down

0 comments on commit 32ab354

Please sign in to comment.