mirror of
https://github.com/Sokomine/cottages.git
synced 2025-07-05 01:20:21 +02:00
added missing textures; made indigrents for craft receipes configurable; added compatibility for realtest; added wool in case no wool is installed; other minor tweaks
This commit is contained in:
@ -118,7 +118,7 @@ minetest.register_node("cottages:fence_end", {
|
||||
minetest.register_craft({
|
||||
output = "cottages:fence_small 3",
|
||||
recipe = {
|
||||
{"default:fence_wood","default:fence_wood" },
|
||||
{cottages.craftitem_fence, cottages.craftitem_fence},
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user