mirror of
https://github.com/XevianLight/Aphelion.git
synced 2026-05-11 10:00:54 +01:00
Rockets now support inventories. Fixed pad underside textures.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package net.xevianlight.aphelion.block.custom;
|
||||
|
||||
import net.xevianlight.aphelion.block.custom.base.BaseRocketFuelTank;
|
||||
|
||||
public class BasicRocketFuelTank extends BaseRocketFuelTank {
|
||||
public BasicRocketFuelTank(Properties properties) {
|
||||
super(properties);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getFuelCapacity() {
|
||||
return 1000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user