mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-21 13:32:28 +00:00
fixed a small OC bug
yeah idk should be ready for merging to main mod
This commit is contained in:
parent
aec7c58141
commit
32f0888aec
@ -453,7 +453,7 @@ public class TileEntityRBMKRod extends TileEntityRBMKSlottedBase implements IRBM
|
|||||||
public Object[] getInfo(Context context, Arguments args) {
|
public Object[] getInfo(Context context, Arguments args) {
|
||||||
Object OC_enrich_buf;
|
Object OC_enrich_buf;
|
||||||
Object OC_poison_buf;
|
Object OC_poison_buf;
|
||||||
Object OC_fuelType;
|
Object OC_item_Data;
|
||||||
if(slots[0] != null && slots[0].getItem() instanceof ItemRBMKRod) {
|
if(slots[0] != null && slots[0].getItem() instanceof ItemRBMKRod) {
|
||||||
OC_enrich_buf = ItemRBMKRod.getEnrichment(slots[0]);
|
OC_enrich_buf = ItemRBMKRod.getEnrichment(slots[0]);
|
||||||
OC_poison_buf = ItemRBMKRod.getPoison(slots[0]);
|
OC_poison_buf = ItemRBMKRod.getPoison(slots[0]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user