Add minecart group

This commit is contained in:
Wuzzy 2017-01-16 21:21:47 +01:00
parent ac094daedb
commit 556d0e6ee1
3 changed files with 15 additions and 11 deletions

View file

@ -54,7 +54,7 @@ function set_inv(filter, player)
table.insert(creative_list, name)
end
elseif filter == "#rail" then
if def.groups.rail or def.groups.cart or def.groups.boat then
if def.groups.rail or def.groups.minecart or def.groups.boat then
table.insert(creative_list, name)
end
elseif filter == "#misc" then