mirror of
https://github.com/Sokomine/cottages.git
synced 2026-01-12 03:55:48 +01: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