mirror of
https://github.com/mt-mods/coloredwood.git
synced 2024-11-13 06:00:22 +01:00
add all colored sticks to the stick group
This commit is contained in:
parent
18df6ea1f6
commit
c7d2474e0b
|
@ -40,13 +40,13 @@ for shade = 1, 3 do
|
|||
minetest.register_craftitem(colorname, {
|
||||
description = itemdesc,
|
||||
inventory_image = pngname,
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1 }
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1, stick=1 }
|
||||
})
|
||||
|
||||
minetest.register_craftitem(s50colorname, {
|
||||
description = s50itemdesc,
|
||||
inventory_image = s50pngname,
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1 }
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1, stick=1 }
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
|
@ -81,7 +81,7 @@ for hue = 1, 12 do
|
|||
minetest.register_craftitem(colorname, {
|
||||
description = itemdesc,
|
||||
inventory_image = pngname,
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1 }
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1, stick=1 }
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
@ -120,7 +120,7 @@ for grey = 1,5 do
|
|||
minetest.register_craftitem(greyshadename, {
|
||||
description = itemdesc,
|
||||
inventory_image = pngname,
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1 }
|
||||
groups = { coloredsticks=1, not_in_creative_inventory=1, stick=1 }
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Reference in New Issue
Block a user