second commit

This commit is contained in:
Alexander Weber 2016-09-04 18:01:19 +02:00
parent 41f5bd957c
commit 157c2ba08d
2 changed files with 3 additions and 0 deletions

@ -1 +1,3 @@
# minetest-carpets
see https://forum.minetest.net/viewtopic.php?f=9&t=15459#p232311

@ -20,6 +20,7 @@ function carpet.enabledfilter(name, def)
def.drawtype == "firelike" or
def.drawtype == "airlike" or
def.drawtype == "plantlike" or
def.drawtype == "nodebox" or
def.drawtype == "raillike" then
return false
end