mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Partialy fix #1232
This commit is contained in:
parent
6e6809f360
commit
d3a2faefe2
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ minetest.register_craftitem("mcl_dye:white", {
|
||||||
end
|
end
|
||||||
return stack
|
return stack
|
||||||
end,
|
end,
|
||||||
|
_dispense_into_walkable = true
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("mcl_dye:brown", {
|
minetest.register_craftitem("mcl_dye:brown", {
|
||||||
|
|
Loading…
Reference in a new issue