[mff_hud] Add our HUD

master
LeMagnesium 2015-09-17 16:30:03 +02:00
parent e83ad1f809
commit 949e5558d4
3 changed files with 8 additions and 4 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "mods/fishing"]
path = mods/fishing
url = https://github.com/MinetestForFun/fishing.git
[submodule "mods/mff_hud"]
path = mods/mff_hud
url = https://github.com/MinetestForFun/mff_hud.git

View File

@ -40,13 +40,13 @@ for shade = 1, 3 do
minetest.register_craftitem(colorname, {
description = itemdesc,
inventory_image = pngname,
groups = { coloredsticks=1, stick=1 }
groups = { coloredsticks=1, stick=1, not_in_creative_inventory = 1 }
})
minetest.register_craftitem(s50colorname, {
description = s50itemdesc,
inventory_image = s50pngname,
groups = { coloredsticks=1, stick=1 }
groups = { coloredsticks=1, stick=1, not_in_creative_inventory = 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, stick=1 }
groups = { coloredsticks=1, stick=1, not_in_creative_inventory = 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, stick=1 }
groups = { coloredsticks=1, stick=1, not_in_creative_inventory = 1 }
})
minetest.register_craft({

1
mods/mff_hud Submodule

@ -0,0 +1 @@
Subproject commit ce776002d036cfcbba7639e91daf41a1b731bf8f