Skip to content

Commit

Permalink
Allow using circular saw on Clay Block and Loam
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Oct 24, 2024
1 parent bbae4b5 commit 35572b2
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/nodes_historic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,9 @@ minetest.register_node("cottages:loam", {
is_ground_content = false,
})

stairs.register_stair_and_slab("loam", "cottages:loam",
{ snappy = 2, choppy = 2, oddly_breakable_by_hand = 2 },
{ "cottages_loam.png" },
S("Loam Stairs"),
S("Loam Slab"),
default.node_sound_dirt_defaults()
)
cottages.derive_blocks("cottages", "loam")

stairs.register_stair_and_slab("clay", "default:clay",
{ crumbly = 3 },
{ "cottages_clay.png" },
S("Clay Stairs"),
S("Clay Slab"),
default.node_sound_dirt_defaults()
)
cottages.derive_blocks("default", "clay")

minetest.register_node("cottages:straw_ground", {
description = S("straw ground for animals"),
Expand Down

0 comments on commit 35572b2

Please sign in to comment.