titanic_mod2/init.lua

5030 lines
170 KiB
Lua

minetest.register_node("titanic_mod2:1st_class_smoking_room_window1_1", {
description = "1st Class Smoking Room Window 1.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_1_1.png",
"1st_class_smoking_room_window_1_1.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_1_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:coral_floor", {
description = "Coral Floor",
sunlight_propagates = true,
tiles = {"coral.png",
"verkleidung.png",},
drawtype = "nodebox",
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window1_2", {
description = "1st Class Smoking Room Window 1.2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_1_2.png",
"1st_class_smoking_room_window_1_2.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_1_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window2_1", {
description = "1st Class Smoking Room Window2.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_1_1.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_4_2.png",
"1st_class_smoking_room_window_2_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.3125, 0.5, -0.3125}, -- NodeBox1
{0.4375, -0.5, -0.4375, 0.5, 0.5, -0.375}, -- NodeBox8
{-0.5, -0.5, -0.4125, 0.5, 0.5, -0.40625}, -- NodeBox5
{-0.5, -0.5, -0.375, 0.5, 0.5, -0.3125}, -- NodeBox10
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window2_2", {
description = "1st Class Smoking Room Window2.2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"coral.png",
"1st_class_smoking_room_window_1_2.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_4_1.png",
"1st_class_smoking_room_window_2_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.4375, -0.4375, 0.5, -0.375}, -- NodeBox8
{0.3125, -0.5, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox2
{-0.5, -0.5, -0.4125, 0.5, 0.5, -0.40625}, -- NodeBox5
{-0.5, -0.5, -0.375, 0.5, 0.5, -0.3125}, -- NodeBox10
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window3_1", {
description = "1st Class Smoking Room Window3.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"pine.png",
"pine.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_5_2.png",
"1st_class_smoking_room_window_3_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.3125, 0.5, -0.3125}, -- NodeBox1
{0.4375, -0.5, -0.4375, 0.5, 0.5, -0.375}, -- NodeBox8
{-0.5, -0.1875, -0.4375, 0.5, -0.0625, -0.375}, -- NodeBox9
{-0.5, -0.5, -0.4125, 0.5, 0.5, -0.40625}, -- NodeBox5
{-0.5, 0.3125, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox6
{-0.5, 0.49375, -0.5, 0.5, 0.5, 0.5}, -- NodeBox7
{-0.5, -0.5, -0.375, 0.5, 0.5, -0.3125}, -- NodeBox10
{-0.5, 0, -0.375, 0.5, 0.5, 0.5}, -- NodeBox12
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window3_2", {
description = "1st Class Smoking Room Window3.2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"pine.png",
"pine.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_5_1.png",
"1st_class_smoking_room_window_3_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.4375, -0.4375, 0.5, -0.375}, -- NodeBox8
{0.3125, -0.5, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox2
{-0.5, -0.1875, -0.4375, 0.5, -0.0625, -0.375}, -- NodeBox9
{-0.5, -0.5, -0.4125, 0.5, 0.5, -0.40625}, -- NodeBox5
{-0.5, 0.3125, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox6
{-0.5, 0.49375, -0.5, 0.5, 0.5, 0.5}, -- NodeBox7
{-0.5, -0.5, -0.375, 0.5, 0.5, -0.3125}, -- NodeBox10
{-0.5, 0, -0.375, 0.5, 0.5, 0.5}, -- NodeBox12
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window4_1", {
description = "1st Class Smoking Room Window 4.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_1_1.png",
"1st_class_smoking_room_window_1_1.png",
"1st_class_smoking_room_window_1_1.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_1_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.3125, 0.5, -0.3125}, -- NodeBox7
{-0.4375, -0.5, -0.4375, -0.25, 0.5, -0.25}, -- NodeBox8
{-0.375, -0.5, -0.375, -0.1875, 0.5, -0.1875}, -- NodeBox9
{-0.3125, -0.5, -0.3125, -0.125, 0.5, -0.125}, -- NodeBox10
{-0.25, -0.5, -0.25, -0.0625, 0.5, -0.0625}, -- NodeBox11
{-0.1875, -0.5, -0.1875, -5.21541e-008, 0.5, -2.23517e-008}, -- NodeBox12
{-0.125, -0.5, -0.125, 0.0625, 0.5, 0.0625}, -- NodeBox13
{-0.0625, -0.5, -0.0625, 0.125, 0.5, 0.125}, -- NodeBox14
{0, -0.5, 0, 0.1875, 0.5, 0.1875}, -- NodeBox15
{0.0625, -0.5, 0.0625, 0.25, 0.5, 0.25}, -- NodeBox16
{0.125, -0.5, 0.125, 0.3125, 0.5, 0.3125}, -- NodeBox17
{0.1875, -0.5, 0.1875, 0.375, 0.5, 0.375}, -- NodeBox18
{0.25, -0.5, 0.25, 0.4375, 0.5, 0.4375}, -- NodeBox19
{0.3125, -0.5, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox20
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window4_2", {
description = "1st Class Smoking Room Window 4.2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_1_2.png",
"1st_class_smoking_room_window_1_2.png",
"1st_class_smoking_room_window_1_2.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_1_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.3125, 0.5, -0.3125}, -- NodeBox7
{-0.4375, -0.5, -0.4375, -0.25, 0.5, -0.25}, -- NodeBox8
{-0.375, -0.5, -0.375, -0.1875, 0.5, -0.1875}, -- NodeBox9
{-0.3125, -0.5, -0.3125, -0.125, 0.5, -0.125}, -- NodeBox10
{-0.25, -0.5, -0.25, -0.0625, 0.5, -0.0625}, -- NodeBox11
{-0.1875, -0.5, -0.1875, -5.21541e-008, 0.5, -2.23517e-008}, -- NodeBox12
{-0.125, -0.5, -0.125, 0.0625, 0.5, 0.0625}, -- NodeBox13
{-0.0625, -0.5, -0.0625, 0.125, 0.5, 0.125}, -- NodeBox14
{0, -0.5, 0, 0.1875, 0.5, 0.1875}, -- NodeBox15
{0.0625, -0.5, 0.0625, 0.25, 0.5, 0.25}, -- NodeBox16
{0.125, -0.5, 0.125, 0.3125, 0.5, 0.3125}, -- NodeBox17
{0.1875, -0.5, 0.1875, 0.375, 0.5, 0.375}, -- NodeBox18
{0.25, -0.5, 0.25, 0.4375, 0.5, 0.4375}, -- NodeBox19
{0.3125, -0.5, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox20
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window5_1", {
description = "1st Class Smoking Room Window5.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_2_1.png",
"1st_class_smoking_room_window_2_1.png",
"1st_class_smoking_room_window_2_1.png",
"1st_class_smoking_room_window_4_2.png",
"1st_class_smoking_room_window_4_2.png",
"1st_class_smoking_room_window_2_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox21
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox22
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox23
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox24
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox25
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox26
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox27
{-0.0625, -0.5, -0.0625, -7.45058e-009, 0.5, -5.58794e-008}, -- NodeBox28
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox29
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox30
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox31
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox32
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox33
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox34
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox35
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox36
{-0.5, -0.5, -0.5, -0.375, 0.5, -0.375}, -- NodeBox37
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window5_2", {
description = "1st Class Smoking Room Window5.2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_2_2.png",
"1st_class_smoking_room_window_2_2.png",
"1st_class_smoking_room_window_2_2.png",
"1st_class_smoking_room_window_4_1.png",
"1st_class_smoking_room_window_4_1.png",
"1st_class_smoking_room_window_2_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox21
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox22
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox23
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox24
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox25
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox26
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox27
{-0.0625, -0.5, -0.0625, -7.45058e-009, 0.5, -5.58794e-008}, -- NodeBox28
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox29
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox30
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox31
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox32
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox33
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox34
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox35
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox36
{-0.5, -0.5, -0.5, -0.375, 0.5, -0.375}, -- NodeBox37
{0.3125, -0.5, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox38
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window6_1", {
description = "1st Class Smoking Room Window6.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"pine.png",
"pine.png",
"1st_class_smoking_room_window_3_1.png",
"1st_class_smoking_room_window_5_2.png",
"1st_class_smoking_room_window_5_2.png",
"1st_class_smoking_room_window_3_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0, -0.5, -0.4375, 0.5, 0.5}, -- NodeBox12
{-0.4375, 0, -0.4375, -0.375, 0.5, 0.5}, -- NodeBox13
{-0.375, 0, -0.375, -0.3125, 0.5, 0.5}, -- NodeBox14
{-0.3125, 0, -0.3125, -0.25, 0.5, 0.5}, -- NodeBox15
{-0.25, 0, -0.25, -0.1875, 0.5, 0.5}, -- NodeBox16
{-0.1875, 0, -0.1875, -0.125, 0.5, 0.5}, -- NodeBox17
{-0.125, 0, -0.125, -0.0625, 0.5, 0.5}, -- NodeBox18
{-0.0625, 0, -0.0625, 0, 0.5, 0.5}, -- NodeBox19
{0, 0, 0, 0.0625, 0.5, 0.5}, -- NodeBox20
{0.0625, 0, 0.0625, 0.125, 0.5, 0.5}, -- NodeBox1
{0.125, 0, 0.125, 0.1875, 0.5, 0.5}, -- NodeBox2
{0.1875, 0, 0.1875, 0.25, 0.5, 0.5}, -- NodeBox3
{0.25, 0, 0.25, 0.3125, 0.5, 0.5}, -- NodeBox4
{0.3125, 0, 0.3125, 0.375, 0.5, 0.5}, -- NodeBox5
{0.375, 0, 0.375, 0.4375, 0.5, 0.5}, -- NodeBox6
{0.4375, 0, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox7
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox21
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox22
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox23
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox24
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox25
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox26
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox27
{-0.0625, -0.5, -0.0625, -7.45058e-009, 0.5, -5.58794e-008}, -- NodeBox28
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox29
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox30
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox31
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox32
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox33
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox34
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox35
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox36
{-0.5, -0.1875, -0.5, -0.375, -0.0625, -0.375}, -- NodeBox41
{-0.4375, -0.1875, -0.4375, -0.3125, -0.0625, -0.3125}, -- NodeBox42
{-0.375, -0.1875, -0.375, -0.25, -0.0625, -0.25}, -- NodeBox43
{-0.3125, -0.1875, -0.3125, -0.1875, -0.0625, -0.1875}, -- NodeBox44
{-0.25, -0.1875, -0.25, -0.125, -0.0625, -0.125}, -- NodeBox45
{-0.1875, -0.1875, -0.1875, -0.0625, -0.0625, -0.0625}, -- NodeBox46
{-0.125, -0.1875, -0.125, -1.86265e-008, -0.0625, -1.49012e-008}, -- NodeBox47
{-0.0625, -0.1875, -0.0625, 0.0625, -0.0625, 0.0625}, -- NodeBox48
{0, -0.1875, 0, 0.125, -0.0625, 0.125}, -- NodeBox49
{0.0625, -0.1875, 0.0625, 0.1875, -0.0625, 0.1875}, -- NodeBox50
{0.125, -0.1875, 0.125, 0.25, -0.0625, 0.25}, -- NodeBox51
{0.1875, -0.1875, 0.1875, 0.3125, -0.0625, 0.3125}, -- NodeBox52
{0.25, -0.1875, 0.25, 0.375, -0.0625, 0.375}, -- NodeBox53
{0.3125, -0.1875, 0.3125, 0.4375, -0.0625, 0.4375}, -- NodeBox54
{0.375, -0.5, 0.375, 0.5, 0.5, 0.5}, -- NodeBox55
{-0.375, 0.3125, -0.375, -0.1875, 0.5, -0.1875}, -- NodeBox58
{-0.3125, 0.3125, -0.3125, -0.125, 0.5, -0.125}, -- NodeBox59
{-0.25, 0.3125, -0.25, -0.0625, 0.5, -0.0625}, -- NodeBox60
{-0.1875, 0.3125, -0.1875, -1.11759e-008, 0.5, 1.49012e-008}, -- NodeBox61
{-0.125, 0.3125, -0.125, 0.0625, 0.5, 0.0625}, -- NodeBox62
{-0.0625, 0.3125, -0.0625, 0.125, 0.5, 0.125}, -- NodeBox63
{0, 0.3125, 0, 0.1875, 0.5, 0.1875}, -- NodeBox64
{0.0625, 0.3125, 0.0625, 0.25, 0.5, 0.25}, -- NodeBox65
{0.125, 0.3125, 0.125, 0.3125, 0.5, 0.3125}, -- NodeBox66
{0.1875, 0.3125, 0.1875, 0.375, 0.5, 0.375}, -- NodeBox67
{0.25, 0.3125, 0.25, 0.4375, 0.5, 0.4375}, -- NodeBox68
{0.3125, 0.3125, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox69
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window6_2", {
description = "1st Class Smoking Room Window6.2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"pine.png",
"pine.png",
"1st_class_smoking_room_window_3_2.png",
"1st_class_smoking_room_window_5_1.png",
"1st_class_smoking_room_window_5_1.png",
"1st_class_smoking_room_window_3_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0, -0.5, -0.4375, 0.5, 0.5}, -- NodeBox12
{-0.4375, 0, -0.4375, -0.375, 0.5, 0.5}, -- NodeBox13
{-0.375, 0, -0.375, -0.3125, 0.5, 0.5}, -- NodeBox14
{-0.3125, 0, -0.3125, -0.25, 0.5, 0.5}, -- NodeBox15
{-0.25, 0, -0.25, -0.1875, 0.5, 0.5}, -- NodeBox16
{-0.1875, 0, -0.1875, -0.125, 0.5, 0.5}, -- NodeBox17
{-0.125, 0, -0.125, -0.0625, 0.5, 0.5}, -- NodeBox18
{-0.0625, 0, -0.0625, 0, 0.5, 0.5}, -- NodeBox19
{0, 0, 0, 0.0625, 0.5, 0.5}, -- NodeBox20
{0.0625, 0, 0.0625, 0.125, 0.5, 0.5}, -- NodeBox1
{0.125, 0, 0.125, 0.1875, 0.5, 0.5}, -- NodeBox2
{0.1875, 0, 0.1875, 0.25, 0.5, 0.5}, -- NodeBox3
{0.25, 0, 0.25, 0.3125, 0.5, 0.5}, -- NodeBox4
{0.3125, 0, 0.3125, 0.375, 0.5, 0.5}, -- NodeBox5
{0.375, 0, 0.375, 0.4375, 0.5, 0.5}, -- NodeBox6
{0.4375, 0, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox7
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox21
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox22
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox23
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox24
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox25
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox26
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox27
{-0.0625, -0.5, -0.0625, -7.45058e-009, 0.5, -5.58794e-008}, -- NodeBox28
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox29
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox30
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox31
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox32
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox33
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox34
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox35
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox36
{-0.5, -0.5, -0.5, -0.375, 0.5, -0.375}, -- NodeBox41
{-0.4375, -0.1875, -0.4375, -0.3125, -0.0625, -0.3125}, -- NodeBox42
{-0.375, -0.1875, -0.375, -0.25, -0.0625, -0.25}, -- NodeBox43
{-0.3125, -0.1875, -0.3125, -0.1875, -0.0625, -0.1875}, -- NodeBox44
{-0.25, -0.1875, -0.25, -0.125, -0.0625, -0.125}, -- NodeBox45
{-0.1875, -0.1875, -0.1875, -0.0625, -0.0625, -0.0625}, -- NodeBox46
{-0.125, -0.1875, -0.125, -1.86265e-008, -0.0625, -1.49012e-008}, -- NodeBox47
{-0.0625, -0.1875, -0.0625, 0.0625, -0.0625, 0.0625}, -- NodeBox48
{0, -0.1875, 0, 0.125, -0.0625, 0.125}, -- NodeBox49
{0.0625, -0.1875, 0.0625, 0.1875, -0.0625, 0.1875}, -- NodeBox50
{0.125, -0.1875, 0.125, 0.25, -0.0625, 0.25}, -- NodeBox51
{0.1875, -0.1875, 0.1875, 0.3125, -0.0625, 0.3125}, -- NodeBox52
{0.25, -0.1875, 0.25, 0.375, -0.0625, 0.375}, -- NodeBox53
{0.3125, -0.1875, 0.3125, 0.4375, -0.0625, 0.4375}, -- NodeBox54
{0.375, -0.1875, 0.375, 0.5, -0.0625, 0.5}, -- NodeBox55
{-0.5, -0.1875, -0.5, -0.3125, -0.0625, -0.3125}, -- NodeBox56
{-0.4375, 0.3125, -0.4375, -0.25, 0.5, -0.25}, -- NodeBox57
{-0.375, 0.3125, -0.375, -0.1875, 0.5, -0.1875}, -- NodeBox58
{-0.3125, 0.3125, -0.3125, -0.125, 0.5, -0.125}, -- NodeBox59
{-0.25, 0.3125, -0.25, -0.0625, 0.5, -0.0625}, -- NodeBox60
{-0.1875, 0.3125, -0.1875, -1.11759e-008, 0.5, 1.49012e-008}, -- NodeBox61
{-0.125, 0.3125, -0.125, 0.0625, 0.5, 0.0625}, -- NodeBox62
{-0.0625, 0.3125, -0.0625, 0.125, 0.5, 0.125}, -- NodeBox63
{0, 0.3125, 0, 0.1875, 0.5, 0.1875}, -- NodeBox64
{0.0625, 0.3125, 0.0625, 0.25, 0.5, 0.25}, -- NodeBox65
{0.125, 0.3125, 0.125, 0.3125, 0.5, 0.3125}, -- NodeBox66
{0.1875, 0.3125, 0.1875, 0.375, 0.5, 0.375}, -- NodeBox67
{0.25, 0.3125, 0.25, 0.4375, 0.5, 0.4375}, -- NodeBox68
{0.3125, -0.5, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox69
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_1", {
description = "1st Class Smoking Room Wand1.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_2", {
description = "1st Class Smoking Room Wand1.2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_3", {
description = "1st Class Smoking Room Wand1.3",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_3.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_4", {
description = "1st Class Smoking Room Wand1.4",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_4.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_5", {
description = "1st Class Smoking Room Wand1.5",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_5.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_6", {
description = "1st Class Smoking Room Wand1.6",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_6.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_7", {
description = "1st Class Smoking Room Wand1.7",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_7.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_8", {
description = "1st Class Smoking Room Wand1.8",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_8.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_9", {
description = "1st Class Smoking Room Wand1.9",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_1.png",
"1st_class_smoking_room_wand_1_1.png",
"1st_class_smoking_room_wand_1_1.png",
"1st_class_smoking_room_wand_1_1.png",
"coral.png",
"1st_class_smoking_room_wand_1_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_10", {
description = "1st Class Smoking Room Wand1.10",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_2.png",
"coral.png",
"1st_class_smoking_room_wand_1_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_11", {
description = "1st Class Smoking Room Wand1.11",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_3.png",
"1st_class_smoking_room_wand_1_3.png",
"1st_class_smoking_room_wand_1_3.png",
"1st_class_smoking_room_wand_1_3.png",
"coral.png",
"1st_class_smoking_room_wand_1_3.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_12", {
description = "1st Class Smoking Room Wand1.12",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_4.png",
"1st_class_smoking_room_wand_1_4.png",
"1st_class_smoking_room_wand_1_4.png",
"1st_class_smoking_room_wand_1_4.png",
"coral.png",
"1st_class_smoking_room_wand_1_4.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_13", {
description = "1st Class Smoking Room Wand1.13",
sunlight_propagates = true,
paramtype = "light",
tiles = {"pine.png",
"pine.png",
"1st_class_smoking_room_wand_1_5.png",
"1st_class_smoking_room_wand_1_5.png",
"coral.png",
"1st_class_smoking_room_wand_1_5.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox12
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_14", {
description = "1st Class Smoking Room Wand1.14",
sunlight_propagates = true,
paramtype = "light",
tiles = {"pine.png",
"pine.png",
"1st_class_smoking_room_wand_1_6.png",
"1st_class_smoking_room_wand_1_6.png",
"coral.png",
"1st_class_smoking_room_wand_1_6.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox12
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_15", {
description = "1st Class Smoking Room Wand1.15",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_7.png",
"1st_class_smoking_room_wand_1_7.png",
"1st_class_smoking_room_wand_1_7.png",
"1st_class_smoking_room_wand_1_7.png",
"coral.png",
"1st_class_smoking_room_wand_1_7.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand1_16", {
description = "1st Class Smoking Room Wand1.16",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_8.png",
"1st_class_smoking_room_wand_1_8.png",
"1st_class_smoking_room_wand_1_8.png",
"1st_class_smoking_room_wand_1_8.png",
"coral.png",
"1st_class_smoking_room_wand_1_8.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_1", {
description = "1st Class Smoking Room Wand2.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_2", {
description = "1st Class Smoking Room Wand2.2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_3", {
description = "1st Class Smoking Room Wand2.3",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_3.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_4", {
description = "1st Class Smoking Room Wand2.4",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_4.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_5", {
description = "1st Class Smoking Room Wand2.5",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_5.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_6", {
description = "1st Class Smoking Room Wand2.6",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_6.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_7", {
description = "1st Class Smoking Room Wand2.7",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_7.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_8", {
description = "1st Class Smoking Room Wand2.8",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_8.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_9", {
description = "1st Class Smoking Room Wand2.9",
sunlight_propagates = true,
paramtype = "light",
light_source = -14,
tiles = {"1st_class_smoking_room_wand_2_9.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_10", {
description = "1st Class Smoking Room Wand2.10",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_10.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_11", {
description = "1st Class Smoking Room Wand2.11",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_11.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_12", {
description = "1st Class Smoking Room Wand2.12",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_12.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_13", {
description = "1st Class Smoking Room Wand1.13",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_13.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_14", {
description = "1st Class Smoking Room Wand2.14",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_14.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_15", {
description = "1st Class Smoking Room Wand2.15",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_15.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_16", {
description = "1st Class Smoking Room Wand2.16",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_16.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_17", {
description = "1st Class Smoking Room Wand2.17",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_17.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_18", {
description = "1st Class Smoking Room Wand2.18",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_18.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_19", {
description = "1st Class Smoking Room Wand2.19",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_19.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_20", {
description = "1st Class Smoking Room Wand2.20",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_20.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_21", {
description = "1st Class Smoking Room Wand2.21",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_21.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_22", {
description = "1st Class Smoking Room Wand2.22",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_22.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_23", {
description = "1st Class Smoking Room Wand2.23",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_23.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_24", {
description = "1st Class Smoking Room Wand2.24",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_24.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_25", {
description = "1st Class Smoking Room Wand2.25",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_25.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_26", {
description = "1st Class Smoking Room Wand2.26",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_26.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_27", {
description = "1st Class Smoking Room Wand2.27",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_27.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_wand2_28", {
description = "1st Class Smoking Room Wand2.28",
light_source = -14,
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_2_28.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_staircase_chair", {
description = "1st Class Staircase Chair",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_staircase_chair_top.png",
"1st_class_staircase_chair_top.png",
"1st_class_staircase_chair.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.3125, -0.3125, -0.25, 0.3125, -0.125, 0.375}, -- NodeBox4
{-0.25, -0.125, 0.25, 0.25, 0.375, 0.4375}, -- NodeBox5
{-0.3125, -0.3125, -0.3125, 0.3125, -0.1875, -0.25}, -- NodeBox6
{-0.3125, -0.125, 0.3125, 0.3125, 0.375, 0.375}, -- NodeBox7
{0.25, -0.125, -0.1875, 0.375, -0.0625, 0.3125}, -- NodeBox8
{0.25, -0.0625, -0.0625, 0.375, 0.125, 0.3125}, -- NodeBox9
{-0.375, -0.3125, -0.1875, 0.375, -0.1875, 0.3125}, -- NodeBox11
{-0.375, -0.1875, -0.1875, 0.375, -0.125, 0.3125}, -- NodeBox12
{-0.25, 0.375, 0.3125, 0.25, 0.4375, 0.375}, -- NodeBox14
{-0.25, -0.3125, 0.375, 0.25, -0.125, 0.4375}, -- NodeBox15
{0.25, -0.0625, -0.125, 0.375, 0, 0}, -- NodeBox16
{-0.375, -0.3125, -0.1875, -0.25, -0.0625, 0.3125}, -- NodeBox17
{-0.375, -0.25, -0.0625, -0.25, 0.125, 0.3125}, -- NodeBox18
{-0.375, -0.0625, -0.125, -0.25, 0, 0}, -- NodeBox19
{-0.3125, -0.5, -0.3125, -0.25, -0.3125, -0.25}, -- NodeBox20
{0.25, -0.5, -0.3125, 0.3125, -0.3125, -0.25}, -- NodeBox22
{0.25, -0.5, 0.3125, 0.3125, -0.3125, 0.375}, -- NodeBox23
{-0.3125, -0.5, 0.3125, -0.25, -0.3125, 0.375}, -- NodeBox24
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_staircase_sofa1", {
description = "1st Class Staircase Sofa1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_staircase_chair_top.png",
"1st_class_staircase_chair_top.png",
"1st_class_staircase_chair.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.3125, -0.25, 0.3125, -0.125, 0.375}, -- NodeBox4
{-0.5, -0.125, 0.25, 0.25, 0.375, 0.4375}, -- NodeBox5
{-0.5, -0.3125, -0.3125, 0.3125, -0.1875, -0.25}, -- NodeBox6
{-0.5, -0.125, 0.3125, 0.3125, 0.375, 0.375}, -- NodeBox7
{0.25, -0.125, -0.1875, 0.375, -0.0625, 0.3125}, -- NodeBox8
{0.25, -0.0625, -0.0625, 0.375, 0.125, 0.3125}, -- NodeBox9
{-0.5, -0.3125, -0.1875, 0.375, -0.1875, 0.3125}, -- NodeBox11
{-0.5, -0.1875, -0.1875, 0.375, -0.125, 0.3125}, -- NodeBox12
{-0.5, 0.375, 0.3125, 0.25, 0.4375, 0.375}, -- NodeBox14
{-0.5, -0.3125, 0.375, 0.25, -0.125, 0.4375}, -- NodeBox15
{0.25, -0.0625, -0.125, 0.375, 0, 0}, -- NodeBox16
{0.25, -0.5, -0.3125, 0.3125, -0.3125, -0.25}, -- NodeBox22
{0.25, -0.5, 0.3125, 0.3125, -0.3125, 0.375}, -- NodeBox23
{-0.5, -0.5, -0.3125, -0.4375, -0.3125, -0.25}, -- NodeBox25
{-0.5, -0.5, 0.3125, -0.4375, -0.3125, 0.375}, -- NodeBox26
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_staircase_sofa2", {
description = "1st Class Staircase Sofa2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_staircase_chair_top.png",
"1st_class_staircase_chair_top.png",
"1st_class_staircase_chair.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.3125, -0.3125, -0.25, 0.5, -0.125, 0.375}, -- NodeBox4
{-0.25, -0.125, 0.25, 0.5, 0.375, 0.4375}, -- NodeBox5
{-0.3125, -0.3125, -0.3125, 0.5, -0.1875, -0.25}, -- NodeBox6
{-0.3125, -0.125, 0.3125, 0.5, 0.375, 0.375}, -- NodeBox7
{-0.375, -0.125, -0.1875, -0.25, -0.0625, 0.3125}, -- NodeBox8
{-0.375, -0.0625, -0.0625, -0.25, 0.125, 0.3125}, -- NodeBox9
{-0.375, -0.3125, -0.1875, 0.5, -0.1875, 0.3125}, -- NodeBox11
{-0.375, -0.1875, -0.1875, 0.5, -0.125, 0.3125}, -- NodeBox12
{-0.25, 0.375, 0.3125, 0.5, 0.4375, 0.375}, -- NodeBox14
{-0.25, -0.3125, 0.375, 0.5, -0.125, 0.4375}, -- NodeBox15
{-0.375, -0.0625, -0.125, -0.25, 0, 0}, -- NodeBox16
{-0.3125, -0.5, -0.3125, -0.25, -0.3125, -0.25}, -- NodeBox22
{-0.3125, -0.5, 0.3125, -0.25, -0.3125, 0.375}, -- NodeBox23
{0.4375, -0.5, -0.3125, 0.5, -0.3125, -0.25}, -- NodeBox25
{0.4375, -0.5, 0.3125, 0.5, -0.3125, 0.375}, -- NodeBox26
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_oberverkleidung", {
description = "1st Class Smoking Room Oberverkleidung",
sunlight_propagates = true,
paramtype = "light",
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_oberverkleidung.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_oberverkleidung2", {
description = "1st Class Smoking Room Oberverkleidung2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_oberverkleidung2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:uebertuer1", {
description = "Übertür1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"uebertuer1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
})
minetest.register_node("titanic_mod2:uebertuer2", {
description = "Übertür2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"uebertuer2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
})
minetest.register_node("titanic_mod2:deko2", {
description = "deko2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"deko2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
})
minetest.register_node("titanic_mod2:deko3", {
description = "deko3",
sunlight_propagates = true,
paramtype = "light",
tiles = {"deko3.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
})
minetest.register_node("titanic_mod2:deko4", {
description = "deko4",
sunlight_propagates = true,
paramtype = "light",
tiles = {"deko4.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
})
minetest.register_node("titanic_mod2:deko1", {
description = "deko1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"deko1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox70
}
},
})
minetest.register_node("titanic_mod2:chimney1", {
description = "chimney1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnaceall.png",
"furnace17.png",
"furnace1.png",
"furnace1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.125, 0.5, 0.5}, -- NodeBox1
{-0.125, -0.5, -0.0625, 0.1875, 0.5, 0.0625}, -- NodeBox2
{0.125, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox3
{0.125, -0.5, -0.1875, 0.5, -0.4375, 0.5}, -- NodeBox4
{-0.1875, -0.5, -0.125, 0.25, -0.375, 0.125}, -- NodeBox5
{-0.1875, 0.4375, -0.125, 0.25, 0.5, 0.125}, -- NodeBox6
{0.125, -0.5, 0.375, 0.1875, 0.5, 0.5}, -- NodeBox7
}
},
})
minetest.register_node("titanic_mod2:chimney2", {
description = "chimney2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace21.png",
"furnaceall.png",
"furnace2.png",
"furnace2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.125, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox1
{-0.1875, -0.5, -0.0625, 0.125, 0.5, 0.0625}, -- NodeBox2
{-0.5, -0.5, 0.4375, -0.125, 0.5, 0.5}, -- NodeBox3
{-0.5, -0.5, -0.1875, -0.125, -0.4375, 0.5}, -- NodeBox4
{-0.25, -0.5, -0.125, 0.1875, -0.375, 0.125}, -- NodeBox5
{-0.25, 0.4375, -0.125, 0.1875, 0.5, 0.125}, -- NodeBox6
{-0.1875, -0.5, 0.375, -0.125, 0.5, 0.5}, -- NodeBox7
}
},
})
minetest.register_node("titanic_mod2:chimney3", {
description = "chimney3",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnaceall.png",
"furnace18.png",
"furnace3.png",
"furnace3.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.125, 0.5, 0.5}, -- NodeBox1
{-0.125, -0.5, -0.0625, 0.1875, 0.0625, 0.0625}, -- NodeBox2
{0.125, -0.5, 0.4375, 0.5, 0.0625, 0.5}, -- NodeBox3
{0.125, 0.0625, 0, 0.5, 0.125, 0.5}, -- NodeBox4
{-0.1875, -0.375, -0.125, 0.25, -0.25, 0.125}, -- NodeBox5
{0.125, -0.5, 0.375, 0.1875, 0.0625, 0.5}, -- NodeBox7
{-0.1875, 0, -0.125, 0.25, 0.125, 0.5}, -- NodeBox8
{0.1875, -0.25, 0, 0.5, 0.0625, 0.5}, -- NodeBox9
{0.25, -0.3125, -0.0625, 0.5, -0.25, 0.5}, -- NodeBox10
{0.1875, -0.25, 0, 0.5, -0.1875, 0.5}, -- NodeBox11
{-0.5, 0.125, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox12
{-0.125, 0.125, -0.0625, 0.1875, 0.1875, 0.0625}, -- NodeBox13
{-0.0625, 0, -0.0625, 0.5, 0.0625, 0.5}, -- NodeBox14
}
},
})
minetest.register_node("titanic_mod2:chimney4", {
description = "chimney4",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace22.png",
"furnaceall.png",
"furnace4.png",
"furnace4.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.125, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox1
{-0.1875, -0.5, -0.0625, 0.125, 0.0625, 0.0625}, -- NodeBox2
{-0.5, -0.5, 0.4375, -0.125, 0.0625, 0.5}, -- NodeBox3
{-0.5, 0.0625, 0, -0.125, 0.125, 0.5}, -- NodeBox4
{-0.25, -0.375, -0.125, 0.1875, -0.25, 0.125}, -- NodeBox5
{-0.1875, -0.5, 0.375, -0.125, 0.0625, 0.5}, -- NodeBox7
{-0.25, 0, -0.125, 0.1875, 0.125, 0.5}, -- NodeBox8
{-0.5, -0.25, 0, -0.1875, 0.0625, 0.5}, -- NodeBox9
{-0.5, -0.3125, -0.0625, -0.25, -0.25, 0.5}, -- NodeBox10
{-0.5, -0.25, 0, -0.1875, -0.1875, 0.5}, -- NodeBox11
{-0.5, 0.125, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox12
{-0.1875, 0.125, -0.0625, 0.125, 0.1875, 0.0625}, -- NodeBox13
{-0.5, 0, -0.0625, 0.0625, 0.0625, 0.5}, -- NodeBox14
}
},
})
minetest.register_node("titanic_mod2:chimney5", {
description = "chimney5",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace17.png",
"furnace17.png",
"furnace5.png",
"furnace5.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0.0625, 0.5}, -- NodeBox3
{-0.5, 0.0625, 0, 0.5, 0.125, 0.5}, -- NodeBox4
{0.125, -0.5, 0.375, 0.1875, 0, 0.5}, -- NodeBox7
{-0.5, -0.25, 0, 0.5, 0.0625, 0.5}, -- NodeBox9
{-0.5, -0.3125, -0.0625, 0.5, -0.25, 0.5}, -- NodeBox10
{-0.5, -0.25, 0, 0.5, -0.1875, 0.5}, -- NodeBox11
{-0.5, 0.125, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox12
{-0.5, 0, -0.0625, 0.5, 0.0625, 0.5}, -- NodeBox14
}
},
})
minetest.register_node("titanic_mod2:chimney6", {
description = "chimney6",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace17.png",
"furnace17.png",
"furnace6.png",
"furnace6.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0.0625, 0.5}, -- NodeBox3
{-0.5, 0.0625, 0, 0.5, 0.125, 0.5}, -- NodeBox4
{0.125, -0.5, 0.375, 0.1875, 0, 0.5}, -- NodeBox7
{-0.5, -0.25, 0, 0.5, 0.0625, 0.5}, -- NodeBox9
{-0.5, -0.3125, -0.0625, 0.5, -0.25, 0.5}, -- NodeBox10
{-0.5, -0.25, 0, 0.5, -0.1875, 0.5}, -- NodeBox11
{-0.5, 0.125, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox12
{-0.5, 0, -0.0625, 0.5, 0.0625, 0.5}, -- NodeBox14
}
},
})
minetest.register_node("titanic_mod2:chimney7", {
description = "chimney7",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnaceall.png",
"furnaceall.png",
"furnace7.png",
"furnace7.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.3125, 0.5, -0.4375, 0.5}, -- NodeBox15
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox16
}
},
})
minetest.register_node("titanic_mod2:chimney8", {
description = "chimney8",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace17.png",
"furnace17.png",
"furnace8.png",
"furnace8.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.3125, 0.5, -0.4375, 0.5}, -- NodeBox15
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox16
}
},
})
minetest.register_node("titanic_mod2:chimney9", {
description = "chimney9",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace19.png",
"furnace19.png",
"furnace9.png",
"furnace9.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox15
}
},
})
minetest.register_node("titanic_mod2:chimney10", {
description = "chimney10",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace17.png",
"furnace17.png",
"furnace10.png",
"furnace10.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox15
}
},
})
minetest.register_node("titanic_mod2:chimney11", {
description = "chimney11",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace17.png",
"furnace17.png",
"furnace11.png",
"furnace11.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox15
}
},
})
minetest.register_node("titanic_mod2:chimney12", {
description = "chimney12",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace23.png",
"furnace23.png",
"furnace12.png",
"furnace12.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox15
}
},
})
minetest.register_node("titanic_mod2:chimney13", {
description = "chimney13",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace20.png",
"furnace20.png",
"furnace13.png",
"furnace13.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox15
}
},
})
minetest.register_node("titanic_mod2:chimney14", {
description = "chimney14",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace17.png",
"furnace17.png",
"furnace14.png",
"furnace14.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox15
}
},
})
minetest.register_node("titanic_mod2:chimney15", {
description = "chimney15",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace17.png",
"furnace17.png",
"furnace15.png",
"furnace15.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox15
}
},
})
minetest.register_node("titanic_mod2:chimney16", {
description = "chimney16",
sunlight_propagates = true,
paramtype = "light",
tiles = {"furnaceall.png",
"furnaceall.png",
"furnace24.png",
"furnace24.png",
"furnace16.png",
"furnace16.png",}, drawtype = "nodebox",
paramtype2 = "facedir",
groups = {oddly_breakable_by_hand = 2},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.5}, -- NodeBox15
}
},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window_treppe1", {
description = "1st Class Smoking Room Treppe1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_1_1.png",
"1st_class_smoking_room_window_1_1.png",
"2ndclassstaircaseverkleidung2.png",
"2ndclassstaircaseverkleidung2.png",
"fenstertreppe2.png",
"1st_class_smoking_room_window_1_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox1
{-0.5, -0.5, -0.3125, 0.5, 0, -0.0625}, -- NodeBox2
{-0.5, -0.5, -0.3125, -0.1875, 0.5, -0.0625}, -- NodeBox3
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_treppe2", {
description = "1st Class Smoking Room Treppe2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_window_1_2.png",
"1st_class_smoking_room_window_1_2.png",
"2ndclassstaircaseverkleidung2.png",
"2ndclassstaircaseverkleidung2.png",
"fenstertreppe1.png",
"1st_class_smoking_room_window_1_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox1
{-0.5, -0.5, -0.3125, 0.5, 0, -0.0625}, -- NodeBox2
{0.1875, -0.5, -0.3125, 0.5, 0.5, -0.0625}, -- NodeBox3
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window_treppe3", {
description = "1st Class Smoking Room Treppe3",
sunlight_propagates = true,
paramtype = "light",
tiles = {"2ndclassstaircaseverkleidung.png",
"2ndclassstaircaseverkleidung.png",
"2ndclassstaircaseverkleidung.png",
"2ndclassstaircaseverkleidung.png",
"fenstertreppe4.png",
"1st_class_smoking_room_window_2_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.3125, 0.5, -0.3125}, -- NodeBox1
{0.4375, -0.5, -0.4375, 0.5, 0.5, -0.375}, -- NodeBox8
{-0.5, -0.5, -0.4125, 0.5, 0.5, -0.40625}, -- NodeBox5
{-0.5, -0.5, -0.375, 0.5, 0.5, -0.3125}, -- NodeBox10
{-0.5, 0.3125, -0.3125, 0.5, 0.5, -0.0625}, -- NodeBox2
{-0.5, -0.5, -0.3125, -0.1875, 0.5, -0.0625}, -- NodeBox3
{-0.5, 0.5, -0.3125, 0.5, 0.50625, 0.5}, -- NodeBox4
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:1st_class_smoking_room_window_treppe4", {
description = "1st Class Smoking Room Treppe4",
sunlight_propagates = true,
paramtype = "light",
tiles = {"2ndclassstaircaseverkleidung.png",
"2ndclassstaircaseverkleidung.png",
"2ndclassstaircaseverkleidung.png",
"2ndclassstaircaseverkleidung.png",
"fenstertreppe3.png",
"1st_class_smoking_room_window_2_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.4375, -0.4375, 0.5, -0.375}, -- NodeBox8
{0.3125, -0.5, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox2
{-0.5, -0.5, -0.4125, 0.5, 0.5, -0.40625}, -- NodeBox5
{-0.5, -0.5, -0.375, 0.5, 0.5, -0.3125}, -- NodeBox10
{-0.5, 0.3125, -0.3125, 0.5, 0.5, -0.0625}, -- NodeBox1
{0.1875, -0.5, -0.3125, 0.5, 0.5, -0.0625}, -- NodeBox3
{-0.5, 0.5, -0.3125, 0.5, 0.50625, 0.5}, -- NodeBox4
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sichtschutz1", {
description = "Sichtschutz1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",
"furnace21.png",
"furnace17.png",
"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.4375}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sichtschutz2", {
description = "Sichtschutz2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",
"furnace21.png",
"furnace17.png",
"1st_class_smoking_room_wand_1_1.png",
"1st_class_smoking_room_wand_1_2.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.4375}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sichtschutz3", {
description = "Sichtschutz3",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",
"furnace22.png",
"furnace18.png",
"1st_class_smoking_room_wand_1_4.png",
"1st_class_smoking_room_wand_1_3.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, -0.4375, 0.4375}, -- NodeBox1
{-0.5, -0.4375, 0.0625, 0.0625, 0.5, 0.4375}, -- NodeBox5
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sichtschutz4", {
description = "Sichtschutz4",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",
"furnace22.png",
"furnace18.png",
"1st_class_smoking_room_wand_1_3.png",
"1st_class_smoking_room_wand_1_4.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, -0.4375, 0.4375}, -- NodeBox1
{-0.0625, -0.4375, 0.0625, 0.5, 0.5, 0.4375}, -- NodeBox5
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sichtschutz5", {
description = "Sichtschutz5",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",
"furnace23.png",
"furnace19.png",
"1st_class_smoking_room_wand_1_6.png",
"1st_class_smoking_room_wand_1_5.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.0625, 0.5, 0.4375}, -- NodeBox5
{0.0625, -0.125, 0.0625, 0.125, 0.5, 0.4375}, -- NodeBox7
{0.125, 0.0625, 0.0625, 0.1875, 0.5, 0.4375}, -- NodeBox8
{0.1875, 0.125, 0.0625, 0.25, 0.5, 0.4375}, -- NodeBox9
{0.25, 0.1875, 0.0625, 0.3125, 0.5, 0.4375}, -- NodeBox10
{0.3125, 0.25, 0.0625, 0.5, 0.5, 0.4375}, -- NodeBox11
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sichtschutz6", {
description = "Sichtschutz6",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",
"furnace23.png",
"furnace19.png",
"1st_class_smoking_room_wand_1_5.png",
"1st_class_smoking_room_wand_1_6.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.0625, -0.5, 0.0625, 0.5, 0.5, 0.4375}, -- NodeBox5
{-0.125, -0.125, 0.0625, -0.0625, 0.5, 0.4375}, -- NodeBox7
{-0.1875, 0.0625, 0.0625, -0.125, 0.5, 0.4375}, -- NodeBox8
{-0.25, 0.125, 0.0625, -0.1875, 0.5, 0.4375}, -- NodeBox9
{-0.3125, 0.1875, 0.0625, -0.25, 0.5, 0.4375}, -- NodeBox10
{-0.5, 0.25, 0.0625, -0.3125, 0.5, 0.4375}, -- NodeBox11
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sichtschutz7", {
description = "Sichtschutz7",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",
"furnace20.png",
"furnace20.png",
"1st_class_smoking_room_wand_1_8.png",
"1st_class_smoking_room_wand_1_7.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.4375}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sichtschutz8", {
description = "Sichtschutz8",
sunlight_propagates = true,
paramtype = "light",
tiles = {"1st_class_smoking_room_wand_1_2.png",
"1st_class_smoking_room_wand_1_1.png",
"furnace24.png",
"furnace24.png",
"1st_class_smoking_room_wand_1_7.png",
"1st_class_smoking_room_wand_1_8.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.0625, 0.5, 0.5, 0.4375}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:smoking_room_chair", {
description = "Smoking Room Chair",
sunlight_propagates = true,
paramtype = "light",
tiles = {"smoking_room_chair2.png",
"smoking_room_chair.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.375, -0.375, -0.4375, 0.375, -0.1875, 0.0625}, -- NodeBox1
{-0.3125, -0.375, 0.0625, 0.3125, -0.1875, 0.1875}, -- NodeBox2
{-0.25, -0.375, 0.1875, 0.25, 0.0625, 0.3125}, -- NodeBox3
{-0.3125, -0.375, 0.125, -0.1875, 0.0625, 0.1875}, -- NodeBox4
{0.1875, -0.1875, 0.125, 0.3125, 0.25, 0.1875}, -- NodeBox5
{-0.3125, -0.3125, 0.0625, -0.25, 0.0625, 0.125}, -- NodeBox6
{0.25, -0.3125, 0.0625, 0.3125, 0.0625, 0.125}, -- NodeBox7
{-0.125, 0.0625, 0.25, 0.125, 0.375, 0.375}, -- NodeBox8
{0.125, 0.0625, 0.1875, 0.25, 0.375, 0.3125}, -- NodeBox9
{0.1875, 0, 0.125, 0.25, 0.3125, 0.1875}, -- NodeBox10
{-0.25, 0, 0.1875, -0.125, 0.375, 0.3125}, -- NodeBox11
{-0.3125, 0, 0.125, -0.1875, 0.3125, 0.1875}, -- NodeBox12
{0.3125, -0.1875, -0.4375, 0.375, 0.0625, 0.0625}, -- NodeBox14
{-0.375, -0.3125, -0.4375, -0.3125, 0.0625, 0.0625}, -- NodeBox15
{0.3125, 0, -0.125, 0.375, 0.1875, 0.125}, -- NodeBox16
{0.3125, 0, -0.3125, 0.375, 0.125, -0.0625}, -- NodeBox17
{0.3125, 0.125, -0.0625, 0.375, 0.25, 0.125}, -- NodeBox18
{-0.375, -0.0625, -0.3125, -0.3125, 0.125, 0.125}, -- NodeBox19
{-0.375, 0, -0.125, -0.3125, 0.1875, 0.125}, -- NodeBox20
{-0.375, 0.0625, -0.25, -0.3125, 0.125, 0.125}, -- NodeBox21
{0.125, -0.5, 0.1875, 0.1875, -0.375, 0.25}, -- NodeBox23
{0.25, -0.5, -0.375, 0.3125, -0.375, -0.3125}, -- NodeBox24
{-0.3125, -0.5, -0.375, -0.25, -0.375, -0.3125}, -- NodeBox25
{-0.1875, -0.5, 0.25, -0.125, -0.375, 0.3125}, -- NodeBox26
{0.25, 0.0625, 0.125, 0.3125, 0.3125, 0.1875}, -- NodeBox27
{-0.375, 0.0625, -0.0625, -0.3125, 0.25, 0.125}, -- NodeBox28
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:smoking_room_sofa1", {
description = "Smoking Room Sofa1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"smoking_room_chair2.png",
"smoking_room_chair3.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.3125, -0.25, 0.3125, -0.125, 0.375}, -- NodeBox4
{-0.5, -0.125, 0.25, 0.25, 0.375, 0.4375}, -- NodeBox5
{-0.5, -0.3125, -0.3125, 0.3125, -0.1875, -0.25}, -- NodeBox6
{-0.5, -0.125, 0.3125, 0.3125, 0.375, 0.375}, -- NodeBox7
{0.25, -0.125, -0.1875, 0.375, -0.0625, 0.3125}, -- NodeBox8
{0.25, -0.0625, -0.0625, 0.375, 0.125, 0.3125}, -- NodeBox9
{-0.5, -0.3125, -0.1875, 0.375, -0.1875, 0.3125}, -- NodeBox11
{-0.5, -0.1875, -0.1875, 0.375, -0.125, 0.3125}, -- NodeBox12
{-0.5, 0.375, 0.3125, 0.25, 0.4375, 0.375}, -- NodeBox14
{-0.5, -0.3125, 0.375, 0.25, -0.125, 0.4375}, -- NodeBox15
{0.25, -0.0625, -0.125, 0.375, 0, 0}, -- NodeBox16
{0.25, -0.5, -0.3125, 0.3125, -0.3125, -0.25}, -- NodeBox22
{0.25, -0.5, 0.3125, 0.3125, -0.3125, 0.375}, -- NodeBox23
{-0.5, -0.5, -0.3125, -0.4375, -0.3125, -0.25}, -- NodeBox25
{-0.5, -0.5, 0.3125, -0.4375, -0.3125, 0.375}, -- NodeBox26
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:smoking_room_sofa2", {
description = "Smoking Room Sofa2",
sunlight_propagates = true,
paramtype = "light",
tiles = {"smoking_room_chair2.png",
"smoking_room_chair3.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.3125, -0.3125, -0.25, 0.5, -0.125, 0.375}, -- NodeBox4
{-0.25, -0.125, 0.25, 0.5, 0.375, 0.4375}, -- NodeBox5
{-0.3125, -0.3125, -0.3125, 0.5, -0.1875, -0.25}, -- NodeBox6
{-0.3125, -0.125, 0.3125, 0.5, 0.375, 0.375}, -- NodeBox7
{-0.375, -0.125, -0.1875, -0.25, -0.0625, 0.3125}, -- NodeBox8
{-0.375, -0.0625, -0.0625, -0.25, 0.125, 0.3125}, -- NodeBox9
{-0.375, -0.3125, -0.1875, 0.5, -0.1875, 0.3125}, -- NodeBox11
{-0.375, -0.1875, -0.1875, 0.5, -0.125, 0.3125}, -- NodeBox12
{-0.25, 0.375, 0.3125, 0.5, 0.4375, 0.375}, -- NodeBox14
{-0.25, -0.3125, 0.375, 0.5, -0.125, 0.4375}, -- NodeBox15
{-0.375, -0.0625, -0.125, -0.25, 0, 0}, -- NodeBox16
{-0.3125, -0.5, -0.3125, -0.25, -0.3125, -0.25}, -- NodeBox22
{-0.3125, -0.5, 0.3125, -0.25, -0.3125, 0.375}, -- NodeBox23
{0.4375, -0.5, -0.3125, 0.5, -0.3125, -0.25}, -- NodeBox25
{0.4375, -0.5, 0.3125, 0.5, -0.3125, 0.375}, -- NodeBox26
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:smoking_room_table1", {
description = "Smoking Room table1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"smoking_room_table2.png",
"smoking_room_table1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.4375, 0.1875, -0.4375, 0.4375, 0.25, 0.4375}, -- NodeBox12
{-0.0625, -0.5, -0.0625, 0.0625, 0.1875, 0.0625}, -- NodeBox14
{-0.125, -0.5, -0.0625, 0.125, -0.4375, 0.0625}, -- NodeBox15
{-0.0625, -0.5, -0.125, 0.0625, -0.4375, 0.125}, -- NodeBox16
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:smoking_room_table2_1", {
description = "Smoking Room table2.1",
sunlight_propagates = true,
paramtype = "light",
tiles = {"smoking_room_table2.1.png",
"smoking_room_table1.png",},
drawtype = "nodebox",
use_texture_alpha = true,
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.125, 0.1875, -0.4375, 0.5, 0.25, 0.4375}, -- NodeBox12
{0.4375, -0.5, -0.0625, 0.5, 0.1875, 0.0625}, -- NodeBox14
{0.375, -0.5, -0.0625, 0.5, -0.4375, 0.0625}, -- NodeBox15
{0.4375, -0.5, -0.125, 0.5, -0.4375, 0.125}, -- NodeBox16
{-0.125, 0.1875, -0.375, 0.125, 0.25, 0.375}, -- NodeBox17
{-0.25, 0.1875, -0.3125, -0.125, 0.25, 0.3125}, -- NodeBox18
{-0.3125, 0.1875, -0.1875, -0.25, 0.25, 0.1875}, -- NodeBox19
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:gelaender_promenade", {
description = "Geländer Promenade",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"furnace8.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0.3125, 0.375, 0.5, 0.375, 0.4375}, -- NodeBox1
{0.375, 0.3125, 0.4375, 0.4375, 0.375, 0.5}, -- NodeBox2
{-0.4375, 0.3125, 0.4375, -0.375, 0.375, 0.5}, -- NodeBox3
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:gelaender_promenade2", {
description = "Geländer Promenade2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"furnace8.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0.3125, 0.375, 0.5, 0.375, 0.4375}, -- NodeBox1
{0.375, 0.3125, 0.4375, 0.4375, 0.375, 0.5}, -- NodeBox2
{-0.4375, 0.3125, -0.5, -0.375, 0.375, 0.5}, -- NodeBox3
{-0.5, 0.3125, -0.4375, -0.4375, 0.375, -0.375}, -- NodeBox4
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:reciprocating_engine_floor1", {
description = "Reciprocating Engine Floor1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"reciprocating_engine_floor.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.375, 0.5, -0.1875, -0.25}, -- NodeBox1
{-0.5, -0.5, -0.5, 0.5, -0.4375, -0.4625}, -- NodeBox2
{-0.5, -0.5, -0.5, 0.5, -0.49375, -0.375}, -- NodeBox3
{-0.5, 0.25, -0.375, 0.5, 0.375, -0.25}, -- NodeBox4
{-0.5, 0.4375, -0.375, 0.5, 0.5, 0.5}, -- NodeBox5
{-0.375, 0.375, -0.3125, -0.25, 0.4375, 0.4375}, -- NodeBox6
{0.25, 0.375, -0.25, 0.375, 0.4375, 0.4375}, -- NodeBox7
{-0.5, -0.1875, -0.375, -0.1875, 0.25, -0.25}, -- NodeBox8
{0.25, -0.1875, -0.375, 0.5, 0.25, -0.25}, -- NodeBox9
{-0.1875, -0.1875, -0.3125, 0, -0.125, -0.25}, -- NodeBox10
{0.0625, -0.1875, -0.3125, 0.25, -0.125, -0.25}, -- NodeBox11
{-0.1875, 0.1875, -0.3125, 0, 0.25, -0.25}, -- NodeBox12
{0.0625, 0.1875, -0.3125, 0.25, 0.25, -0.25}, -- NodeBox13
{-0.1875, -0.1875, -0.3125, -0.125, 0.1875, -0.25}, -- NodeBox14
{0.1875, -0.125, -0.3125, 0.25, 0.1875, -0.25}, -- NodeBox15
{-0.125, -0.125, -0.3125, -0.0625, -0.0625, -0.25}, -- NodeBox16
{-0.125, 0.125, -0.3125, -0.0625, 0.1875, -0.25}, -- NodeBox17
{0.125, -0.125, -0.3125, 0.1875, -0.0625, -0.25}, -- NodeBox18
{0.125, 0.125, -0.3125, 0.1875, 0.25, -0.25}, -- NodeBox19
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:reciprocating_engine_floor2", {
description = "Reciprocating Engine Floor2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"reciprocating_engine_floor.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.375, 0.5, -0.1875, -0.25}, -- NodeBox1
{-0.5, -0.5, -0.5, 0.5, -0.4375, -0.4625}, -- NodeBox2
{-0.5, -0.5, -0.5, 0.5, -0.49375, -0.375}, -- NodeBox3
{-0.5, 0.25, -0.375, 0.5, 0.375, -0.25}, -- NodeBox4
{-0.5, 0.4375, -0.375, 0.5, 0.5, 0.5}, -- NodeBox5
{-0.375, 0.375, -0.3125, -0.25, 0.4375, 0.4375}, -- NodeBox6
{0.25, 0.375, -0.25, 0.375, 0.4375, 0.4375}, -- NodeBox7
{-0.5, -0.1875, -0.375, -0.1875, 0.25, -0.25}, -- NodeBox8
{0.25, -0.1875, -0.375, 0.5, 0.25, -0.25}, -- NodeBox9
{-0.1875, -0.1875, -0.3125, 0, -0.125, -0.25}, -- NodeBox10
{0.0625, -0.1875, -0.3125, 0.25, -0.125, -0.25}, -- NodeBox11
{-0.1875, 0.1875, -0.3125, 0, 0.25, -0.25}, -- NodeBox12
{0.0625, 0.1875, -0.3125, 0.25, 0.25, -0.25}, -- NodeBox13
{-0.1875, -0.1875, -0.3125, -0.125, 0.1875, -0.25}, -- NodeBox14
{0.1875, -0.125, -0.3125, 0.25, 0.1875, -0.25}, -- NodeBox15
{-0.125, -0.125, -0.3125, -0.0625, -0.0625, -0.25}, -- NodeBox16
{-0.125, 0.125, -0.3125, -0.0625, 0.1875, -0.25}, -- NodeBox17
{0.125, -0.125, -0.3125, 0.1875, -0.0625, -0.25}, -- NodeBox18
{0.125, 0.125, -0.3125, 0.1875, 0.25, -0.25}, -- NodeBox19
{0.4375, -0.5, -0.4375, 0.5, 0.5, 0.5}, -- NodeBox21
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:reciprocating_engine_floor3", {
description = "Reciprocating Engine Floor3",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"reciprocating_engine_floor.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.375, 0.375, -0.1875, -0.25}, -- NodeBox1
{-0.5, -0.5, -0.5, 0.5, -0.4375, -0.4625}, -- NodeBox2
{-0.5, -0.5, -0.5, 0.5, -0.49375, -0.375}, -- NodeBox3
{-0.5, 0.25, -0.375, 0.375, 0.375, -0.25}, -- NodeBox4
{-0.5, 0.4375, -0.375, 0.375, 0.5, 0.5}, -- NodeBox5
{-0.375, 0.375, -0.3125, -0.25, 0.4375, 0.4375}, -- NodeBox6
{0.0625, 0.375, -0.3125, 0.1875, 0.4375, 0.4375}, -- NodeBox7
{-0.5, -0.1875, -0.375, -0.1875, 0.25, -0.25}, -- NodeBox8
{0.25, -0.1875, -0.375, 0.375, 0.25, -0.1875}, -- NodeBox9
{-0.1875, -0.1875, -0.3125, 0, -0.125, -0.25}, -- NodeBox10
{0.0625, -0.1875, -0.3125, 0.25, -0.125, -0.25}, -- NodeBox11
{-0.1875, 0.1875, -0.3125, 0, 0.25, -0.25}, -- NodeBox12
{0.0625, 0.1875, -0.3125, 0.25, 0.25, -0.25}, -- NodeBox13
{-0.1875, -0.1875, -0.3125, -0.125, 0.1875, -0.25}, -- NodeBox14
{0.1875, -0.125, -0.3125, 0.25, 0.1875, -0.25}, -- NodeBox15
{-0.125, -0.125, -0.3125, -0.0625, -0.0625, -0.25}, -- NodeBox16
{-0.125, 0.125, -0.3125, -0.0625, 0.1875, -0.25}, -- NodeBox17
{0.125, -0.125, -0.3125, 0.1875, -0.0625, -0.25}, -- NodeBox18
{0.125, 0.125, -0.3125, 0.1875, 0.25, -0.25}, -- NodeBox19
{0.25, -0.5, -0.375, 0.375, -0.1875, 0.5}, -- NodeBox22
{0.25, 0.25, -0.25, 0.375, 0.375, 0.5}, -- NodeBox23
{0.25, -0.5, 0.25, 0.375, 0.25, 0.5}, -- NodeBox25
{0.25, -0.1875, -0.1875, 0.3125, 0.25, -0.125}, -- NodeBox27
{0.25, -0.1875, 0.1875, 0.3125, 0.25, 0.25}, -- NodeBox28
{0.25, -0.1875, 0.0625, 0.3125, -0.125, 0.1875}, -- NodeBox29
{0.25, -0.1875, -0.125, 0.3125, -0.125, 0}, -- NodeBox30
{0.25, 0.1875, -0.125, 0.3125, 0.25, 0}, -- NodeBox31
{0.25, 0.1875, 0.0625, 0.3125, 0.25, 0.1875}, -- NodeBox32
{0.25, -0.125, 0.125, 0.3125, -0.0625, 0.1875}, -- NodeBox33
{0.25, -0.125, -0.125, 0.3125, -0.0625, -0.0625}, -- NodeBox34
{0.25, 0.125, -0.125, 0.3125, 0.1875, -0.0625}, -- NodeBox35
{0.25, 0.125, 0.125, 0.3125, 0.1875, 0.1875}, -- NodeBox36
{0.375, -0.5, -0.5, 0.5, -0.49375, 0.5}, -- NodeBox37
{0.4625, -0.5, -0.5, 0.5, -0.4375, 0.5}, -- NodeBox38
{0.1875, 0.375, 0.1875, 0.3125, 0.4375, 0.3125}, -- NodeBox39
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler1", {
description = "Boiler1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler.png",
"boiler.png",
"boiler.png",
"boiler.png",
"boiler_back.png",
"boiler.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.125, 0.5, 0.5, 0.5}, -- NodeBox1
{-0.5, -0.4375, -0.25, 0.5, 0.5, 0.125}, -- NodeBox2
{-0.5, -0.375, -0.4375, 0.5, 0.5, -0.25}, -- NodeBox3
{-0.5, -0.3125, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox4
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler2", {
description = "Boiler2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.3125, 0.375, 0.5, 0.5, 0.5}, -- NodeBox1
{-0.5, -0.25, 0.25, 0.5, 0.5, 0.375}, -- NodeBox2
{-0.5, -0.1875, 0.125, 0.5, 0.5, 0.25}, -- NodeBox3
{-0.5, -0.125, 0, 0.5, 0.5, 0.125}, -- NodeBox4
{-0.5, -0.0625, -0.125, 0.5, 0.5, 0}, -- NodeBox5
{-0.5, 0, -0.1875, 0.5, 0.5, -0.125}, -- NodeBox6
{-0.5, 0.0625, -0.3125, 0.5, 0.5, -0.1875}, -- NodeBox7
{-0.5, 0.125, -0.375, 0.5, 0.5, -0.3125}, -- NodeBox8
{-0.5, 0.1875, -0.4375, 0.5, 0.5, -0.375}, -- NodeBox9
{-0.5, 0.25, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox10
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler3", {
description = "Boiler3",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.25, 0.5, 0.5, 0.5}, -- NodeBox11
{-0.5, -0.4375, 0.1875, 0.5, 0.5, 0.25}, -- NodeBox12
{-0.5, -0.375, 0.125, 0.5, 0.5, 0.1875}, -- NodeBox13
{-0.5, -0.3125, 0.0625, 0.5, -0.1875, 0.125}, -- NodeBox14
{-0.5, -0.1875, 0, 0.5, 0.5, 0.125}, -- NodeBox15
{-0.5, -0.125, -0.0625, 0.5, 0, 0}, -- NodeBox16
{-0.5, 0, -0.125, 0.5, 0.125, 0}, -- NodeBox17
{-0.5, 0.125, -0.1875, 0.5, 0.25, 0}, -- NodeBox18
{-0.5, 0.25, -0.25, 0.5, 0.375, 0}, -- NodeBox19
{-0.5, 0.375, -0.3125, 0.5, 0.5, 0}, -- NodeBox20
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler4", {
description = "Boiler4",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.3125, 0.5, 0.5, 0.5}, -- NodeBox11
{-0.5, -0.4375, -0.375, 0.5, -0.25, -0.3125}, -- NodeBox21
{-0.5, -0.25, -0.4375, 0.5, 0.125, -0.3125}, -- NodeBox22
{-0.5, 0.125, -0.5, 0.5, 0.5, -0.3125}, -- NodeBox23
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler5", {
description = "Boiler5",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler5.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.25, -0.375, 0.4375, 0.5, -0.25, 0.5}, -- NodeBox25
{0.125, -0.3125, 0.4375, 0.3125, -0.1875, 0.5}, -- NodeBox26
{0, -0.25, 0.4375, 0.125, -0.125, 0.5}, -- NodeBox27
{-0.0625, -0.1875, 0.4375, 0.0625, -0.0625, 0.5}, -- NodeBox28
{-0.125, -0.125, 0.4375, -1.49012e-008, 7.45058e-009, 0.5}, -- NodeBox29
{-0.1875, -0.0625, 0.4375, -0.0625001, 0.0625, 0.5}, -- NodeBox30
{-0.25, 0, 0.4375, -0.125, 0.125, 0.5}, -- NodeBox31
{-0.3125, 0.125, 0.4375, -0.1875, 0.3125, 0.5}, -- NodeBox32
{-0.375, 0.1875, 0.4375, -0.25, 0.5, 0.5}, -- NodeBox33
{0.3125, -0.25, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox34
{0.125, -0.1875, 0.3125, 0.3125, 0.5, 0.5}, -- NodeBox35
{0.0625, -0.125, 0.3125, 0.125, 0.5, 0.5}, -- NodeBox36
{-0.0625, -0.0625, 0.3125, 0.0625, 0.5, 0.5}, -- NodeBox37
{-0.125, 0.0625, 0.3125, -0.0625, 0.5, 0.5}, -- NodeBox38
{-0.1875, 0.125, 0.3125, -0.125, 0.5, 0.5}, -- NodeBox39
{-0.25, 0.3125, 0.3125, -0.1875, 0.5, 0.5}, -- NodeBox40
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler6", {
description = "Boiler6",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler6.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.375, 0.4375, -0.25, -0.25, 0.5}, -- NodeBox25
{-0.3125, -0.3125, 0.4375, -0.125, -0.1875, 0.5}, -- NodeBox26
{-0.125, -0.25, 0.4375, -0, -0.125, 0.5}, -- NodeBox27
{-0.0625, -0.1875, 0.4375, 0.0625, -0.0625, 0.5}, -- NodeBox28
{1.49012e-008, -0.125, 0.4375, 0.125, 7.45058e-009, 0.5}, -- NodeBox29
{0.0625001, -0.0625, 0.4375, 0.1875, 0.0625, 0.5}, -- NodeBox30
{0.125, 0, 0.4375, 0.25, 0.125, 0.5}, -- NodeBox31
{0.1875, 0.125, 0.4375, 0.3125, 0.3125, 0.5}, -- NodeBox32
{0.25, 0.1875, 0.4375, 0.375, 0.5, 0.5}, -- NodeBox33
{-0.5, -0.25, 0.3125, -0.3125, 0.5, 0.5}, -- NodeBox34
{-0.3125, -0.1875, 0.3125, -0.125, 0.5, 0.5}, -- NodeBox35
{-0.125, -0.125, 0.3125, -0.0625, 0.5, 0.5}, -- NodeBox36
{-0.0625, -0.0625, 0.3125, 0.0625, 0.5, 0.5}, -- NodeBox37
{0.0625, 0.0625, 0.3125, 0.125, 0.5, 0.5}, -- NodeBox38
{0.125, 0.125, 0.3125, 0.1875, 0.5, 0.5}, -- NodeBox39
{0.1875, 0.3125, 0.3125, 0.25, 0.5, 0.5}, -- NodeBox40
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler7", {
description = "Boiler7",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler7.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.25, 0.25, 0.4375, 0.5, 0.375, 0.5}, -- NodeBox25
{0.125, 0.1875, 0.4375, 0.3125, 0.3125, 0.5}, -- NodeBox26
{0, 0.125, 0.4375, 0.125, 0.25, 0.5}, -- NodeBox27
{-0.0625, 0.0625, 0.4375, 0.0625, 0.1875, 0.5}, -- NodeBox28
{-0.125, -7.45058e-009, 0.4375, -1.49012e-008, 0.125, 0.5}, -- NodeBox29
{-0.1875, -0.0625, 0.4375, -0.0625001, 0.0625, 0.5}, -- NodeBox30
{-0.25, -0.125, 0.4375, -0.125, -0, 0.5}, -- NodeBox31
{-0.3125, -0.3125, 0.4375, -0.1875, -0.125, 0.5}, -- NodeBox32
{-0.375, -0.5, 0.4375, -0.25, -0.1875, 0.5}, -- NodeBox33
{0.3125, -0.5, 0.3125, 0.5, 0.25, 0.5}, -- NodeBox34
{0.125, -0.5, 0.3125, 0.3125, 0.1875, 0.5}, -- NodeBox35
{0.0625, -0.5, 0.3125, 0.125, 0.125, 0.5}, -- NodeBox36
{-0.0625, -0.5, 0.3125, 0.0625, 0.0625, 0.5}, -- NodeBox37
{-0.125, -0.5, 0.3125, -0.0625, -0.0625, 0.5}, -- NodeBox38
{-0.1875, -0.5, 0.3125, -0.125, -0.125, 0.5}, -- NodeBox39
{-0.25, -0.5, 0.3125, -0.1875, -0.3125, 0.5}, -- NodeBox40
{-0.5, 0.375, 0.3125, -0.4375, 0.5, 0.5}, -- NodeBox41
{-0.4375, 0.3125, 0.4375, -0.3125, 0.5, 0.5}, -- NodeBox42
{-0.5, 0.1875, 0.4375, -0.375, 0.375, 0.5}, -- NodeBox43
{-0.5, 0.0625, 0.4375, -0.4375, 0.1875, 0.5}, -- NodeBox44
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler8", {
description = "Boiler8",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler8.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0.25, 0.4375, -0.25, 0.375, 0.5}, -- NodeBox25
{-0.3125, 0.1875, 0.4375, -0.125, 0.3125, 0.5}, -- NodeBox26
{-0.125, 0.125, 0.4375, -0, 0.25, 0.5}, -- NodeBox27
{-0.0625, 0.0625, 0.4375, 0.0625, 0.1875, 0.5}, -- NodeBox28
{1.49012e-008, -7.45058e-009, 0.4375, 0.125, 0.125, 0.5}, -- NodeBox29
{0.0625001, -0.0625, 0.4375, 0.1875, 0.0625, 0.5}, -- NodeBox30
{0.125, -0.125, 0.4375, 0.25, -0, 0.5}, -- NodeBox31
{0.1875, -0.3125, 0.4375, 0.3125, -0.125, 0.5}, -- NodeBox32
{0.25, -0.5, 0.4375, 0.375, -0.1875, 0.5}, -- NodeBox33
{-0.5, -0.5, 0.3125, -0.3125, 0.25, 0.5}, -- NodeBox34
{-0.3125, -0.5, 0.3125, -0.125, 0.1875, 0.5}, -- NodeBox35
{-0.125, -0.5, 0.3125, -0.0625, 0.125, 0.5}, -- NodeBox36
{-0.0625, -0.5, 0.3125, 0.0625, 0.0625, 0.5}, -- NodeBox37
{0.0625, -0.5, 0.3125, 0.125, -0.0625, 0.5}, -- NodeBox38
{0.125, -0.5, 0.3125, 0.1875, -0.125, 0.5}, -- NodeBox39
{0.1875, -0.5, 0.3125, 0.25, -0.3125, 0.5}, -- NodeBox40
{0.4375, 0.375, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox41
{0.3125, 0.3125, 0.4375, 0.4375, 0.5, 0.5}, -- NodeBox42
{0.375, 0.1875, 0.4375, 0.5, 0.375, 0.5}, -- NodeBox43
{0.4375, 0.0625, 0.4375, 0.5, 0.1875, 0.5}, -- NodeBox44
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler9", {
description = "Boiler9",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler9.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.3125, 0.4375, 0.0625, -0.1875, 0.5}, -- NodeBox45
{-0.5, -0.1875, 0.4375, -0.4375, -0.125, 0.5}, -- NodeBox46
{0, -0.25, 0.4375, 0.1875, -0.125, 0.5}, -- NodeBox47
{0.1875, -0.1875, 0.4375, 0.3125, -0.0625, 0.5}, -- NodeBox48
{0.25, -0.125, 0.4375, 0.375, 0, 0.5}, -- NodeBox49
{0.3125, -0.0625, 0.4375, 0.4375, 0.0625, 0.5}, -- NodeBox50
{0.375, 0, 0.4375, 0.5, 0.125, 0.5}, -- NodeBox51
{0.4375, 0.125, 0.4375, 0.5, 0.1875, 0.5}, -- NodeBox52
{-0.5, -0.125, 0.3125, -0.4375, 0.5, 0.5}, -- NodeBox53
{-0.4375, -0.1875, 0.3125, 0, 0.5, 0.5}, -- NodeBox54
{0, -0.125, 0.3125, 0.1875, 0.5, 0.5}, -- NodeBox55
{0.1875, -0.0625, 0.3125, 0.25, 0.5, 0.5}, -- NodeBox56
{0.25, 0, 0.3125, 0.3125, 0.5, 0.5}, -- NodeBox57
{0.3125, 0.0625, 0.3125, 0.375, 0.5, 0.5}, -- NodeBox58
{0.375, 0.125, 0.3125, 0.4375, 0.5, 0.5}, -- NodeBox59
{0.4375, 0.1875, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox60
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler10", {
description = "Boiler10",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler10.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.0625, -0.3125, 0.4375, 0.5, -0.1875, 0.5}, -- NodeBox45
{0.4375, -0.1875, 0.4375, 0.5, -0.125, 0.5}, -- NodeBox46
{-0.1875, -0.25, 0.4375, -0, -0.125, 0.5}, -- NodeBox47
{-0.3125, -0.1875, 0.4375, -0.1875, -0.0625, 0.5}, -- NodeBox48
{-0.375, -0.125, 0.4375, -0.25, 0, 0.5}, -- NodeBox49
{-0.4375, -0.0625, 0.4375, -0.3125, 0.0625, 0.5}, -- NodeBox50
{-0.5, 0, 0.4375, -0.375, 0.125, 0.5}, -- NodeBox51
{-0.5, 0.125, 0.4375, -0.4375, 0.1875, 0.5}, -- NodeBox52
{0.4375, -0.125, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox53
{-0, -0.1875, 0.3125, 0.4375, 0.5, 0.5}, -- NodeBox54
{-0.1875, -0.125, 0.3125, -0, 0.5, 0.5}, -- NodeBox55
{-0.25, -0.0625, 0.3125, -0.1875, 0.5, 0.5}, -- NodeBox56
{-0.3125, 0, 0.3125, -0.25, 0.5, 0.5}, -- NodeBox57
{-0.375, 0.0625, 0.3125, -0.3125, 0.5, 0.5}, -- NodeBox58
{-0.4375, 0.125, 0.3125, -0.375, 0.5, 0.5}, -- NodeBox59
{-0.5, 0.1875, 0.3125, -0.4375, 0.5, 0.5}, -- NodeBox60
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler11", {
description = "Boiler11",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler11.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0.1875, 0.4375, 0.0625, 0.3125, 0.5}, -- NodeBox45
{-0.5, 0.125, 0.4375, -0.4375, 0.1875, 0.5}, -- NodeBox46
{0, 0.125, 0.4375, 0.1875, 0.25, 0.5}, -- NodeBox47
{0.1875, 0.0625, 0.4375, 0.3125, 0.1875, 0.5}, -- NodeBox48
{0.25, -0, 0.4375, 0.375, 0.125, 0.5}, -- NodeBox49
{0.3125, -0.0625, 0.4375, 0.4375, 0.0625, 0.5}, -- NodeBox50
{0.375, -0.125, 0.4375, 0.5, -0, 0.5}, -- NodeBox51
{0.4375, -0.1875, 0.4375, 0.5, -0.125, 0.5}, -- NodeBox52
{-0.5, -0.5, 0.3125, -0.4375, 0.125, 0.5}, -- NodeBox53
{-0.4375, -0.5, 0.3125, 0, 0.1875, 0.5}, -- NodeBox54
{0, -0.5, 0.3125, 0.1875, 0.125, 0.5}, -- NodeBox55
{0.1875, -0.5, 0.3125, 0.25, 0.0625, 0.5}, -- NodeBox56
{0.25, -0.5, 0.3125, 0.3125, -0, 0.5}, -- NodeBox57
{0.3125, -0.5, 0.3125, 0.375, -0.0625, 0.5}, -- NodeBox58
{0.375, -0.5, 0.3125, 0.4375, -0.125, 0.5}, -- NodeBox59
{0.4375, -0.5, 0.3125, 0.5, -0.1875, 0.5}, -- NodeBox60
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler12", {
description = "Boiler12",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler12.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.0625, 0.1875, 0.4375, 0.5, 0.3125, 0.5}, -- NodeBox45
{0.4375, 0.125, 0.4375, 0.5, 0.1875, 0.5}, -- NodeBox46
{-0.1875, 0.125, 0.4375, -0, 0.25, 0.5}, -- NodeBox47
{-0.3125, 0.0625, 0.4375, -0.1875, 0.1875, 0.5}, -- NodeBox48
{-0.375, -0, 0.4375, -0.25, 0.125, 0.5}, -- NodeBox49
{-0.4375, -0.0625, 0.4375, -0.3125, 0.0625, 0.5}, -- NodeBox50
{-0.5, -0.125, 0.4375, -0.375, -0, 0.5}, -- NodeBox51
{-0.5, -0.1875, 0.4375, -0.4375, -0.125, 0.5}, -- NodeBox52
{0.4375, -0.5, 0.3125, 0.5, 0.125, 0.5}, -- NodeBox53
{-0, -0.5, 0.3125, 0.4375, 0.1875, 0.5}, -- NodeBox54
{-0.1875, -0.5, 0.3125, -0, 0.125, 0.5}, -- NodeBox55
{-0.25, -0.5, 0.3125, -0.1875, 0.0625, 0.5}, -- NodeBox56
{-0.3125, -0.5, 0.3125, -0.25, -0, 0.5}, -- NodeBox57
{-0.375, -0.5, 0.3125, -0.3125, -0.0625, 0.5}, -- NodeBox58
{-0.4375, -0.5, 0.3125, -0.375, -0.125, 0.5}, -- NodeBox59
{-0.5, -0.5, 0.3125, -0.4375, -0.1875, 0.5}, -- NodeBox60
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler13", {
description = "Boiler13",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler13.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.375, -0.25, 0.4375, 0.5, -0.125, 0.5}, -- NodeBox63
{0.25, -0.1875, 0.4375, 0.375, -0.0625, 0.5}, -- NodeBox64
{0.1875, -0.125, 0.4375, 0.3125, 0, 0.5}, -- NodeBox66
{0.125, -0.0625, 0.4375, 0.25, 0.0625, 0.5}, -- NodeBox67
{0.0625, 0, 0.4375, 0.1875, 0.125, 0.5}, -- NodeBox68
{0, 0.0625, 0.4375, 0.125, 0.1875, 0.5}, -- NodeBox69
{-0.0625, 0.1875, 0.4375, 0.0625, 0.375, 0.5}, -- NodeBox70
{-0.125, 0.3125, 0.4375, 0, 0.5, 0.5}, -- NodeBox71
{0.375, -0.125, 0.3125, 0.5, 0.5, 0.5}, -- NodeBox72
{0.3125, -0.0625, 0.3125, 0.375, 0.5, 0.5}, -- NodeBox73
{0.25, 0, 0.3125, 0.3125, 0.5, 0.5}, -- NodeBox74
{0.1875, 0.0625, 0.3125, 0.25, 0.5, 0.5}, -- NodeBox75
{0.125, 0.125, 0.3125, 0.1875, 0.5, 0.5}, -- NodeBox76
{0.0625, 0.1875, 0.3125, 0.125, 0.5, 0.5}, -- NodeBox77
{0, 0.375, 0.3125, 0.0625, 0.5, 0.5}, -- NodeBox78
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler14", {
description = "Boiler14",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler14.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.25, 0.4375, -0.375, -0.125, 0.5}, -- NodeBox63
{-0.375, -0.1875, 0.4375, -0.25, -0.0625, 0.5}, -- NodeBox64
{-0.3125, -0.125, 0.4375, -0.1875, 0, 0.5}, -- NodeBox66
{-0.25, -0.0625, 0.4375, -0.125, 0.0625, 0.5}, -- NodeBox67
{-0.1875, 0, 0.4375, -0.0625, 0.125, 0.5}, -- NodeBox68
{-0.125, 0.0625, 0.4375, -0, 0.1875, 0.5}, -- NodeBox69
{-0.0625, 0.1875, 0.4375, 0.0625, 0.375, 0.5}, -- NodeBox70
{-0, 0.3125, 0.4375, 0.125, 0.5, 0.5}, -- NodeBox71
{-0.5, -0.125, 0.3125, -0.375, 0.5, 0.5}, -- NodeBox72
{-0.375, -0.0625, 0.3125, -0.3125, 0.5, 0.5}, -- NodeBox73
{-0.3125, 0, 0.3125, -0.25, 0.5, 0.5}, -- NodeBox74
{-0.25, 0.0625, 0.3125, -0.1875, 0.5, 0.5}, -- NodeBox75
{-0.1875, 0.125, 0.3125, -0.125, 0.5, 0.5}, -- NodeBox76
{-0.125, 0.1875, 0.3125, -0.0625, 0.5, 0.5}, -- NodeBox77
{-0.0625, 0.375, 0.3125, -0, 0.5, 0.5}, -- NodeBox78
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler15", {
description = "Boiler15",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler15.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.375, 0.125, 0.4375, 0.5, 0.25, 0.5}, -- NodeBox63
{0.25, 0.0625, 0.4375, 0.375, 0.1875, 0.5}, -- NodeBox64
{0.1875, -0, 0.4375, 0.3125, 0.125, 0.5}, -- NodeBox66
{0.125, -0.0625, 0.4375, 0.25, 0.0625, 0.5}, -- NodeBox67
{0.0625, -0.125, 0.4375, 0.1875, -0, 0.5}, -- NodeBox68
{0, -0.1875, 0.4375, 0.125, -0.0625, 0.5}, -- NodeBox69
{-0.0625, -0.375, 0.4375, 0.0625, -0.1875, 0.5}, -- NodeBox70
{-0.125, -0.5, 0.4375, 0, -0.3125, 0.5}, -- NodeBox71
{0.375, -0.5, 0.3125, 0.5, 0.125, 0.5}, -- NodeBox72
{0.3125, -0.5, 0.3125, 0.375, 0.0625, 0.5}, -- NodeBox73
{0.25, -0.5, 0.3125, 0.3125, -0, 0.5}, -- NodeBox74
{0.1875, -0.5, 0.3125, 0.25, -0.0625, 0.5}, -- NodeBox75
{0.125, -0.5, 0.3125, 0.1875, -0.125, 0.5}, -- NodeBox76
{0.0625, -0.5, 0.3125, 0.125, -0.1875, 0.5}, -- NodeBox77
{0, -0.5, 0.3125, 0.0625, -0.375, 0.5}, -- NodeBox78
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler16", {
description = "Boiler16",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler16.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0.125, 0.4375, -0.375, 0.25, 0.5}, -- NodeBox63
{-0.375, 0.0625, 0.4375, -0.25, 0.1875, 0.5}, -- NodeBox64
{-0.3125, -0, 0.4375, -0.1875, 0.125, 0.5}, -- NodeBox66
{-0.25, -0.0625, 0.4375, -0.125, 0.0625, 0.5}, -- NodeBox67
{-0.1875, -0.125, 0.4375, -0.0625, -0, 0.5}, -- NodeBox68
{-0.125, -0.1875, 0.4375, -0, -0.0625, 0.5}, -- NodeBox69
{-0.0625, -0.375, 0.4375, 0.0625, -0.1875, 0.5}, -- NodeBox70
{-0, -0.5, 0.4375, 0.125, -0.3125, 0.5}, -- NodeBox71
{-0.5, -0.5, 0.3125, -0.375, 0.125, 0.5}, -- NodeBox72
{-0.375, -0.5, 0.3125, -0.3125, 0.0625, 0.5}, -- NodeBox73
{-0.3125, -0.5, 0.3125, -0.25, -0, 0.5}, -- NodeBox74
{-0.25, -0.5, 0.3125, -0.1875, -0.0625, 0.5}, -- NodeBox75
{-0.1875, -0.5, 0.3125, -0.125, -0.125, 0.5}, -- NodeBox76
{-0.125, -0.5, 0.3125, -0.0625, -0.1875, 0.5}, -- NodeBox77
{-0.0625, -0.5, 0.3125, -0, -0.375, 0.5}, -- NodeBox78
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler17", {
description = "Boiler17",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler17.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.4375, -0.5, 0.4375, -0.3125, -0.375, 0.5}, -- NodeBox79
{-0.5, -0.375, 0.4375, -0.375, -0.1875, 0.5}, -- NodeBox80
{-0.5, -0.1875, 0.4375, -0.4375, -0.0625, 0.5}, -- NodeBox81
{-0.5, -0.5, 0.3125, -0.4375, -0.375, 0.5}, -- NodeBox82
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler18", {
description = "Boiler18",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler_side.png",
"boiler18.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.3125, -0.5, 0.4375, 0.4375, -0.375, 0.5}, -- NodeBox79
{0.375, -0.375, 0.4375, 0.5, -0.1875, 0.5}, -- NodeBox80
{0.4375, -0.1875, 0.4375, 0.5, -0.0625, 0.5}, -- NodeBox81
{0.4375, -0.5, 0.3125, 0.5, -0.375, 0.5}, -- NodeBox82
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_ladder", {
description = "Boiler Ladder",
sunlight_propagates = true,
paramtype = "light",
climbable = true,
use_texture_alpha = true,
tiles = {"boiler.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.4375, -0.5, 0.375, -0.3125, 0.5, 0.5}, -- NodeBox1
{0.3125, -0.5, 0.375, 0.4375, 0.5, 0.5}, -- NodeBox2
{-0.3125, -0.5, 0.4375, 0.3125, -0.4375, 0.5}, -- NodeBox3
{-0.3125, 0, 0.4375, 0.3125, 0.0625, 0.5}, -- NodeBox4
{-0.3125, -0.25, 0.4375, 0.3125, -0.1875, 0.5}, -- NodeBox5
{-0.3125, 0.25, 0.4375, 0.3125, 0.3125, 0.5}, -- NodeBox6
{-0.4375, 0, 0, -0.375, 0.0625, 0.375}, -- NodeBox7
{-0.4375, -0.5, -0.0625, -0.375, 0.5, 0}, -- NodeBox8
{0.375, 0, 0, 0.4375, 0.0625, 0.375}, -- NodeBox9
{0.375, -0.5, -0.0625, 0.4375, 0.5, -1.86265e-008}, -- NodeBox10
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_ladder2", {
description = "Boiler Ladder2",
sunlight_propagates = true,
paramtype = "light",
climbable = true,
use_texture_alpha = true,
tiles = {"boiler.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.4375, -0.5, 0.375, -0.3125, 0.5, 0.5}, -- NodeBox1
{0.3125, -0.5, 0.375, 0.4375, 0.5, 0.5}, -- NodeBox2
{-0.3125, 0.4375, 0.4375, 0.3125, 0.5, 0.5}, -- NodeBox14
{-0.3125, 0.1875, 0.4375, 0.3125, 0.25, 0.5}, -- NodeBox15
{-0.3125, -0.0625, 0.4375, 0.3125, 3.1665e-008, 0.5}, -- NodeBox16
{-0.3125, -0.3125, 0.4375, 0.3125, -0.25, 0.5}, -- NodeBox17
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_boden", {
description = "Boiler Boden",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.3125, 0.5, -0.375, 0.4375}, -- NodeBox16
{-0.5, -0.5, -0.4375, 0.5, -0.375, -0.3125}, -- NodeBox17
{0.4375, -0.5, -0.3125, 0.5, -0.4375, 0.3125}, -- NodeBox18
{0.1875, -0.5, -0.3125, 0.25, -0.4375, 0.5}, -- NodeBox19
{-0.0625, -0.5, -0.3125, 4.28408e-008, -0.4375, 0.3125}, -- NodeBox20
{-0.3125, -0.5, -0.3125, -0.25, -0.4375, 0.5}, -- NodeBox21
{0, -0.5, -0.4375, 0.0625, 0.5, -0.375}, -- NodeBox22
{-0.5, 0.4375, -0.4375, 0.5, 0.5, -0.375}, -- NodeBox23
{-0.25, -0.5, 0.4375, -0.1875, -0.4375, 0.5}, -- NodeBox24
{0.25, -0.5, 0.4375, 0.3125, -0.4375, 0.5}, -- NodeBox25
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_boden2", {
description = "Boiler Boden2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.375, -0.5, -0.4375, 0.5, -0.375, -0.3125}, -- NodeBox1
{0.375, -0.5, 0.3125, 0.5, -0.375, 0.4375}, -- NodeBox2
{-0.3125, -0.5, -0.4375, 0.375, -0.375, -0.375}, -- NodeBox3
{-0.3125, -0.5, 0.375, 0.5, -0.375, 0.4375}, -- NodeBox4
{-0.375, -0.5, -0.3125, -0.3125, -0.4375, 0.3125}, -- NodeBox6
{-0.5, -0.5, -0.4375, -0.3125, -0.375, -0.3125}, -- NodeBox7
{-0.5, -0.5, 0.3125, -0.3125, -0.375, 0.4375}, -- NodeBox8
{0.4375, -0.5, -0.3125, 0.5, -0.4375, 0.3125}, -- NodeBox9
{-0.0625, -0.5, -0.4375, -0, 0.5, -0.375}, -- NodeBox10
{-0.5, 0.4375, -0.4375, 0.5, 0.5, -0.375}, -- NodeBox11
{0.1875, -0.5, 0.4375, 0.3125, -0.4375, 0.5}, -- NodeBox12
{-0.3125, -0.5, 0.4375, -0.1875, -0.4375, 0.5}, -- NodeBox13
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_ladder3", {
description = "Boiler Ladder3",
sunlight_propagates = true,
paramtype = "light",
climbable = true,
use_texture_alpha = true,
tiles = {"boiler.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.4375, -0.5, 0.375, -0.3125, 0.5, 0.5}, -- NodeBox18
{0.3125, -0.5, 0.375, 0.4375, 0.5, 0.5}, -- NodeBox19
{-0.3125, 0.4375, 0.4375, 0.3125, 0.5, 0.5}, -- NodeBox14
{-0.3125, 0.1875, 0.4375, 0.3125, 0.25, 0.5}, -- NodeBox15
{-0.3125, -0.0625, 0.4375, 0.3125, 3.1665e-008, 0.5}, -- NodeBox16
{-0.3125, -0.3125, 0.4375, 0.3125, -0.25, 0.5}, -- NodeBox17
{0.375, -0.5, -0.4375, 0.5, -0.375, -0.3125}, -- NodeBox1
{0.375, -0.5, 0.3125, 0.5, -0.375, 0.4375}, -- NodeBox2
{-0.3125, -0.5, -0.4375, 0.375, -0.375, -0.375}, -- NodeBox3
{-0.3125, -0.5, 0.375, 0.5, -0.375, 0.4375}, -- NodeBox4
{-0.375, -0.5, -0.3125, -0.3125, -0.4375, 0.3125}, -- NodeBox6
{-0.5, -0.5, -0.4375, -0.3125, -0.375, -0.3125}, -- NodeBox7
{-0.5, -0.5, 0.3125, -0.3125, -0.375, 0.4375}, -- NodeBox8
{0.4375, -0.5, -0.3125, 0.5, -0.4375, 0.3125}, -- NodeBox9
{-0.0625, -0.5, -0.4375, -0, 0.5, -0.375}, -- NodeBox10
{-0.5, 0.4375, -0.4375, 0.5, 0.5, -0.375}, -- NodeBox11
{0.1875, -0.5, 0.4375, 0.3125, -0.4375, 0.5}, -- NodeBox12
{-0.3125, -0.5, 0.4375, -0.1875, -0.4375, 0.5}, -- NodeBox13
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_uptake1", {
description = "Boiler Uptake1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.375, 0.125, -0.0625, -0.125, 0.5, 0.5}, -- NodeBox1
{-0.125, 0.1875, -0.0625, 0, 0.5, 0.5}, -- NodeBox2
{0, 0.25, -0.0625, 0.0625, 0.5, 0.5}, -- NodeBox3
{0.0625, 0.3125, -0.0625, 0.125, 0.5, 0.5}, -- NodeBox4
{0.125, 0.375, -0.0625, 0.25, 0.5, 0.5}, -- NodeBox5
{0.25, 0.4375, -0.0625, 0.5, 0.5, 0.5}, -- NodeBox6
{0.4375, 0.375, 0, 0.5, 0.4375, 0.5}, -- NodeBox7
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_uptake2", {
description = "Boiler Uptake2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0.375, -0.0625, -0.4375, 0.5, 0.5}, -- NodeBox8
{-0.4375, 0.3125, -0.0625, -0.375, 0.5, 0.5}, -- NodeBox9
{-0.375, 0.25, -0.0625, -0.3125, 0.5, 0.5}, -- NodeBox10
{-0.3125, 0.1875, -0.0625, -0.1875, 0.5, 0.5}, -- NodeBox11
{-0.1875, 0.125, -0.0625, 0, 0.5, 0.5}, -- NodeBox12
{0, -0.3125, -0.0625, 0.5, 0.5, 0.5}, -- NodeBox13
{0.0625, -0.4375, -0.0625, 0.1875, -0.3125, 0.5}, -- NodeBox14
{0.1875, -0.5, -0.0625, 0.5, -0.3125, 0.5}, -- NodeBox15
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_uptake3", {
description = "Boiler Uptake3",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake3.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.4375, 0.375, -0.0625, 0.5, 0.5, 0.5}, -- NodeBox8
{0.375, 0.3125, -0.0625, 0.4375, 0.5, 0.5}, -- NodeBox9
{0.3125, 0.25, -0.0625, 0.375, 0.5, 0.5}, -- NodeBox10
{0.1875, 0.1875, -0.0625, 0.3125, 0.5, 0.5}, -- NodeBox11
{-0, 0.125, -0.0625, 0.1875, 0.5, 0.5}, -- NodeBox12
{-0.5, -0.3125, -0.0625, -0, 0.5, 0.5}, -- NodeBox13
{-0.1875, -0.4375, -0.0625, -0.0625, -0.3125, 0.5}, -- NodeBox14
{-0.5, -0.5, -0.0625, -0.1875, -0.3125, 0.5}, -- NodeBox15
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_uptake4", {
description = "Boiler Uptake4",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake4.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.125, 0.125, -0.0625, 0.375, 0.5, 0.5}, -- NodeBox1
{-0, 0.1875, -0.0625, 0.125, 0.5, 0.5}, -- NodeBox2
{-0.0625, 0.25, -0.0625, -0, 0.5, 0.5}, -- NodeBox3
{-0.125, 0.3125, -0.0625, -0.0625, 0.5, 0.5}, -- NodeBox4
{-0.25, 0.375, -0.0625, -0.125, 0.5, 0.5}, -- NodeBox5
{-0.5, 0.4375, -0.0625, -0.25, 0.5, 0.5}, -- NodeBox6
{-0.5, 0.375, 0, -0.4375, 0.4375, 0.5}, -- NodeBox7
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_uptake5", {
description = "Boiler Uptake5",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake5.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.375, -0.5, -0.0625, 0.5, 0.5, 0.5}, -- NodeBox8
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_uptake6", {
description = "Boiler Uptake6",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake6.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.0625, 0.5, 0.5, 0.5}, -- NodeBox8
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_uptake7", {
description = "Boiler Uptake7",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake7.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.0625, 0.5, 0.5, 0.5}, -- NodeBox8
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boiler_uptake8", {
description = "Boiler Uptake8",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake.png",
"boiler_uptake8.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.0625, 0.375, 0.5, 0.5}, -- NodeBox8
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door1", {
description = "Watertight Door1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.375, 0.5, 0.5, 0.5}, -- NodeBox18
{-0.5, -0.5, 0.3125, 0.4375, -0.4375, 0.375}, -- NodeBox19
{-0.5, -0.25, 0.3125, 0.4375, -0.1875, 0.375}, -- NodeBox20
{-0.5, 0, 0.3125, 0.4375, 0.0625, 0.375}, -- NodeBox21
{-0.5, 0.25, 0.3125, 0.4375, 0.3125, 0.375}, -- NodeBox22
{0.375, -0.5, 0.28125, 0.4375, 0.5, 0.375}, -- NodeBox23
{0.4375, -0.5, 0.34375, 0.5, -0.46875, 0.375}, -- NodeBox24
{0.4375, -0.4375, 0.34375, 0.5, -0.40625, 0.375}, -- NodeBox25
{0.4375, -0.375, 0.34375, 0.5, -0.34375, 0.375}, -- NodeBox26
{0.4375, -0.3125, 0.34375, 0.5, -0.28125, 0.375}, -- NodeBox27
{0.4375, -0.25, 0.34375, 0.5, -0.21875, 0.375}, -- NodeBox28
{0.4375, -0.1875, 0.34375, 0.5, -0.15625, 0.375}, -- NodeBox29
{0.4375, -0.125, 0.34375, 0.5, -0.09375, 0.375}, -- NodeBox30
{0.4375, -0.0625, 0.34375, 0.5, -0.03125, 0.375}, -- NodeBox31
{0.4375, 0, 0.34375, 0.5, 0.03125, 0.375}, -- NodeBox32
{0.4375, 0.0625, 0.34375, 0.5, 0.09375, 0.375}, -- NodeBox33
{0.4375, 0.125, 0.34375, 0.5, 0.15625, 0.375}, -- NodeBox34
{0.4375, 0.1875, 0.34375, 0.5, 0.21875, 0.375}, -- NodeBox35
{0.4375, 0.25, 0.34375, 0.5, 0.28125, 0.375}, -- NodeBox36
{0.4375, 0.3125, 0.34375, 0.5, 0.34375, 0.375}, -- NodeBox37
{0.375, 0.375, 0.34375, 0.5, 0.40625, 0.375}, -- NodeBox38
{0.4375, 0.4375, 0.34375, 0.5, 0.46875, 0.375}, -- NodeBox39
{-0.5, -0.5, 0.1875, -0.4375, 0.5, 0.25}, -- NodeBox40
{-0.5, 0.4375, 0.1875, 0.5, 0.5, 0.25}, -- NodeBox41
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door2", {
description = "Watertight Door2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.375, 0.5, 0.5, 0.5}, -- NodeBox18
{-0.4375, -0.5, 0.3125, 0.5, -0.4375, 0.375}, -- NodeBox19
{-0.4375, -0.25, 0.3125, 0.5, -0.1875, 0.375}, -- NodeBox20
{-0.4375, 0, 0.3125, 0.5, 0.0625, 0.375}, -- NodeBox21
{-0.4375, 0.25, 0.3125, 0.5, 0.3125, 0.375}, -- NodeBox22
{-0.4375, -0.5, 0.28125, -0.375, 0.5, 0.375}, -- NodeBox23
{-0.5, -0.5, 0.34375, -0.4375, -0.46875, 0.375}, -- NodeBox24
{-0.5, -0.4375, 0.34375, -0.4375, -0.40625, 0.375}, -- NodeBox25
{-0.5, -0.375, 0.34375, -0.4375, -0.34375, 0.375}, -- NodeBox26
{-0.5, -0.3125, 0.34375, -0.4375, -0.28125, 0.375}, -- NodeBox27
{-0.5, -0.25, 0.34375, -0.4375, -0.21875, 0.375}, -- NodeBox28
{-0.5, -0.1875, 0.34375, -0.4375, -0.15625, 0.375}, -- NodeBox29
{-0.5, -0.125, 0.34375, -0.4375, -0.09375, 0.375}, -- NodeBox30
{-0.5, -0.0625, 0.34375, -0.4375, -0.03125, 0.375}, -- NodeBox31
{-0.5, 0, 0.34375, -0.4375, 0.03125, 0.375}, -- NodeBox32
{-0.5, 0.0625, 0.34375, -0.4375, 0.09375, 0.375}, -- NodeBox33
{-0.5, 0.125, 0.34375, -0.4375, 0.15625, 0.375}, -- NodeBox34
{-0.5, 0.1875, 0.34375, -0.4375, 0.21875, 0.375}, -- NodeBox35
{-0.5, 0.25, 0.34375, -0.4375, 0.28125, 0.375}, -- NodeBox36
{-0.5, 0.3125, 0.34375, -0.4375, 0.34375, 0.375}, -- NodeBox37
{-0.5, 0.375, 0.34375, -0.375, 0.40625, 0.375}, -- NodeBox38
{-0.5, 0.4375, 0.34375, -0.4375, 0.46875, 0.375}, -- NodeBox39
{0.4375, -0.5, 0.1875, 0.5, 0.5, 0.25}, -- NodeBox40
{-0.5, 0.4375, 0.1875, 0.5, 0.5, 0.25}, -- NodeBox41
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door3", {
description = "Watertight Door3",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.375, 0.5, 0.5, 0.5}, -- NodeBox18
{-0.5, -0.5, 0.3125, 0.4375, -0.4375, 0.375}, -- NodeBox19
{-0.5, -0.25, 0.3125, 0.4375, -0.1875, 0.375}, -- NodeBox20
{-0.5, 0, 0.3125, 0.4375, 0.0625, 0.375}, -- NodeBox21
{-0.5, 0.25, 0.3125, 0.4375, 0.3125, 0.375}, -- NodeBox22
{0.375, -0.5, 0.28125, 0.4375, 0.5, 0.375}, -- NodeBox23
{0.4375, -0.5, 0.34375, 0.5, -0.46875, 0.375}, -- NodeBox24
{0.4375, -0.4375, 0.34375, 0.5, -0.40625, 0.375}, -- NodeBox25
{0.4375, -0.375, 0.34375, 0.5, -0.34375, 0.375}, -- NodeBox26
{0.4375, -0.3125, 0.34375, 0.5, -0.28125, 0.375}, -- NodeBox27
{0.4375, -0.25, 0.34375, 0.5, -0.21875, 0.375}, -- NodeBox28
{0.4375, -0.1875, 0.34375, 0.5, -0.15625, 0.375}, -- NodeBox29
{0.4375, -0.125, 0.34375, 0.5, -0.09375, 0.375}, -- NodeBox30
{0.4375, -0.0625, 0.34375, 0.5, -0.03125, 0.375}, -- NodeBox31
{0.4375, 0, 0.34375, 0.5, 0.03125, 0.375}, -- NodeBox32
{0.4375, 0.0625, 0.34375, 0.5, 0.09375, 0.375}, -- NodeBox33
{0.4375, 0.125, 0.34375, 0.5, 0.15625, 0.375}, -- NodeBox34
{0.4375, 0.1875, 0.34375, 0.5, 0.21875, 0.375}, -- NodeBox35
{0.4375, 0.25, 0.34375, 0.5, 0.28125, 0.375}, -- NodeBox36
{0.4375, 0.3125, 0.34375, 0.5, 0.34375, 0.375}, -- NodeBox37
{0.375, 0.375, 0.34375, 0.5, 0.40625, 0.375}, -- NodeBox38
{0.4375, 0.4375, 0.34375, 0.5, 0.46875, 0.375}, -- NodeBox39
{-0.5, -0.5, 0.1875, -0.4375, 0.5, 0.25}, -- NodeBox40
{0.4375, -0.4375, 0, 0.5, -0.125, 0.3125}, -- NodeBox1
{0.4375, -0.5, 0.0625, 0.5, -0.0625, 0.25}, -- NodeBox2
{0.4375, -0.375, -0.0625, 0.5, -0.1875, 0.375}, -- NodeBox3
{0.3125, -0.375, 0, 0.4375, -0.1875, 0.3125}, -- NodeBox6
{0.3125, -0.4375, 0.0625, 0.4375, -0.125, 0.25}, -- NodeBox7
{-0.5, -0.3125, 0.125, 0.3125, -0.25, 0.1875}, -- NodeBox8
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door4", {
description = "Watertight Door4",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.375, 0.5, 0.5, 0.5}, -- NodeBox18
{-0.4375, -0.5, 0.3125, 0.5, -0.4375, 0.375}, -- NodeBox19
{-0.4375, -0.25, 0.3125, 0.5, -0.1875, 0.375}, -- NodeBox20
{-0.4375, 0, 0.3125, 0.5, 0.0625, 0.375}, -- NodeBox21
{-0.4375, 0.25, 0.3125, 0.5, 0.3125, 0.375}, -- NodeBox22
{-0.4375, -0.5, 0.28125, -0.375, 0.5, 0.375}, -- NodeBox23
{-0.5, -0.5, 0.34375, -0.4375, -0.46875, 0.375}, -- NodeBox24
{-0.5, -0.4375, 0.34375, -0.4375, -0.40625, 0.375}, -- NodeBox25
{-0.5, -0.375, 0.34375, -0.4375, -0.34375, 0.375}, -- NodeBox26
{-0.5, -0.3125, 0.34375, -0.4375, -0.28125, 0.375}, -- NodeBox27
{-0.5, -0.25, 0.34375, -0.4375, -0.21875, 0.375}, -- NodeBox28
{-0.5, -0.1875, 0.34375, -0.4375, -0.15625, 0.375}, -- NodeBox29
{-0.5, -0.125, 0.34375, -0.4375, -0.09375, 0.375}, -- NodeBox30
{-0.5, -0.0625, 0.34375, -0.4375, -0.03125, 0.375}, -- NodeBox31
{-0.5, 0, 0.34375, -0.4375, 0.03125, 0.375}, -- NodeBox32
{-0.5, 0.0625, 0.34375, -0.4375, 0.09375, 0.375}, -- NodeBox33
{-0.5, 0.125, 0.34375, -0.4375, 0.15625, 0.375}, -- NodeBox34
{-0.5, 0.1875, 0.34375, -0.4375, 0.21875, 0.375}, -- NodeBox35
{-0.5, 0.25, 0.34375, -0.4375, 0.28125, 0.375}, -- NodeBox36
{-0.5, 0.3125, 0.34375, -0.4375, 0.34375, 0.375}, -- NodeBox37
{-0.5, 0.375, 0.34375, -0.375, 0.40625, 0.375}, -- NodeBox38
{-0.5, 0.4375, 0.34375, -0.4375, 0.46875, 0.375}, -- NodeBox39
{0.4375, -0.5, 0.1875, 0.5, 0.5, 0.25}, -- NodeBox40
{-0.5, -0.4375, 0, -0.4375, -0.125, 0.3125}, -- NodeBox1
{-0.5, -0.5, 0.0625, -0.4375, -0.0625, 0.25}, -- NodeBox2
{-0.5, -0.375, -0.0625, -0.4375, -0.1875, 0.375}, -- NodeBox3
{-0.4375, -0.375, 0, -0.3125, -0.1875, 0.3125}, -- NodeBox6
{-0.4375, -0.4375, 0.0625, -0.3125, -0.125, 0.25}, -- NodeBox7
{-0.3125, -0.3125, 0.125, 0.5, -0.25, 0.1875}, -- NodeBox10
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door5", {
description = "Watertight Door5",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.375, -0.5, 0.1875, 0.5, 0.5, 0.25}, -- NodeBox1
{0.3125, -0.5, 0.25, 0.375, 0.5, 0.5}, -- NodeBox2
{-0.5, 0.4375, 0.4375, 0.25, 0.5, 0.5}, -- NodeBox14
{-0.1875, 0.0625, 0.4375, -0.125, 0.5, 0.5}, -- NodeBox4
{0.375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox5
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_doo6", {
description = "Watertight Door6",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.1875, -0.375, 0.5, 0.25}, -- NodeBox1
{-0.375, -0.5, 0.25, -0.3125, 0.5, 0.5}, -- NodeBox2
{-0.5, -0.5, 0.4375, -0.375, 0.5, 0.5}, -- NodeBox5
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door7", {
description = "Watertight Door7",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.375, -0.5, 0.1875, 0.5, 0.5, 0.25}, -- NodeBox1
{0.3125, -0.5, 0.25, 0.375, 0.5, 0.5}, -- NodeBox2
{0.375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox3
{0.375, -0.375, 0.0625, 0.5, -0.1875, 0.1875}, -- NodeBox7
{-0.125, -0.3125, 0.125, 0.5, -0.25, 0.1875}, -- NodeBox8
{0.125, -0.375, 0, 0.25, -0.1875, 0.3125}, -- NodeBox9
{0.125, -0.4375, 0.0625, 0.25, -0.125, 0.25}, -- NodeBox10
{0.0625, -0.375, 0.0625, 0.125, -0.1875, 0.25}, -- NodeBox11
{0.0625, -0.3125, 0.25, 0.125, -0.25, 0.5}, -- NodeBox12
{0.1875, -0.5, 0.4375, 0.25, 0.5, 0.5}, -- NodeBox13
{-0.5, -0.3125, 0.4375, 0.125, -0.25, 0.5}, -- NodeBox14
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door8", {
description = "Watertight Door8",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.1875, -0.375, 0.5, 0.25}, -- NodeBox1
{-0.375, -0.5, 0.25, -0.3125, 0.5, 0.5}, -- NodeBox2
{-0.5, -0.5, 0.4375, -0.375, 0.5, 0.5}, -- NodeBox3
{-0.5, -0.375, 0.0625, -0.375, -0.1875, 0.1875}, -- NodeBox7
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door9", {
description = "Watertight Door9",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.375, -0.5, 0.1875, 0.5, 0.5, 0.25}, -- NodeBox1
{0.3125, -0.5, 0.25, 0.375, 0.5, 0.5}, -- NodeBox2
{0.375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox3
{0.1875, -0.5, 0.4375, 0.25, 0.5, 0.5}, -- NodeBox13
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door10", {
description = "Watertight Door10",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.4375, -0.3125, 0.4375, 0.5, -0.25, 0.5}, -- NodeBox14
{-0.375, 0.0625, 0.125, -0.25, 0.5, 0.5}, -- NodeBox15
{-0.5, 0.0625, 0.25, -0.125, 0.5, 0.375}, -- NodeBox16
{-0.4375, 0.0625, 0.1875, -0.1875, 0.5, 0.4375}, -- NodeBox17
{-0.375, -0.5, 0.4375, -0.3125, -0.0625, 0.5}, -- NodeBox18
{0, -0.5, 0.4375, 0.0625, -0.0625, 0.5}, -- NodeBox19
{-0.125, -0.375, 0.4375, 0.1875, -0.1875, 0.5}, -- NodeBox20
{-0.0625, -0.4375, 0.4375, 0.125, -0.125, 0.5}, -- NodeBox21
{0, -0.3125, 0.375, 0.0625, -0.25, 0.4375}, -- NodeBox22
{-0.375, -0.125, 0.25, -0.3125, -0.0625, 0.4375}, -- NodeBox23
{-0.375, -0.0625, 0.25, -0.3125, 0.0625, 0.3125}, -- NodeBox24
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door11", {
description = "Watertight Door11",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.25, -0.5, 0.125, 0.375, -0.0625, 0.5}, -- NodeBox15
{0.125, -0.5, 0.25, 0.5, -0.0625, 0.375}, -- NodeBox16
{0.1875, -0.5, 0.1875, 0.4375, -0.0625, 0.4375}, -- NodeBox17
{0.3125, 0.0625, 0.4375, 0.375, 0.5, 0.5}, -- NodeBox18
{0.3125, 0.0625, 0.25, 0.375, 0.125, 0.4375}, -- NodeBox23
{0.3125, -0.0625, 0.25, 0.375, 0.0625, 0.3125}, -- NodeBox24
{-0.4375, 0.0625, 0.4375, -0.375, 0.5, 0.5}, -- NodeBox25
{-0.5, 0.375, 0.375, 0.5, 0.5, 0.5}, -- NodeBox26
{-0.25, 0.3125, 0.4375, 0.25, 0.375, 0.5}, -- NodeBox27
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:watertight_door12", {
description = "Watertight Door11",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"water_tight_door.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.375, -0.5, 0.4375, -0.3125, 0.5, 0.5}, -- NodeBox28
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:mast", {
description = "Mast",
sunlight_propagates = true,
climbable = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"mast.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.46875, 0.5, 0.5, 0.5}, -- NodeBox5
{-0.3125, -0.5, 0.375, 0.3125, -0.4375, 0.4375}, -- NodeBox6
{-0.0625, -0.5, 0.4375, 0.0625, -0.4375, 0.5}, -- NodeBox7
{-0.3125, -0.25, 0.375, 0.3125, -0.1875, 0.4375}, -- NodeBox8
{-0.0625, -0.25, 0.4375, 0.0625, -0.1875, 0.5}, -- NodeBox9
{-0.3125, 0, 0.375, 0.3125, 0.0625, 0.4375}, -- NodeBox10
{-0.0625, 0, 0.4375, 0.0625, 0.0625, 0.5}, -- NodeBox11
{-0.3125, 0.25, 0.375, 0.3125, 0.3125, 0.4375}, -- NodeBox12
{-0.0625, 0.25, 0.4375, 0.0625, 0.3125, 0.5}, -- NodeBox13
{-0.5, -0.5, -0.5, -0.46875, 0.5, 0.5}, -- NodeBox14
{0.46875, -0.5, -0.5, 0.5, 0.5, 0.5}, -- NodeBox15
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.46875}, -- NodeBox16
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:schiffsglocke", {
description = "Schiffsglocke",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"schiffsglocke.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.375, -0.5, -0.1875, 0.375, -0.375, 0.1875}, -- NodeBox18
{-0.1875, -0.5, -0.375, 0.1875, -0.375, 0.375}, -- NodeBox19
{-0.3125, -0.5, -0.3125, 0.3125, -0.375, 0.3125}, -- NodeBox21
{-0.125, -0.4375, -0.3125, 0.125, -0.25, 0.3125}, -- NodeBox23
{-0.3125, -0.5, -0.125, 0.3125, -0.25, 0.125}, -- NodeBox24
{-0.25, -0.5, -0.25, 0.25, -0.25, 0.25}, -- NodeBox25
{-0.125, -0.25, -0.25, 0.125, -0.125, 0.25}, -- NodeBox26
{-0.25, -0.25, -0.125, 0.25, -0.125, 0.125}, -- NodeBox27
{-0.1875, -0.125, -0.1875, 0.1875, -0.125, 0.1875}, -- NodeBox28
{-0.1875, -0.25, -0.1875, 0.1875, -0.125, 0.1875}, -- NodeBox29
{-0.125, -0.125, -0.1875, 0.125, 0.0625, 0.1875}, -- NodeBox30
{-0.1875, -0.125, -0.125, 0.1875, 0.0625, 0.125}, -- NodeBox31
{-0.125, 0.0625, -0.125, 0.125, 0.125, 0.125}, -- NodeBox32
{-0.0625, 0.125, -0.0625, 0.0625, 0.1875, 0.0625}, -- NodeBox33
{-0.1875, -0.5, -0.4375, 0.1875, -0.4375, 0.4375}, -- NodeBox34
{-0.4375, -0.5, -0.1875, 0.4375, -0.4375, 0.1875}, -- NodeBox35
{-0.3125, -0.5, -0.375, 0.3125, -0.4375, 0.375}, -- NodeBox36
{-0.375, -0.5, -0.3125, 0.375, -0.4375, 0.3125}, -- NodeBox37
{-0.0625, 0.1875, 0, 0, 0.4375, 0.0625}, -- NodeBox39
{-0.0625, 0.3125, 0, 1.30385e-008, 0.375, 0.5}, -- NodeBox40
{-0.1875, 0.3125, 0.4375, 0.125, 0.375, 0.5}, -- NodeBox41
{-0.0625, 0.125, 0.4375, 0, 0.5, 0.5}, -- NodeBox42
{-0.125, 0.1875, 0.4375, 0.0625, 0.4375, 0.5}, -- NodeBox43
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:2ndclass_library_floor", {
description = "2nd Class Library Floor",
tiles = {"2ndclass_library_floor.png",
"coral.png",},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:2ndclass_library_chair", {
description = "2nd Class Library Chair",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"2ndclass_library_sofa.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.3125, -0.1875, -0.3125, 0.375, 0.125, 0.3125}, -- NodeBox1
{-0.375, -0.1875, -0.3125, -0.3125, 0.125, 0.3125}, -- NodeBox2
{-0.375, -0.375, -0.3125, 0.375, -0.125, 0.3125}, -- NodeBox3
{-0.3125, -0.375, 0.25, 0.3125, 0.4375, 0.4375}, -- NodeBox4
{-0.3125, 0.4375, 0.3125, 0.3125, 0.5, 0.375}, -- NodeBox5
{-0.375, -0.375, 0.3125, 0.375, 0.4375, 0.375}, -- NodeBox6
{0.3125, 0.125, 0.0625, 0.375, 0.1875, 0.3125}, -- NodeBox7
{0.3125, 0.125, 0.25, 0.375, 0.375, 0.3125}, -- NodeBox9
{0.3125, 0.1875, 0.125, 0.375, 0.25, 0.25}, -- NodeBox10
{-0.375, 0.125, 0.25, -0.3125, 0.375, 0.3125}, -- NodeBox11
{-0.375, 0.125, 0.0625, -0.3125, 0.1875, 0.25}, -- NodeBox12
{-0.375, 0.1875, 0.125, -0.3125, 0.25, 0.25}, -- NodeBox13
{-0.375, -0.375, -0.375, 0.375, -0.1875, 0.375}, -- NodeBox14
{-0.375, -0.1875, -0.375, -0.3125, 0.0625, -0.3125}, -- NodeBox15
{0.3125, -0.1875, -0.375, 0.375, 0.0625, -0.3125}, -- NodeBox16
{-0.3125, -0.125, 0.1875, 0.3125, 0, 0.25}, -- NodeBox17
{-0.375, -0.5, -0.25, -0.3125, -0.375, -0.1875}, -- NodeBox18
{0.3125, -0.5, -0.25, 0.375, -0.375, -0.1875}, -- NodeBox19
{-0.375, -0.5, 0.25, -0.3125, -0.375, 0.3125}, -- NodeBox20
{0.3125, -0.5, 0.25, 0.375, -0.375, 0.3125}, -- NodeBox21
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:2ndclass_library_sofa1", {
description = "2nd Class Library Sofa1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"2ndclass_library_sofa.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.375, -0.1875, -0.3125, -0.3125, 0.125, 0.3125}, -- NodeBox2
{-0.375, -0.375, -0.3125, 0.5, -0.125, 0.3125}, -- NodeBox3
{-0.3125, -0.375, 0.25, 0.5, 0.4375, 0.4375}, -- NodeBox4
{-0.3125, 0.4375, 0.3125, 0.5, 0.5, 0.375}, -- NodeBox5
{-0.375, -0.375, 0.3125, 0.5, 0.4375, 0.375}, -- NodeBox6
{-0.375, 0.125, 0.25, -0.3125, 0.375, 0.3125}, -- NodeBox11
{-0.375, 0.125, 0.0625, -0.3125, 0.1875, 0.25}, -- NodeBox12
{-0.375, 0.1875, 0.125, -0.3125, 0.25, 0.25}, -- NodeBox13
{-0.375, -0.375, -0.375, 0.5, -0.1875, 0.375}, -- NodeBox14
{-0.375, -0.1875, -0.375, -0.3125, 0.0625, -0.3125}, -- NodeBox15
{-0.3125, -0.125, 0.1875, 0.5, 0, 0.25}, -- NodeBox17
{-0.375, -0.5, -0.25, -0.3125, -0.375, -0.1875}, -- NodeBox18
{-0.375, -0.5, 0.25, -0.3125, -0.375, 0.3125}, -- NodeBox19
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:2ndclass_library_sofa2", {
description = "2nd Class Library Sofa2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"2ndclass_library_sofa.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.3125, -0.1875, -0.3125, 0.375, 0.125, 0.3125}, -- NodeBox2
{-0.5, -0.375, -0.3125, 0.375, -0.125, 0.3125}, -- NodeBox3
{-0.5, -0.375, 0.25, 0.3125, 0.4375, 0.4375}, -- NodeBox4
{-0.5, 0.4375, 0.3125, 0.3125, 0.5, 0.375}, -- NodeBox5
{-0.5, -0.375, 0.3125, 0.375, 0.4375, 0.375}, -- NodeBox6
{0.3125, 0.125, 0.25, 0.375, 0.375, 0.3125}, -- NodeBox11
{0.3125, 0.125, 0.0625, 0.375, 0.1875, 0.25}, -- NodeBox12
{0.3125, 0.1875, 0.125, 0.375, 0.25, 0.25}, -- NodeBox13
{-0.5, -0.375, -0.375, 0.375, -0.1875, 0.375}, -- NodeBox14
{0.3125, -0.1875, -0.375, 0.375, 0.0625, -0.3125}, -- NodeBox15
{-0.5, -0.125, 0.1875, 0.3125, 0, 0.25}, -- NodeBox17
{0.3125, -0.5, -0.25, 0.375, -0.375, -0.1875}, -- NodeBox18
{0.3125, -0.5, 0.25, 0.375, -0.375, 0.3125}, -- NodeBox19
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:2ndclass_library_table", {
description = "2nd Class Library Sofa2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"smoking_room_table1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0, -0.5, 0.5, 0.0625, 0.5}, -- NodeBox4
{-0.4375, -0.0625, -0.4375, 0.4375, 0, 0.4375}, -- NodeBox22
{-0.5, -0.125, -0.5, 0.5, -0.0625, 0.5}, -- NodeBox23
{0.3125, -0.5, -0.375, 0.375, -0.125, -0.3125}, -- NodeBox24
{0.3125, -0.5, 0.3125, 0.375, -0.125, 0.375}, -- NodeBox25
{-0.375, -0.5, 0.3125, -0.3125, -0.125, 0.375}, -- NodeBox26
{-0.375, -0.5, -0.375, -0.3125, -0.125, -0.3125}, -- NodeBox27
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:lounge_window", {
description = "Lounge Window",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"alpha.png",
"coral.png",
"lounge_wall_4.png",
"lounge_wall_4.png",
"lounge_window.png",
"lounge_wall_4.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.375, 0.5, 0.5, 0.5}, -- NodeBox4
{0.4375, -0.5, -0.5, 0.5, 0.5, 0.5}, -- NodeBox28
{-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}, -- NodeBox29
{-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5}, -- NodeBox30
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox31
{-0.5, -0.5, -0.4375, -0.4375, 0.5, 0.5}, -- NodeBox32
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:2ndclass_smoking_room_floor", {
description = "2nd Class Smoking Room Floor",
tiles = {"2nd_class_smoking_room_floor.png",
"coral.png",},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:pflanze", {
description = "Pflanze",
tiles = {"plant1.png"},
drawtype = "plantlike",
paramtype = "light",
sunlight_propagates = true,
buildable_to = true,
groups = {snappy = 3, attached_node = 1, flammable = 1},
selection_box = {
type = "fixed",
fixed = {-3 / 16, -0.5, -3 / 16, 3 / 16, -2 / 16, 3 / 16},
},
})
minetest.register_node("titanic_mod2:pflanze2", {
description = "Pflanze2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"plant3.png",
"plant2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.01875, 0.0625, -0.01875, 0.01875, 0.5, 0.01875}, -- NodeBox1
{-0.1875, 0, -0.1875, 0.1875, 0.0625, 0.1875}, -- NodeBox2
{-0.125, -0.0625, -0.125, 0.125, 0, 0.125}, -- NodeBox4
{-0.1875, -0.125, -0.1875, 0.1875, -0.0625, 0.1875}, -- NodeBox5
{-0.1875, -0.5, -0.1875, 0.1875, -0.4375, -0.0625}, -- NodeBox6
{-0.125, -0.4375, -0.125, -0.0625, -0.125, -0.0625}, -- NodeBox7
{-0.125, -0.4375, 0.0625, -0.0625, -0.125, 0.125}, -- NodeBox8
{0.0625, -0.4375, 0.0625, 0.125, -0.125, 0.125}, -- NodeBox9
{0.0625, -0.4375, -0.125, 0.125, -0.125, -0.0625}, -- NodeBox10
{-0.1875, -0.5, 0.0625, 0.1875, -0.4375, 0.1875}, -- NodeBox11
{0.0625, -0.5, -0.0625, 0.1875, -0.4375, 0.0625}, -- NodeBox12
{-0.1875, -0.5, -0.0625, -0.0625, -0.4375, 0.0625}, -- NodeBox13
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_floor", {
description = "Verandah Floor",
tiles = {"verandah_floor.png",
"coral.png",},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window1", {
description = "Verandah Window1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_window1.png",
"verandah_window1.png",
"verandah_window1.png",
"verandah_window1.png",
"verandah_window_behind1.png",
"verandah_window1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.49375}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window2", {
description = "Verandah Window2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_window2.png",
"verandah_window2.png",
"verandah_window2.png",
"verandah_window2.png",
"verandah_window_behind2.png",
"verandah_window2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.49375}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window3", {
description = "Verandah Window3",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_window3.png",
"verandah_window3.png",
"verandah_window3.png",
"verandah_window3.png",
"verandah_window_behind3.png",
"verandah_window3.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.49375}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window4", {
description = "Verandah Window4",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_window4.png",
"verandah_window4.png",
"verandah_window4.png",
"verandah_window4.png",
"verandah_window_behind4.png",
"verandah_window4.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.49375}, -- NodeBox1
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window5", {
description = "Verandah Window5",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"pine.png",
"verandah_window5.png",
"verandah_window5.png",
"verandah_window_behind5.png",
"verandah_window5.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.49375}, -- NodeBox1
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox2
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window6", {
description = "Verandah Window6",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"pine.png",
"verandah_window6.png",
"verandah_window6.png",
"verandah_window_behind6.png",
"verandah_window6.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.49375}, -- NodeBox1
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox2
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window7", {
description = "Verandah Window7",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_floor.png",
"verandah_window1.png",
"verandah_window1.png",
"verandah_window_behind1.png",
"verandah_window_behind1.png",
"verandah_window1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox4
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox6
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox7
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox8
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox9
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox10
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox11
{-0.0625, -0.5, -0.0625, 0, 0.5, 0}, -- NodeBox12
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox13
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox14
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox15
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox16
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox17
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox18
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox19
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox20
{-0.5, -0.5, -0.5, -0.4375, -0.49375, -0.4375}, -- NodeBox21
{-0.4375, -0.5, -0.5, -0.375, -0.49375, -0.375}, -- NodeBox22
{-0.375, -0.5, -0.5, -0.3125, -0.49375, -0.3125}, -- NodeBox23
{-0.3125, -0.5, -0.5, -0.25, -0.49375, -0.25}, -- NodeBox24
{-0.25, -0.5, -0.5, -0.1875, -0.49375, -0.1875}, -- NodeBox25
{-0.1875, -0.5, -0.5, 0.0625, -0.49375, -0.125}, -- NodeBox26
{-0.125, -0.5, -0.125, -0.0625, -0.49375, -0.0625}, -- NodeBox27
{-0.0625, -0.5, -0.125, 0, -0.49375, 0}, -- NodeBox28
{0, -0.5, -0.125, 0.0625, -0.49375, 0.0625}, -- NodeBox29
{0.0625, -0.5, -0.5, 0.125, -0.49375, 0.125}, -- NodeBox30
{0.125, -0.5, -0.5, 0.1875, -0.49375, 0.1875}, -- NodeBox31
{0.1875, -0.5, -0.5, 0.5, -0.49375, 0.25}, -- NodeBox32
{0.25, -0.5, 0.25, 0.5, -0.49375, 0.3125}, -- NodeBox33
{0.3125, -0.5, 0.3125, 0.5, -0.49375, 0.375}, -- NodeBox34
{0.375, -0.5, 0.375, 0.5, -0.49375, 0.4375}, -- NodeBox35
{0.4375, -0.5, 0.4375, 0.5, -0.49375, 0.5}, -- NodeBox36
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window8", {
description = "Verandah Window8",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_floor.png",
"verandah_window2.png",
"verandah_window2.png",
"verandah_window_behind2.png",
"verandah_window_behind2.png",
"verandah_window2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox4
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox6
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox7
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox8
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox9
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox10
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox11
{-0.0625, -0.5, -0.0625, 0, 0.5, 0}, -- NodeBox12
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox13
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox14
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox15
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox16
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox17
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox18
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox19
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox20
{-0.5, -0.5, -0.5, -0.4375, -0.49375, -0.4375}, -- NodeBox21
{-0.4375, -0.5, -0.5, -0.375, -0.49375, -0.375}, -- NodeBox22
{-0.375, -0.5, -0.5, -0.3125, -0.49375, -0.3125}, -- NodeBox23
{-0.3125, -0.5, -0.5, -0.25, -0.49375, -0.25}, -- NodeBox24
{-0.25, -0.5, -0.5, -0.1875, -0.49375, -0.1875}, -- NodeBox25
{-0.1875, -0.5, -0.5, 0.0625, -0.49375, -0.125}, -- NodeBox26
{-0.125, -0.5, -0.125, -0.0625, -0.49375, -0.0625}, -- NodeBox27
{-0.0625, -0.5, -0.125, 0, -0.49375, 0}, -- NodeBox28
{0, -0.5, -0.125, 0.0625, -0.49375, 0.0625}, -- NodeBox29
{0.0625, -0.5, -0.5, 0.125, -0.49375, 0.125}, -- NodeBox30
{0.125, -0.5, -0.5, 0.1875, -0.49375, 0.1875}, -- NodeBox31
{0.1875, -0.5, -0.5, 0.5, -0.49375, 0.25}, -- NodeBox32
{0.25, -0.5, 0.25, 0.5, -0.49375, 0.3125}, -- NodeBox33
{0.3125, -0.5, 0.3125, 0.5, -0.49375, 0.375}, -- NodeBox34
{0.375, -0.5, 0.375, 0.5, -0.49375, 0.4375}, -- NodeBox35
{0.4375, -0.5, 0.4375, 0.5, -0.49375, 0.5}, -- NodeBox36
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window9", {
description = "Verandah Window9",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_window3.png",
"verandah_window3.png",
"verandah_window3.png",
"verandah_window_behind3.png",
"verandah_window_behind3.png",
"verandah_window3.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox4
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox6
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox7
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox8
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox9
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox10
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox11
{-0.0625, -0.5, -0.0625, 0, 0.5, 0}, -- NodeBox12
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox13
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox14
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox15
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox16
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox17
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox18
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox19
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox20
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window10", {
description = "Verandah Window10",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_window4.png",
"verandah_window4.png",
"verandah_window4.png",
"verandah_window_behind4.png",
"verandah_window_behind4.png",
"verandah_window4.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox4
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox6
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox7
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox8
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox9
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox10
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox11
{-0.0625, -0.5, -0.0625, 0, 0.5, 0}, -- NodeBox12
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox13
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox14
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox15
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox16
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox17
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox18
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox19
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox20
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window11", {
description = "Verandah Window11",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"both.png",
"verandah_window5.png",
"verandah_window_behind5.png",
"verandah_window_behind5.png",
"verandah_window5.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox4
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox6
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox7
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox8
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox9
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox10
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox11
{-0.0625, -0.5, -0.0625, 0, 0.5, 0}, -- NodeBox12
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox13
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox14
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox15
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox16
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox17
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox18
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox19
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox20
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox21
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_window12", {
description = "Verandah Window12",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"both.png",
"verandah_window6.png",
"verandah_window_behind6.png",
"verandah_window_behind6.png",
"verandah_window6.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, -0.4375, 0.5, -0.4375}, -- NodeBox4
{-0.4375, -0.5, -0.4375, -0.375, 0.5, -0.375}, -- NodeBox6
{-0.375, -0.5, -0.375, -0.3125, 0.5, -0.3125}, -- NodeBox7
{-0.3125, -0.5, -0.3125, -0.25, 0.5, -0.25}, -- NodeBox8
{-0.25, -0.5, -0.25, -0.1875, 0.5, -0.1875}, -- NodeBox9
{-0.1875, -0.5, -0.1875, -0.125, 0.5, -0.125}, -- NodeBox10
{-0.125, -0.5, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox11
{-0.0625, -0.5, -0.0625, 0, 0.5, 0}, -- NodeBox12
{0, -0.5, 0, 0.0625, 0.5, 0.0625}, -- NodeBox13
{0.0625, -0.5, 0.0625, 0.125, 0.5, 0.125}, -- NodeBox14
{0.125, -0.5, 0.125, 0.1875, 0.5, 0.1875}, -- NodeBox15
{0.1875, -0.5, 0.1875, 0.25, 0.5, 0.25}, -- NodeBox16
{0.25, -0.5, 0.25, 0.3125, 0.5, 0.3125}, -- NodeBox17
{0.3125, -0.5, 0.3125, 0.375, 0.5, 0.375}, -- NodeBox18
{0.375, -0.5, 0.375, 0.4375, 0.5, 0.4375}, -- NodeBox19
{0.4375, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox20
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox21
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror1", {
description = "Verandah Window1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"coral.png",
"verandah_mirror1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox22
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror2", {
description = "Verandah Window2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"coral.png",
"verandah_mirror2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox22
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror3", {
description = "Verandah Window3",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"coral.png",
"verandah_mirror3.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox22
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror4", {
description = "Verandah Window4",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"coral.png",
"verandah_mirror4.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox22
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror5", {
description = "Verandah Window5",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"pine.png",
"coral.png",
"coral.png",
"coral.png",
"verandah_mirror5.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0, -0.4375}, -- NodeBox22
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox23
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror6", {
description = "Verandah Window6",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"pine.png",
"coral.png",
"coral.png",
"coral.png",
"verandah_mirror6.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, 0, -0.4375}, -- NodeBox22
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox23
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror7", {
description = "Verandah Window7",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_1_2.png",
"verandah_mirror1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox22
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror8", {
description = "Verandah Window8",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_1_1.png",
"verandah_mirror2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox22
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror9", {
description = "Verandah Window9",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_2_2.png",
"verandah_mirror3.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox22
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror10", {
description = "Verandah Window10",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"coral.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_2_1.png",
"verandah_mirror4.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox22
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror11", {
description = "Verandah Window11",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_3_2.png",
"verandah_mirror5.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0, 0.5}, -- NodeBox22
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox24
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_mirror12", {
description = "Verandah Window12",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"coral.png",
"coral.png",
"coral.png",
"1st_class_smoking_room_window_3_1.png",
"verandah_mirror6.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.4375, 0.5, 0, 0.5}, -- NodeBox22
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox24
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:coral_with_pine_slab", {
description = "Coral-with-Pine-Slab",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"pine.png",
"coral.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, 0, -0.5, 0.5, 0.5, 0.5}, -- NodeBox28
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:verandah_door1", {
description = "Verandah Door1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"verandah_door1.png",
"verandah_door1.png",
"verandah_door1.png",
"verandah_door1.png",
"verandah_door1.png",
"verandah_door1.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, 0.3125, -0.375, 0.5, 0.5}, -- NodeBox29
{-0.4375, -0.5, 0.25, 0.5, -0.4375, 0.5}, -- NodeBox30
{-0.375, -0.4375, 0.375, 0.125, 0.5, 0.4375}, -- NodeBox31
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:baggage", {
description = "Baggage",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"baggagetop.png",
"baggagetop.png",
"baggage1.png",
"baggage3.png",
"baggage4.png",
"baggage2.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.3125, -0.25, 0.5, -0.125, 0.375}, -- NodeBox1
{-0.1875, -0.25, -0.4375, 0.1875, -0.1875, -0.375}, -- NodeBox2
{0.125, -0.25, -0.375, 0.1875, -0.1875, -0.25}, -- NodeBox3
{-0.1875, -0.25, -0.375, -0.125, -0.1875, -0.25}, -- NodeBox5
{-0.3125, -0.5, -0.5, 0.3125, -0.3125, 0.5}, -- NodeBox6
{0.4375, -0.4375, -0.125, 0.5, -0.375, 0.1875}, -- NodeBox7
{0.3125, -0.4375, 0.125, 0.4375, -0.375, 0.1875}, -- NodeBox8
{0.3125, -0.4375, -0.125, 0.4375, -0.375, -0.0625}, -- NodeBox9
{-0.1875, -0.125, -0.1875, 0.1875, 0.3125, 0}, -- NodeBox10
{0, -0.125, 0, 0.375, 0.1875, 0.375}, -- NodeBox11
{0.0625, 0.25, -0.125, 0.125, 0.5, -0.0625}, -- NodeBox12
{-0.125, 0.25, -0.125, -0.0625, 0.5, -0.0625}, -- NodeBox14
{-0.0625, 0.4375, -0.125, 0.0625, 0.5, -0.0625}, -- NodeBox15
{-0.25, -0.125, 0.0625, 0, 0.25, 0.4375}, -- NodeBox16
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:boxes", {
description = "Boxes",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"boxtop.png",
"boxbottom.png",
"box_side.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.4375, -0.375, -0.4375, 0.4375, 0.375, 0.4375}, -- NodeBox17
{-0.5, -0.5, -0.5, -0.4375, -0.375, -0.4375}, -- NodeBox18
{-0.4375, 0.375, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox19
{0.4375, -0.375, -0.5, 0.5, 0.375, -0.4375}, -- NodeBox20
{-0.5, -0.375, -0.5, -0.4375, 0.375, -0.4375}, -- NodeBox21
{-0.5, -0.375, 0.4375, -0.4375, 0.375, 0.5}, -- NodeBox22
{0.4375, -0.375, 0.4375, 0.5, 0.375, 0.5}, -- NodeBox23
{-0.5, -0.5, 0.4375, -0.4375, -0.375, 0.5}, -- NodeBox24
{-0.5, 0.375, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox27
{-0.5, 0.375, -0.5, -0.4375, 0.5, 0.4375}, -- NodeBox28
{0.4375, 0.375, -0.4375, 0.5, 0.5, 0.4375}, -- NodeBox29
{0.4375, -0.5, -0.5, 0.5, -0.375, -0.4375}, -- NodeBox30
{0.4375, -0.5, 0.4375, 0.5, -0.375, 0.5}, -- NodeBox31
{-0.5, -0.4375, -0.4375, -0.4375, -0.375, 0.4375}, -- NodeBox32
{0.4375, -0.4375, -0.4375, 0.5, -0.375, 0.4375}, -- NodeBox33
{-0.4375, -0.4375, -0.5, 0.4375, -0.375, -0.4375}, -- NodeBox34
{-0.4375, -0.4375, 0.4375, 0.4375, -0.375, 0.5}, -- NodeBox35
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sack1", {
description = "Sack1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"sack.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.1875, -0.5, -0.1875, 0.1875, -0.4375, 0.5}, -- NodeBox11
{0.1875, -0.4375, -0.125, 0.3125, -0.375, 0.5}, -- NodeBox12
{0.3125, -0.375, -0.0625, 0.375, -0.3125, 0.5}, -- NodeBox13
{0.375, -0.3125, 0, 0.4375, -0.1875, 0.5}, -- NodeBox14
{0.3125, -0.1875, -0.0625, 0.375, -0.125, 0.5}, -- NodeBox15
{0.1875, -0.125, -0.125, 0.3125, -0.0625, 0.5}, -- NodeBox16
{-0.1875, -0.0625, -0.1875, 0.1875, 0, 0.5}, -- NodeBox17
{-0.3125, -0.125, -0.125, -0.1875, -0.0625, 0.5}, -- NodeBox18
{-0.375, -0.1875, -0.0625, -0.3125, -0.125, 0.5}, -- NodeBox19
{-0.4375, -0.3125, 0, -0.375, -0.1875, 0.5}, -- NodeBox20
{-0.375, -0.375, -0.0625, -0.3125, -0.3125, 0.5}, -- NodeBox21
{-0.3125, -0.4375, -0.125, -0.1875, -0.375, 0.5}, -- NodeBox22
{-0.375, -0.3125, -0.125, -0.3125, -0.1875, 0.375}, -- NodeBox23
{-0.3125, -0.375, -0.1875, -0.1875, -0.125, 0.4375}, -- NodeBox24
{-0.1875, -0.4375, -0.25, 0.1875, -0.0625, 0.5}, -- NodeBox25
{0.1875, -0.375, -0.1875, 0.3125, -0.125, 0.4375}, -- NodeBox26
{0.3125, -0.3125, -0.125, 0.375, -0.1875, 0.5}, -- NodeBox27
{-0.3125, 0, -0.125, 0.3125, 0.4375, 0.5}, -- NodeBox31
{-0.375, 0.0625, -0.0625, 0.375, 0.375, 0.5}, -- NodeBox32
{-0.4375, 0.125, 0, 0.4375, 0.3125, 0.5}, -- NodeBox33
{-0.1875, 0.4375, -0.0625, 0.1875, 0.5, 0.5}, -- NodeBox34
{-0.375, 0.125, -0.125, 0.375, 0.3125, 0.5}, -- NodeBox35
{-0.3125, 0.0625, -0.1875, 0.3125, 0.375, -0.125}, -- NodeBox36
{-0.1875, 0.125, -0.25, 0.1875, 0.3125, -0.1875}, -- NodeBox37
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:sack2", {
description = "Sack2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"sack.png"},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.1875, -0.5, -0.1875, 0.1875, -0.4375, 0.5}, -- NodeBox11
{0.1875, -0.4375, -0.125, 0.3125, -0.375, 0.5}, -- NodeBox12
{0.3125, -0.375, -0.0625, 0.375, -0.3125, 0.5}, -- NodeBox13
{0.375, -0.3125, 0, 0.4375, -0.1875, 0.5}, -- NodeBox14
{0.3125, -0.1875, -0.0625, 0.375, -0.125, 0.5}, -- NodeBox15
{0.1875, -0.125, -0.125, 0.3125, -0.0625, 0.5}, -- NodeBox16
{-0.1875, -0.0625, -0.1875, 0.1875, 0, 0.5}, -- NodeBox17
{-0.3125, -0.125, -0.125, -0.1875, -0.0625, 0.5}, -- NodeBox18
{-0.375, -0.1875, -0.0625, -0.3125, -0.125, 0.5}, -- NodeBox19
{-0.4375, -0.3125, 0, -0.375, -0.1875, 0.5}, -- NodeBox20
{-0.375, -0.375, -0.0625, -0.3125, -0.3125, 0.5}, -- NodeBox21
{-0.3125, -0.4375, -0.125, -0.1875, -0.375, 0.5}, -- NodeBox22
{-0.375, -0.3125, -0.125, -0.3125, -0.1875, 0.375}, -- NodeBox23
{-0.3125, -0.375, -0.1875, -0.1875, -0.125, 0.4375}, -- NodeBox24
{-0.1875, -0.4375, -0.25, 0.1875, -0.0625, 0.5}, -- NodeBox25
{0.1875, -0.375, -0.1875, 0.3125, -0.125, 0.4375}, -- NodeBox26
{0.3125, -0.3125, -0.125, 0.375, -0.1875, 0.5}, -- NodeBox27
{-0.1875, -0.4375, -0.5, 0.1875, -0.125, -0.4375}, -- NodeBox28
{-0.125, -0.375, -0.4375, 0.125, -0.1875, -0.3125}, -- NodeBox29
{-0.0625, -0.3125, -0.3125, 0.0625, -0.25, -0.25}, -- NodeBox30
{-0.3125, 0, -0.125, 0.3125, 0.4375, 0.5}, -- NodeBox31
{-0.375, 0.0625, -0.0625, 0.375, 0.375, 0.5}, -- NodeBox32
{-0.4375, 0.125, 0, 0.4375, 0.3125, 0.5}, -- NodeBox33
{-0.1875, 0.4375, -0.0625, 0.1875, 0.5, 0.5}, -- NodeBox34
{-0.375, 0.125, -0.125, 0.375, 0.3125, 0.5}, -- NodeBox35
{-0.3125, 0.0625, -0.1875, 0.3125, 0.375, -0.125}, -- NodeBox36
{-0.1875, 0.125, -0.25, 0.1875, 0.3125, -0.1875}, -- NodeBox37
{-0.0625, 0.1875, -0.3125, 0.0625, 0.25, -0.25}, -- NodeBox38
{-0.125, 0.125, -0.4375, 0.125, 0.3125, -0.3125}, -- NodeBox39
{-0.1875, 0.0625, -0.5, 0.1875, 0.375, -0.4375}, -- NodeBox40
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:meet", {
description = "Meet",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"meet2.png",
"meet2.png",
"meet.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.1875, 0.4375, -0.1875, 0.1875, 0.5, 0.1875}, -- NodeBox1
{0, -0.5, 0, 0.0625, -0.0625, 0.0625}, -- NodeBox2
{-0.125, 0.125, -0.125, 0.1875, 0.4375, 0.125}, -- NodeBox3
{-0.1875, 0.0625, -0.125, 0.1875, 0.125, 0.1875}, -- NodeBox4
{-0.1875, 0, -0.0625, 0.1875, 0.0625, 0.125}, -- NodeBox5
{-0.125, -0.0625, -0.125, 0.125, 0, 0.125}, -- NodeBox6
{-0.125, 0.125, -0.1875, 0.125, 0.375, -0.125}, -- NodeBox7
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:liege1", {
description = "Liege1",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"liege.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{0.25, -0.3125, -0.5, 0.3125, -0.25, 0.5}, -- NodeBox2
{-0.375, -0.3125, -0.5, -0.3125, -0.25, 0.5}, -- NodeBox3
{-0.3125, -0.3125, -0.5, 0.25, -0.25, -0.4375}, -- NodeBox4
{-0.3125, -0.3125, 0.3125, 0.25, -0.25, 0.375}, -- NodeBox5
{-0.3125, -0.3125, 0.1875, 0.25, -0.25, 0.25}, -- NodeBox6
{-0.25, -0.3125, -0.4375, -0.1875, -0.25, 0.1875}, -- NodeBox7
{-0.125, -0.3125, -0.4375, -0.0625, -0.25, 0.1875}, -- NodeBox8
{-0, -0.3125, -0.4375, 0.0625, -0.25, 0.1875}, -- NodeBox9
{0.125, -0.3125, -0.4375, 0.1875, -0.25, 0.1875}, -- NodeBox10
{-0.25, -0.3125, 0.375, -0.1875, -0.25, 0.5}, -- NodeBox11
{-0.125, -0.3125, 0.375, -0.0625, -0.25, 0.5}, -- NodeBox12
{-0, -0.3125, 0.375, 0.0625, -0.25, 0.5}, -- NodeBox13
{0.125, -0.3125, 0.375, 0.1875, -0.25, 0.5}, -- NodeBox14
{0.1875, -0.5, -0.375, 0.25, -0.375, -0.3125}, -- NodeBox15
{-0.3125, -0.5, -0.375, -0.25, -0.375, -0.3125}, -- NodeBox16
{-0.3125, -0.375, -0.3125, -0.25, -0.1875, -0.25}, -- NodeBox17
{0.1875, -0.375, -0.3125, 0.25, -0.1875, -0.25}, -- NodeBox18
}
},
groups = {oddly_breakable_by_hand = 2},
})
minetest.register_node("titanic_mod2:liege2", {
description = "Liege2",
sunlight_propagates = true,
paramtype = "light",
use_texture_alpha = true,
tiles = {"liege.png",},
drawtype = "nodebox",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.375, -0.3125, 0.0625, 0.3125, -0.25, 0.125}, -- NodeBox1
{-0.375, -0.3125, -0.5, -0.3125, -0.25, 0.0625}, -- NodeBox2
{0.25, -0.3125, -0.5, 0.3125, -0.25, 0.0625}, -- NodeBox3
{-0.25, -0.3125, -0.5, -0.1875, -0.25, 0.0625}, -- NodeBox4
{-0.125, -0.3125, -0.5, -0.0625, -0.25, 0.0625}, -- NodeBox5
{-0, -0.3125, -0.5, 0.0625, -0.25, 0.0625}, -- NodeBox6
{0.125, -0.3125, -0.5, 0.1875, -0.25, 0.0625}, -- NodeBox7
{0.1875, -0.5, -0.5, 0.25, -0.375, -0.4375}, -- NodeBox8
{-0.3125, -0.5, -0.5, -0.25, -0.375, -0.4375}, -- NodeBox9
{-0.3125, -0.375, -0.4375, -0.25, -0.125, -0.375}, -- NodeBox10
{0.1875, -0.375, -0.4375, 0.25, -0.125, -0.375}, -- NodeBox11
{0.1875, -0.125, -0.375, 0.25, 0, -0.3125}, -- NodeBox12
{-0.3125, -0.125, -0.375, -0.25, 0, -0.3125}, -- NodeBox13
{0.1875, -0.375, 0.125, 0.25, -0.3125, 0.1875}, -- NodeBox14
{-0.3125, -0.375, 0.125, -0.25, -0.3125, 0.1875}, -- NodeBox15
{0.1875, -0.5, 0.1875, 0.25, -0.375, 0.25}, -- NodeBox16
{-0.3125, -0.5, 0.1875, -0.25, -0.375, 0.25}, -- NodeBox17
{0.1875, -0.375, -0.0625, 0.25, -0.125, 0}, -- NodeBox18
{-0.3125, -0.375, -0.0625, -0.25, -0.125, 0}, -- NodeBox19
{-0.3125, -0.125, 0, -0.25, 0, 0.0625}, -- NodeBox20
{0.1875, -0.125, 0, 0.25, 0, 0.0625}, -- NodeBox21
{-0.3125, 0, 0.0625, -0.25, 0.0625, 0.125}, -- NodeBox22
{0.1875, 0, 0.0625, 0.25, 0.0625, 0.125}, -- NodeBox23
{-0.3125, 0.0625, 0.125, -0.25, 0.125, 0.1875}, -- NodeBox24
{0.1875, 0.0625, 0.125, 0.25, 0.125, 0.1875}, -- NodeBox25
{-0.3125, 0.125, 0.1875, -0.25, 0.25, 0.25}, -- NodeBox26
{0.1875, 0.125, 0.1875, 0.25, 0.25, 0.25}, -- NodeBox27
{-0.3125, 0.25, 0.25, -0.25, 0.3125, 0.3125}, -- NodeBox28
{0.1875, 0.25, 0.25, 0.25, 0.3125, 0.3125}, -- NodeBox29
{-0.375, 0.3125, 0.3125, 0.3125, 0.4375, 0.375}, -- NodeBox30
{-0.375, 0.4375, 0.375, 0.3125, 0.5, 0.4375}, -- NodeBox31
{-0.375, -0.0625, -0.5, -0.3125, 0, 0.125}, -- NodeBox33
{0.25, -0.0625, -0.5, 0.3125, 0, 0.125}, -- NodeBox34
{-0.3125, -0.0625, 0, 0.25, 0, 0.0625}, -- NodeBox35
{-0.25, 0.1875, 0.1875, 0.1875, 0.25, 0.25}, -- NodeBox36
{-0.25, 0.0625, 0.125, 0.1875, 0.125, 0.1875}, -- NodeBox37
}
},
groups = {oddly_breakable_by_hand = 2},
})