Add banana bunch from ethereal
This commit is contained in:
parent
3d906d7955
commit
a6523eda1c
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -100,6 +100,7 @@ add_fruit_regrowable("apple", "default:apple", "default:leaves")
|
|||
|
||||
-- ethereal
|
||||
add_fruit_regrowable("banana","ethereal:banana", "ethereal:bananaleaves")
|
||||
add_fruit_regrowable("banana_bunch", "ethereal:banana_bunch", "ethereal:bananaleaves")
|
||||
add_fruit_regrowable("coconut", "ethereal:coconut", "ethereal:palmleaves")
|
||||
add_fruit_regrowable("goldapple", "ethereal:golden_apple", "ethereal:yellowleaves")
|
||||
add_fruit_regrowable("lemon", "ethereal:lemon", "ethereal:lemon_leaves")
|
||||
|
|
Loading…
Reference in a new issue