Skip to content

two peculiarities #32

@ksandronline

Description

@ksandronline

Good time.

I really like your basic_robot mod, I hope you will develop it further and support it.

I noticed a few peculiarities.

  1. self. listen_msg () - works only in single-user mode. On the server, I can't use this function.

  2. self.set_properties({
    visual = "mesh",
    mesh = "character.b3d",
    textures = {"character.png"}
    })

  • when using different meshes, textures are loaded at different "heights".
    If mesh = "character. b3d" - then the robot "hangs" on the floor of the block above.
    And for example mesh = "mobs_spider. b3d", will be on the floor of the block in the ground.
    And this mesh = "mobs_panda. b3d", the robot works correctly.

You have turned out a very interesting mod. I really hope that it will not be difficult for you to solve these features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions