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:
Submodule Assets/CineboxAndrew updated: c40a3155db...b12e82d847
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
|
v0.2.0
|
||||||
------
|
------
|
||||||
|
- Stack parts included:
|
||||||
|
- Resource
|
||||||
|
- Radial Holding Tank (Andrew)
|
||||||
|
- Small Holding Tank (Andrew)
|
||||||
|
- Large Holding Tank (Andrew)
|
||||||
|
|
||||||
v0.1.4
|
v0.1.4
|
||||||
------
|
------
|
||||||
|
Reference in New Issue
Block a user