Add stock ore tanks

- Radial Holding Tank
- Small Holding Tank
- Large Holding Tank
This commit is contained in:
Andrew Cassidy 2019-04-03 23:16:27 -07:00
parent 14bc904f41
commit 2413770c84
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
8 changed files with 47 additions and 1 deletions

@ -1 +1 @@
Subproject commit c40a3155dbfcdcb8d1f37cd6cd9ed4129f703124
Subproject commit b12e82d8474d748d472d7fb50585052ea8067464

View File

@ -0,0 +1,41 @@
// Patches applying art changes to ore tanks
// Contents:
// - Radial Holding Tank (RadialOreTank)
// - Small Holding Tank (SmallTank)
// - Large Holding Tank (LargeTank)
// Radial Holding Tank
@PART[RadialOreTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-radial
}
}
// Small Holding Tank
@PART[SmallTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-125
}
}
// Large Holding Tank
@PART[LargeTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-25
}
}

View File

@ -1,5 +1,10 @@
v0.2.0
------
- Stack parts included:
- Resource
- Radial Holding Tank (Andrew)
- Small Holding Tank (Andrew)
- Large Holding Tank (Andrew)
v0.1.4
------