Added sugar in group food_sugar

axinite
Peppy 2018-10-16 09:45:01 +02:00
parent 2442c1312a
commit 59f7ca0db8
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ minetest.register_craftitem("xmas:sugar_cane", {
minetest.register_craftitem("xmas:sugar", {
description = "Sugar",
groups = {food_sugar=1},
inventory_image = "sugar.png",
})