mirror of
https://github.com/Sokomine/cottages.git
synced 2025-07-14 05:40:19 +02:00
Rework (#2)
* compatibility w/ broken tools * use staminoid if available * right, no fmod * don't include carts texture when carts is not available * change rope recipe to avoid conflict w/ ethereal * change barrel recipe to avoid conflict w/ wine * staminoid integration: use more stamina * change recipe for glass pane to avoid conflict w/ xdecor * tree trunk well: compatibility w/ bucket redo * anvil: more stamina usage * anvils: more expensive, and not movable * allow filling glasses of water when using bucket redo * get safe short description when reporting about tool on anvil * make sure slabs are registered when using the moreblocks 3.0
This commit is contained in:
@ -4,7 +4,9 @@ if ci.cotton then
|
||||
minetest.register_craft({
|
||||
output = "cottages:rope",
|
||||
recipe = {
|
||||
{ ci.cotton, ci.cotton, ci.cotton },
|
||||
{ ci.cotton, "", "" },
|
||||
{ "", ci.cotton, "" },
|
||||
{ "", "", ci.cotton },
|
||||
},
|
||||
})
|
||||
end
|
||||
|
@ -52,7 +52,7 @@ else
|
||||
wield_image = "default_ladder_wood.png",
|
||||
drawtype = "raillike",
|
||||
tiles = {
|
||||
"default_ladder_wood.png^carts_rail_straight.png^cottages_rope.png",
|
||||
"default_ladder_wood.png^cottages_rope.png",
|
||||
},
|
||||
paramtype = "light",
|
||||
paramtype2 = "wallmounted",
|
||||
|
Reference in New Issue
Block a user