mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-01 07:30:43 +02:00
Readd tar block. Fixes #103
The proper way to resolve the redundancy between `building_blocks:Tar` and `moreblocks:tar` is with an alias in building_blocks as noted in issue #68. The recipe conflict with streetsmod has been resolved by using `default:pine_tree` in place of `default:gravel`. This may also be more realistic than gravel as a source of tar because pine derived tar was once of major economic importance.
This commit is contained in:
@ -62,7 +62,6 @@ minetest.register_alias("moreblocks:wood_tile_left","moreblocks:wood_tile_up")
|
||||
minetest.register_alias("moreblocks:wood_tile_right","moreblocks:wood_tile_up")
|
||||
minetest.register_alias("moreblocks:empty_bookshelf","moreblocks:empty_shelf")
|
||||
minetest.register_alias("moreblocks:split_stone_tile_alt","moreblocks:checker_stone_tile")
|
||||
minetest.register_alias("moreblocks:tar","default:gravel")
|
||||
|
||||
-- ABM for horizontal trees (fix facedir):
|
||||
local horizontal_tree_convert_facedir = {7, 12, 9, 18}
|
||||
|
Reference in New Issue
Block a user