Entity IO fixes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user