add cod bucket in init.lua

This commit is contained in:
NO11 2021-03-31 14:53:25 +00:00
parent 0c89da91e2
commit 868d03420d
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ dofile(path .. "/piglin.lua")
dofile(path .. "/strider.lua")
dofile(path .. "/fox.lua")
dofile(path .. "/cod.lua")
--Items
dofile(path .. "/cod_bucket.lua")