From 335d9a3eddcb590c3ca5de9cba9b152e5e560af1 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 13 Feb 2018 14:05:34 -0500 Subject: removed boost_cart and carbone_mobs -- too many crashes updated blox, homedecor, plantlifed, cottages, farming_redo, framedglass, gloopblocks, mesecons, moreblocks, moretrees, pipeworks, player_textures, replacer, signs_lib, stained_glass, technic, travelnet, unified_inventory, unifieddyes, and worldedit. --- trunks/crafting.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trunks') diff --git a/trunks/crafting.lua b/trunks/crafting.lua index 02f3991..72f39ba 100644 --- a/trunks/crafting.lua +++ b/trunks/crafting.lua @@ -35,7 +35,7 @@ minetest.register_craft({ }) minetest.register_craft({ output = "trunks:twig_1 4", - recipe = {{"bushes:bushbranches2a"}} + recipe = {{"bushes:bushbranches2"}} }) minetest.register_craft({ output = "trunks:twig_1 4", @@ -130,4 +130,4 @@ minetest.register_craft({ -- twigs blocks --> twigs_roof_corner_2's {"trunks:twigs", "" ,"trunks:twigs"}, { "" ,"trunks:twigs", "" }, } -}) \ No newline at end of file +}) -- cgit v1.2.3