Finalize for release 0.5

This commit is contained in:
2022-11-27 14:08:38 -05:00
parent ac9ea6c4e0
commit 971dc82648
34 changed files with 379 additions and 49 deletions

View File

@@ -205,7 +205,7 @@
tiles = {"infrastructure_truss.png"},
drawtype = "nodebox",
paramtype = "light",
groups = {cracky = 2},
groups = {cracky = 3, falling_node = 1},
node_box = {
type = "fixed",
fixed = {
@@ -248,7 +248,7 @@
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky = 2},
groups = {cracky = 4},
node_box = {
type = "fixed",
fixed = {
@@ -281,7 +281,7 @@
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky = 2},
groups = {cracky = 3},
node_box = {
type = "fixed",
fixed = {-1/2, -1/2, -1/2, 0, -3/8, 1/2}
@@ -355,7 +355,7 @@
description = "Riffled Sheet",
tiles = {"infrastructure_riffled_sheet.png"},
is_ground_content = false,
groups = {cracky = 2},
groups = {cracky = 3},
sounds = default.node_sound_stone_defaults(),
paramtype2 = "wallmounted",
drawtype = "nodebox",
@@ -374,9 +374,16 @@
tiles = {"infrastructure_corrugated_sheet.png"},
inventory_image = "infrastructure_corrugated_sheet.png",
wield_image = "infrastructure_corrugated_sheet.png",
drawtype = "raillike",
groups = {cracky = 3, oddly_breakable_by_hand = 1},
paramtype2 = "wallmounted",
drawtype = "nodebox",
paramtype = "light",
groups = {cracky = 2, oddly_breakable_by_hand = 1},
node_box = {
type = "wallmounted",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5},
}
}
})
-- **************************************************************************************************** ADVANCED ITEMS