mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add stock ore tanks
- Radial Holding Tank - Small Holding Tank - Large Holding Tank
This commit is contained in:
parent
14bc904f41
commit
2413770c84
@ -1 +1 @@
|
||||
Subproject commit c40a3155dbfcdcb8d1f37cd6cd9ed4129f703124
|
||||
Subproject commit b12e82d8474d748d472d7fb50585052ea8067464
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
}
|
||||
}
|
@ -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
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user