Fix #2625.
This commit is contained in:
parent
646132e908
commit
7e1125f6aa
3 changed files with 8 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue