1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-13 03:20:19 +02:00

Building Blocks Delete return to the line

This commit is contained in:
Jat15
2017-09-27 16:26:44 +02:00
parent f2f49a3aac
commit cc9276841e
5 changed files with 2 additions and 33 deletions

View File

@ -38,7 +38,6 @@ if not minetest.get_modpath("technic") then
groups = {cracky=1},
sounds = default.node_sound_stone_defaults(),
})
minetest.register_craft({
output = "technic:granite 9",
recipe = {
@ -47,7 +46,6 @@ if not minetest.get_modpath("technic") then
{ "group:tar_block", "group:marble", "group:tar_block" }
},
})
if minetest.get_modpath("moreblocks") then
stairsplus:register_all("technic", "granite", "technic:granite", {
description=S("Granite"),