Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find out if mobs actually are saved in the world file #12

Open
Steffo99 opened this issue Jun 10, 2020 · 0 comments
Open

Find out if mobs actually are saved in the world file #12

Steffo99 opened this issue Jun 10, 2020 · 0 comments
Labels
good first issue An easy task that can be completed by someone with no familiarity with the project. help wanted I have no idea why this is happening, please help!

Comments

@Steffo99
Copy link
Owner

lihzahrd/lihzahrd/world.py

Lines 747 to 753 in af58d2e

while f.bool():
mob_type = EntityType(f.int4())
mob_position = Coordinates(f.single(), f.single())
mob = Mob(type_=mob_type,
position=mob_position)
mobs.append(mob)

Are they saved? When are they saved? Does the parsing work correctly?

@Steffo99 Steffo99 added testing good first issue An easy task that can be completed by someone with no familiarity with the project. labels Jun 10, 2020
@Steffo99 Steffo99 added help wanted I have no idea why this is happening, please help! and removed testing labels Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue An easy task that can be completed by someone with no familiarity with the project. help wanted I have no idea why this is happening, please help!
Projects
None yet
Development

No branches or pull requests

1 participant