
Added
Saving & Loading feature - Actors are now saved in the world's folder as ActorData.nbt
Placing blocksData being saved:
- Actor name and UUID
- Actor position and head orientation
- Actor inventory (not selected slot)
Changed
Actor AI:
- Actors can now jump on blocks and go down blocks (still a little buggy)
Fixed
- Actor entities do not save
- Actor AI has a hard time with blocks that aren't at his level
Known Bugs
- TPS drops to 0 when loading Actor
- Actor entity does not have knockback when damaged by entity or player
- Actor AI sometimes makes the entity turn on itself (then continues)
- Actor AI has a hard time with obstacles
- Actor cannot fully break a block
Actor AI
Actor AI is what powers an Actor's movement, it uses hard equations and conditions to make an Actor go from one place to another. Actor AI doesn't use any of Minecraft's AI.
Actor AI is moving from axis to axis (Y axis is still bugged) instead of moving blocks to blocks or just going forward.Items
Added Look Stick, make an Actor look you
Known Bugs
- Actor entities do not save
- Actor entity does not have knockback when damaged by entity or player
/actor"ign" parameter is not case-sensitive- TPS drops to 0 when loading Actor
- Actor AI sometimes makes the entity turn on itself (then continues)
- Actor AI has a hard time with obstacles, and blocks that aren't at his level
Added
Actor AI allows Actors to move around your world.
Follow Stick, when right-clicked on an Actor, the Actor will follow youBug fixed
Render bug when summoning an Actor
Bug fixed
NPC entity only appears after a death event
Experimental
Actor AI is the name of the feature that will make the actors move around and do things. This feature is hidden in the mod's code until progress is made.
Initial release.
Includes
/npccommand and NPC entityKnown Bugs
- NPC entity only appears after a death event
- NPC entities do not save
- NPC entity does not have knockback when damaged by entity or player
/npc"ign" parameter is not case sensitive