forked from VoxeLibre/VoxeLibre
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
|
end
|
||||||
|
|
||||||
|
|
||||||
if c("milk_bucket") then
|
if c("milk") then
|
||||||
-- milk
|
-- milk
|
||||||
minetest.register_craftitem("mobs_mc:milk_bucket", {
|
minetest.register_craftitem("mobs_mc:milk_bucket", {
|
||||||
description = S("Milk"),
|
description = S("Milk"),
|
||||||
|
|
Loading…
Reference in New Issue