Skip to content

Commit

Permalink
all recipes 'printed block -> blank' are now hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
OchNoe committed Aug 30, 2021
1 parent 277f31d commit 6915765
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions init.lua
Expand Up @@ -86,10 +86,10 @@ for _, name in ipairs(characters) do
paramtype2 = "facedir", -- neu
on_rotate = screwdriver.rotate_simple , -- neu
is_ground_content = false, --neu
groups = {cracky = 3, not_in_creative_inventory = 1, not_in_crafting_guide = 1}
groups = {cracky = 3, not_in_creative_inventory = 1, not_in_crafting_guide = 1, ehlphabet_block = 1}
}
)
minetest.register_craft({type = "shapeless", output = "ehlphabet:block", recipe = {key}})
-- minetest.register_craft({type = "shapeless", output = "ehlphabet:block", recipe = {key}})

if create_alias then
minetest.register_alias("abjphabet:" .. name, key)
Expand Down Expand Up @@ -127,6 +127,10 @@ for _, name in ipairs(characters) do

end

minetest.register_craft({type = "shapeless", output = "ehlphabet:block", recipe = {"group:ehlphabet_block"}})



-- empty sticker

local key = "ehlphabet:32"
Expand Down

0 comments on commit 6915765

Please sign in to comment.