Fix double milk

This commit is contained in:
Wuzzy 2017-07-05 22:29:38 +02:00
parent 22bdfa877e
commit 9ceaae91e5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ if c("beef_raw") and c("beef_cooked") then
end
if c("milk_bucket") then
if c("milk") then
-- milk
minetest.register_craftitem("mobs_mc:milk_bucket", {
description = S("Milk"),