mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Add a mob extension plugin for walking to entities
Adds a new mob extension plugin which creates a walk_to() method on Mobs to allow walking to another entity (accounting for the size of the entity) with an optional facing position.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<plugin>
|
||||
<id>mob-walk-to</id>
|
||||
<version>0.1</version>
|
||||
<name>Mob path generation</name>
|
||||
<description>Adds a mixin for making mobs walk to another entity.</description>
|
||||
<authors>
|
||||
<author>Gary Tierney</author>
|
||||
</authors>
|
||||
<scripts>
|
||||
<script>walk_to.rb</script>
|
||||
</scripts>
|
||||
<dependencies>
|
||||
<dependency>mob-extension</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user