Entity IO fixes

This commit is contained in:
Anuken
2020-05-14 17:40:49 -04:00
parent 12f4d5a9a4
commit 6d23963e98
29 changed files with 226 additions and 109 deletions

View File

@@ -1,17 +1,16 @@
#Maps entity names to IDs. Autogenerated.
dagger=0
draug=1
mindustry.entities.def.BulletComp=2
mindustry.entities.def.DecalComp=3
mindustry.entities.def.EffectComp=4
mindustry.entities.def.FireComp=5
mindustry.entities.def.PlayerComp=6
mindustry.entities.def.PuddleComp=7
mindustry.entities.def.TileComp=8
mindustry.type.Weather.WeatherComp=9
draug=0
mindustry.entities.def.BulletComp=1
mindustry.entities.def.DecalComp=2
mindustry.entities.def.EffectComp=3
mindustry.entities.def.FireComp=4
mindustry.entities.def.PlayerComp=5
mindustry.entities.def.PuddleComp=6
mindustry.entities.def.TileComp=7
mindustry.type.Weather.WeatherComp=8
mindustry.world.blocks.storage.LaunchPad.LaunchPayloadComp=9
phantom=10
reaper=14
titan=13
vanguard=11
wraith=12
titan=11
vanguard=12
wraith=13