Skip to content

Commit 15706a8

Browse files
committed
Update ModEntities.java
1 parent 7eb3777 commit 15706a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/dev/overgrown/thaumaturge/registry/ModEntities.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public class ModEntities {
1414
Thaumaturge.identifier("spell_bolt"),
1515
EntityType.Builder.create(SpellBoltEntity::new, SpawnGroup.MISC)
1616
.setDimensions(0.5f, 0.5f)
17+
.disableSaving()
1718
.build(Thaumaturge.identifier("spell_bolt").toString())
1819
);
1920
}

0 commit comments

Comments
 (0)