Fix various issues relating to armor [Fixes #1952]
This commit is contained in:
parent
bcc9368bf9
commit
960b064b5a
22 changed files with 138 additions and 127 deletions
src/main/java/techreborn
|
@ -55,7 +55,7 @@ import techreborn.init.ModFluids;
|
|||
import techreborn.init.TRBlockEntities;
|
||||
import techreborn.init.TRContent;
|
||||
import techreborn.items.DynamicCellItem;
|
||||
import techreborn.items.ItemFrequencyTransmitter;
|
||||
import techreborn.items.FrequencyTransmitterItem;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import java.util.Arrays;
|
||||
|
@ -131,7 +131,7 @@ public class TechRebornClient implements ClientModInitializer {
|
|||
GuiBase.wrenchStack = new ItemStack(TRContent.WRENCH);
|
||||
GuiBase.fluidCellProvider = DynamicCellItem::getCellWithFluid;
|
||||
|
||||
StackInfoHUD.registerElement(new ItemFrequencyTransmitter.StackInfoFreqTransmitter());
|
||||
StackInfoHUD.registerElement(new FrequencyTransmitterItem.StackInfoFreqTransmitter());
|
||||
|
||||
Arrays.stream(TRContent.Cables.values()).forEach(cable -> BlockRenderLayerMap.INSTANCE.putBlock(cable.block, RenderLayer.getCutout()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue