summaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2016-08-29 03:37:53 +0100
committerparamat <mat.gregory@virginmedia.com>2016-08-29 03:37:53 +0100
commit7fb407ab1edefa40198f1309b24a07c7d26116e8 (patch)
treebc2eef54f765966716c859a7684d4c84b55b5c54 /nodes.lua
parent3b8356eada29c0425607ed0af5f4da85e118771b (diff)
Tune steepness. Excavate to vm top
Diffstat (limited to 'nodes.lua')
-rw-r--r--nodes.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/nodes.lua b/nodes.lua
index 4111a9d..4550330 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -2,7 +2,7 @@ minetest.register_node("pathv7:junglewood", {
description = "Mod jungle wood",
tiles = {"default_junglewood.png"},
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
sounds = default.node_sound_wood_defaults(),
})
@@ -10,7 +10,7 @@ minetest.register_node("pathv7:bridgewood", {
description = "Bridge wood",
tiles = {"pathv7_bridgewood.png"},
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
sounds = default.node_sound_wood_defaults(),
})
@@ -20,7 +20,7 @@ minetest.register_node("pathv7:stairn", { -- stair rising to the north
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
node_box = {
type = "fixed",
fixed = {
@@ -37,7 +37,7 @@ minetest.register_node("pathv7:stairs", {
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
node_box = {
type = "fixed",
fixed = {
@@ -54,7 +54,7 @@ minetest.register_node("pathv7:staire", {
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
node_box = {
type = "fixed",
fixed = {
@@ -71,7 +71,7 @@ minetest.register_node("pathv7:stairw", {
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
node_box = {
type = "fixed",
fixed = {
@@ -88,7 +88,7 @@ minetest.register_node("pathv7:stairne", {
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
node_box = {
type = "fixed",
fixed = {
@@ -105,7 +105,7 @@ minetest.register_node("pathv7:stairnw", {
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
node_box = {
type = "fixed",
fixed = {
@@ -122,7 +122,7 @@ minetest.register_node("pathv7:stairse", {
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
node_box = {
type = "fixed",
fixed = {
@@ -139,7 +139,7 @@ minetest.register_node("pathv7:stairsw", {
drawtype = "nodebox",
paramtype = "light",
is_ground_content = false,
- groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
+ groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
node_box = {
type = "fixed",
fixed = {