fixed a small OC bug

yeah idk should be ready for merging to main mod
This commit is contained in:
BallOfEnergy 2023-04-06 09:35:19 -05:00 committed by GitHub
parent aec7c58141
commit 32f0888aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,7 +453,7 @@ public class TileEntityRBMKRod extends TileEntityRBMKSlottedBase implements IRBM
public Object[] getInfo(Context context, Arguments args) {
Object OC_enrich_buf;
Object OC_poison_buf;
Object OC_fuelType;
Object OC_item_Data;
if(slots[0] != null && slots[0].getItem() instanceof ItemRBMKRod) {
OC_enrich_buf = ItemRBMKRod.getEnrichment(slots[0]);
OC_poison_buf = ItemRBMKRod.getPoison(slots[0]);