forked from VoxeLibre/VoxeLibre
Make carpets walkable.
* Make carpets walkable. When a carpet is placed on top of a fence or a wall, the carpet can be jumped upon, allowing to in effect jump over fences and walls.
This commit is contained in:
parent
119b4aa82c
commit
17b8eab368
|
@ -71,7 +71,6 @@ for _, row in ipairs(wool.dyes) do
|
|||
_doc_items_entry_name = name_carpet,
|
||||
_doc_items_longdesc = longdesc_carpet,
|
||||
|
||||
walkable = false, -- See <https://minecraft.gamepedia.com/Materials>
|
||||
is_ground_content = false,
|
||||
tiles = {texture..".png"},
|
||||
wield_image = texture..".png",
|
||||
|
|
Loading…
Reference in New Issue