From c6841290e5c3c1ca85f4a541306fb1dd37d30e63 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 7 Sep 2019 08:56:52 +0100 Subject: [PATCH] panda can now eat cool trees bamboo --- panda.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda.lua b/panda.lua index 61846b1..c49fc3e 100644 --- a/panda.lua +++ b/panda.lua @@ -33,7 +33,7 @@ stepheight = 0.6, run_velocity = 1.5, jump = false, jump_height = 6, - follow = {"ethereal:bamboo"}, + follow = {"ethereal:bamboo", "bamboo:trunk"}, view_range = 8, drops = { {name = "mobs:meat_raw", chance = 1, min = 1, max = 2},