mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Merge pull request 'Make carpets walkable.' (#2060) from fix-carpets-walkable into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2060 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
22edd08387
@ -71,7 +71,6 @@ for _, row in ipairs(wool.dyes) do
|
|||||||
_doc_items_entry_name = name_carpet,
|
_doc_items_entry_name = name_carpet,
|
||||||
_doc_items_longdesc = longdesc_carpet,
|
_doc_items_longdesc = longdesc_carpet,
|
||||||
|
|
||||||
walkable = false, -- See <https://minecraft.gamepedia.com/Materials>
|
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
tiles = {texture..".png"},
|
tiles = {texture..".png"},
|
||||||
wield_image = texture..".png",
|
wield_image = texture..".png",
|
||||||
|
Loading…
Reference in New Issue
Block a user