Skip to content

Commit

Permalink
Use paper bag model instead of carving fork
Browse files Browse the repository at this point in the history
It seems some mod combinations can cause the carving fork to appear
oversized in-game. Use the paper bag model instead, to avoid this.
  • Loading branch information
coavins committed Jan 3, 2024
1 parent e4bb603 commit d845f7d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module coavinsfirearms {
Icon = ShotgunForend,
Weight = 0.5,
ConditionMax = 20,
WorldStaticModel = CarvingFork_Ground,
WorldStaticModel = Paperbag_Ground,
}

item ShotgunBoltCarrier {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module coavinsfirearms {
Icon = ShotgunForend,
Weight = 0.5,
ConditionMax = 20,
WorldStaticModel = CarvingFork_Ground,
WorldStaticModel = Paperbag_Ground,
}

item ShotgunBoltCarrier_10g {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module coavinsfirearms {
Icon = ShotgunForend,
Weight = 0.5,
ConditionMax = 20,
WorldStaticModel = CarvingFork_Ground,
WorldStaticModel = Paperbag_Ground,
}

item ShotgunBoltCarrier_20g {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module coavinsfirearms {
Icon = ShotgunForend,
Weight = 0.5,
ConditionMax = 20,
WorldStaticModel = CarvingFork_Ground,
WorldStaticModel = Paperbag_Ground,
}

item ShotgunBoltCarrier_410g {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module coavinsfirearms {
Icon = ShotgunForend,
Weight = 0.5,
ConditionMax = 20,
WorldStaticModel = CarvingFork_Ground,
WorldStaticModel = Paperbag_Ground,
}

item ShotgunBoltCarrier_4g {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module coavinsfirearms {
Icon = ShotgunForend,
Weight = 0.5,
ConditionMax = 20,
WorldStaticModel = CarvingFork_Ground,
WorldStaticModel = Paperbag_Ground,
}

item ShotgunBoltCarrier_12g {
Expand Down

0 comments on commit d845f7d

Please sign in to comment.