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

use mesh node for trophy, modified recipe to fit the look of the new model

This commit is contained in:
Vanessa Ezekowitz
2015-04-14 16:53:45 -04:00
parent ca4b20505a
commit 69f7fea406
4 changed files with 892 additions and 27 deletions

View File

@ -2814,7 +2814,7 @@ minetest.register_craft({
recipe = {
{ "default:gold_ingot","","default:gold_ingot" },
{ "","default:gold_ingot","" },
{ "default:gold_ingot","default:gold_ingot","default:gold_ingot" }
{ "group:wood","default:gold_ingot","group:wood" }
},
})