mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-06-30 23:20:44 +02:00
Even more node and craft changes
- Enable many nodes to be rotated by the screwdriver - Reduce redundancy of the the wood tiles; use the screwdriver to achieve them - Add extra crafts dealing with empty shelves - Get rid of snappiness in all blocks; it's only useful for plants - Loop between stone tile, its variants, and cobblestone
This commit is contained in:
@ -56,6 +56,10 @@ minetest.register_alias("moreblocks:emptybookshelf", "moreblocks:empty_bookshelf
|
||||
minetest.register_alias("moreblocks:junglestick", "moreblocks:jungle_stick")
|
||||
minetest.register_alias("moreblocks:splitstonesquare","moreblocks:split_stone_tile")
|
||||
minetest.register_alias("moreblocks:allfacestree","moreblocks:all_faces_tree")
|
||||
minetest.register_alias("moreblocks:wood_tile_flipped","moreblocks:wood_tile")
|
||||
minetest.register_alias("moreblocks:wood_tile_down","moreblocks:wood_tile_up")
|
||||
minetest.register_alias("moreblocks:wood_tile_left","moreblocks:wood_up")
|
||||
minetest.register_alias("moreblocks:wood_tile_right","moreblocks:wood_up")
|
||||
|
||||
-- ABM for horizontal trees (fix facedir):
|
||||
local horizontal_tree_convert_facedir = {7, 12, 9, 18}
|
||||
|
Reference in New Issue
Block a user