forked from Mineclonia/Mineclonia
Fix double milk
This commit is contained in:
parent
22bdfa877e
commit
9ceaae91e5
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue