another small fix

This commit is contained in:
BallOfEnergy 2024-06-08 22:25:59 -05:00
parent dcac56d4e2
commit df34a51913

View File

@ -241,7 +241,7 @@ public class TileEntityRBMKOutgasser extends TileEntityRBMKSlottedBase implement
@Callback(direct = true)
@Optional.Method(modid = "OpenComputers")
public Object[] getGasType(Context context, Arguments args) {
return new Object[] {gas.getTankType().getID()};
return new Object[] {gas.getTankType().getName()};
}
@Callback(direct = true)