Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit 98c71f5

Browse files
committed
:3
1 parent 9fd1360 commit 98c71f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/biotech/BioTech.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import mindustry.type.UnitType;
2929
import mindustry.ui.dialogs.*;
3030
import mindustry.world.Tile;
31+
import template.gen.EntityRegistry;
3132

3233
import java.lang.reflect.InvocationTargetException;
3334
import java.lang.reflect.Method;
@@ -65,6 +66,7 @@ public BioTech() {
6566

6667
@Override
6768
public void loadContent() {
69+
EntityRegistry.register();
6870

6971
BioItems.load();
7072
BioLiquids.load();

0 commit comments

Comments
 (0)