From 3bdd1ea160e9706aaa5186cd92ca6908f91095fa Mon Sep 17 00:00:00 2001 From: TheOnlyJoeEnderman Date: Wed, 2 Nov 2022 04:15:40 +0000 Subject: [PATCH] Update 'mods/ENTITIES/mobs_mc/axolotl.lua' --- mods/ENTITIES/mobs_mc/axolotl.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mods/ENTITIES/mobs_mc/axolotl.lua b/mods/ENTITIES/mobs_mc/axolotl.lua index c6fc23f66..d79cd8a29 100644 --- a/mods/ENTITIES/mobs_mc/axolotl.lua +++ b/mods/ENTITIES/mobs_mc/axolotl.lua @@ -69,10 +69,16 @@ local axolotl = { run_end = 190, }, + -- Somewhere in here is where hostility toward aquatic creatures should go. + -- There is no flag for that yet though. + + -- Placeholder until someone fixes breeding. follow = { "mcl_fishing:clownfish_raw" }, +-- Yes, the axolotl is huge. Blame Mojang, not me. +-- Due to a quirk, axolotls can fly in air as well as water. But they still die to it. visual_size = {x=3, y=3}, makes_footstep_sound = false, fly = true, @@ -117,7 +123,7 @@ local axolotl = { mcl_mobs:register_mob("mobs_mc:axolotl", axolotl) ---spawning TODO: in schools +--spawning TODO: in schools of 1-5 local water = 0