ReStocked/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-0625.cfg

16 lines
254 B
INI
Raw Normal View History

2018-07-05 18:41:36 +00:00
// Patches applying art changes to 0.625m fuel tanks
// Contents:
// - Oscar-B Fuel Tank (miniFuelTank)
@PART[miniFuelTank]
{
@author = Beale
!mesh = DELETE
!MODEL {}
2018-07-05 18:41:36 +00:00
MODEL {
2018-07-24 13:19:04 +00:00
model = ReStock/Assets/FuelTank/restock-fueltank-0625-1
2018-07-05 18:41:36 +00:00
}
2019-01-25 17:48:12 +00:00
2018-07-05 18:41:36 +00:00
}