From 980d18b6d2f20eb10a04f9f5faec82f590e74ad6 Mon Sep 17 00:00:00 2001 From: teknomunk Date: Thu, 5 Dec 2024 09:50:49 -0600 Subject: [PATCH] Add reference to Projectile API documentatino from mob API documentation --- mods/ENTITIES/mcl_mobs/api.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ENTITIES/mcl_mobs/api.txt b/mods/ENTITIES/mcl_mobs/api.txt index f4f9b1a50..06e92c7ee 100644 --- a/mods/ENTITIES/mcl_mobs/api.txt +++ b/mods/ENTITIES/mcl_mobs/api.txt @@ -484,6 +484,7 @@ This function registers a arrow for mobs with the attack type shoot. 'rotate' integer value in degrees to rotate arrow 'on_step' is a custom function when arrow is active, nil for default. + '_vl_projectile' table with Projectile API properties. Refer to mods/ITEMS/vl_projectile/api.md for documentation. Spawn Eggs