Skip to content

Commit

Permalink
adjust modlet description, effects remain the same
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-robertson committed May 22, 2021
1 parent 47b484d commit 58f6436
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Config/loot.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<disable-vehicle-storage>
<config>
<!-- vehicleBicycle storage -->
<set xpath="/lootcontainers/lootcontainer[@id='76']/@size">1,0</set>
<!-- vehicleMinibike storage -->
Expand All @@ -9,4 +9,4 @@
<set xpath="/lootcontainers/lootcontainer[@id='79']/@size">1,0</set>
<!-- vehicleGyrocopter storage -->
<set xpath="/lootcontainers/lootcontainer[@id='80']/@size">1,0</set>
</disable-vehicle-storage>
</config>
6 changes: 3 additions & 3 deletions ModInfo.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<xml>
<ModInfo>
<Name value="Disable Vehicle Storage"/>
<Description value="Remove storage from vanilla vehicles"/>
<Author value="sleepless-nights-for-7-days modding group"/>
<Version value="1.0"/>
<Description value="Disable storage space from vanilla vehicles to help prevent item duplication exploits and encourage players to carry gear on-hand"/>
<Author value="Jonathan Robertson"/>
<Version value="1.0.0"/>
<Website value="https://github.com/sleepless-nights-for-7-days/disable-vehicle-storage"/>
</ModInfo>
</xml>
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# disable-vehicle-storage
Need to disable vehicle storage? This mod will do that for the vanilla vehicles in 7 Days to Die:
# Disable Vehicle Storage

Disable storage space from vanilla vehicles to:

1. help prevent item duplication exploits
1. encourage players to carry gear on-hand, which increases the chance that PvP kills will be rewarded

## Storage removed for

- Bicycle
- Minibike
- Motorcycle
Expand Down

0 comments on commit 58f6436

Please sign in to comment.