This commit is contained in:
modmuss50 2022-01-20 19:54:20 +00:00
parent 646132e908
commit 7e1125f6aa
3 changed files with 8 additions and 3 deletions

View file

@ -76,6 +76,7 @@ import techreborn.blocks.transformers.BlockMVTransformer;
import techreborn.client.GuiType;
import techreborn.config.TechRebornConfig;
import techreborn.entities.EntityNukePrimed;
import techreborn.events.ModRegistry;
import techreborn.items.DynamicCellItem;
import techreborn.items.UpgradeItem;
import techreborn.items.armor.QuantumSuitItem;
@ -948,4 +949,8 @@ public class TRContent {
}
public static EntityType<EntityNukePrimed> ENTITY_NUKE;
static {
ModRegistry.register();
}
}