commit c103aff641f7dba3b201948ae6a75b752ca1f6f0 Author: OldCoder Date: Sun Sep 4 22:02:37 2022 -0700 Imported from trollstream "ContentDB" diff --git a/README.md b/README.md new file mode 100644 index 0000000..518a9ac --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +titanic_mod2 + +------------------------------------------------------------------------ + +WHAT DOES THIS MOD DO? + +This mod is made for a Titanic building project and adds a lot of nodes +to MINETEST. It is an addition to "Titanic Mod". The design orientates +itself on those from the RMS TITANIC but is neither exactly identical +nor historically correct. + +Nodes cannot be crafted. + +------------------------------------------------------------------------ + +CONTACT + +For questions or problems write me an E-Mail under: +das.auto.ist.ueberholt@gmail.com + +------------------------------------------------------------------------ + +LICENSE +CC0 + +----------------------------------------------------------------------- diff --git a/editor.conf b/editor.conf new file mode 100644 index 0000000..f298efd --- /dev/null +++ b/editor.conf @@ -0,0 +1,21 @@ +always_show_position_handle = false +default_snap_res = 16 +driver = opengl +fractional_positions = true +fullscreen = false +height = 520 +hide_other_nodes = true +hide_sidebar = false +lighting = 2 +limiting = true +minetest_root = +no_negative_node_y = true +save_directory = +snapping = true +use_sleep = true +viewport_bottom_left = front +viewport_bottom_right = right +viewport_top_left = pers +viewport_top_right = top +vsync = false +width = 896 diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..28931a3 --- /dev/null +++ b/init.lua @@ -0,0 +1,5029 @@ +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}, +}) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..627a2f7 Binary files /dev/null and b/screenshot.png differ diff --git a/textures/1st_class_smoking_room_oberverkleidung.png b/textures/1st_class_smoking_room_oberverkleidung.png new file mode 100644 index 0000000..5d15cfc Binary files /dev/null and b/textures/1st_class_smoking_room_oberverkleidung.png differ diff --git a/textures/1st_class_smoking_room_oberverkleidung2.png b/textures/1st_class_smoking_room_oberverkleidung2.png new file mode 100644 index 0000000..e6f18cc Binary files /dev/null and b/textures/1st_class_smoking_room_oberverkleidung2.png differ diff --git a/textures/1st_class_smoking_room_wand_1_1.png b/textures/1st_class_smoking_room_wand_1_1.png new file mode 100644 index 0000000..cae83a9 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_1_1.png differ diff --git a/textures/1st_class_smoking_room_wand_1_2.png b/textures/1st_class_smoking_room_wand_1_2.png new file mode 100644 index 0000000..b0af44d Binary files /dev/null and b/textures/1st_class_smoking_room_wand_1_2.png differ diff --git a/textures/1st_class_smoking_room_wand_1_3.png b/textures/1st_class_smoking_room_wand_1_3.png new file mode 100644 index 0000000..3f532e5 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_1_3.png differ diff --git a/textures/1st_class_smoking_room_wand_1_4.png b/textures/1st_class_smoking_room_wand_1_4.png new file mode 100644 index 0000000..f5dc2eb Binary files /dev/null and b/textures/1st_class_smoking_room_wand_1_4.png differ diff --git a/textures/1st_class_smoking_room_wand_1_5.png b/textures/1st_class_smoking_room_wand_1_5.png new file mode 100644 index 0000000..89f7602 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_1_5.png differ diff --git a/textures/1st_class_smoking_room_wand_1_6.png b/textures/1st_class_smoking_room_wand_1_6.png new file mode 100644 index 0000000..e4adb68 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_1_6.png differ diff --git a/textures/1st_class_smoking_room_wand_1_7.png b/textures/1st_class_smoking_room_wand_1_7.png new file mode 100644 index 0000000..e1a6548 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_1_7.png differ diff --git a/textures/1st_class_smoking_room_wand_1_8.png b/textures/1st_class_smoking_room_wand_1_8.png new file mode 100644 index 0000000..f5fa4da Binary files /dev/null and b/textures/1st_class_smoking_room_wand_1_8.png differ diff --git a/textures/1st_class_smoking_room_wand_2_1.png b/textures/1st_class_smoking_room_wand_2_1.png new file mode 100644 index 0000000..3b3054a Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_1.png differ diff --git a/textures/1st_class_smoking_room_wand_2_10.png b/textures/1st_class_smoking_room_wand_2_10.png new file mode 100644 index 0000000..e83bb90 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_10.png differ diff --git a/textures/1st_class_smoking_room_wand_2_11.png b/textures/1st_class_smoking_room_wand_2_11.png new file mode 100644 index 0000000..8bfd68f Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_11.png differ diff --git a/textures/1st_class_smoking_room_wand_2_12.png b/textures/1st_class_smoking_room_wand_2_12.png new file mode 100644 index 0000000..3a03e4f Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_12.png differ diff --git a/textures/1st_class_smoking_room_wand_2_13.png b/textures/1st_class_smoking_room_wand_2_13.png new file mode 100644 index 0000000..375413a Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_13.png differ diff --git a/textures/1st_class_smoking_room_wand_2_14.png b/textures/1st_class_smoking_room_wand_2_14.png new file mode 100644 index 0000000..4c68d7c Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_14.png differ diff --git a/textures/1st_class_smoking_room_wand_2_15.png b/textures/1st_class_smoking_room_wand_2_15.png new file mode 100644 index 0000000..32a9a7d Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_15.png differ diff --git a/textures/1st_class_smoking_room_wand_2_16.png b/textures/1st_class_smoking_room_wand_2_16.png new file mode 100644 index 0000000..83fea78 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_16.png differ diff --git a/textures/1st_class_smoking_room_wand_2_17.png b/textures/1st_class_smoking_room_wand_2_17.png new file mode 100644 index 0000000..1a81bea Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_17.png differ diff --git a/textures/1st_class_smoking_room_wand_2_18.png b/textures/1st_class_smoking_room_wand_2_18.png new file mode 100644 index 0000000..4756041 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_18.png differ diff --git a/textures/1st_class_smoking_room_wand_2_19.png b/textures/1st_class_smoking_room_wand_2_19.png new file mode 100644 index 0000000..f482568 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_19.png differ diff --git a/textures/1st_class_smoking_room_wand_2_2.png b/textures/1st_class_smoking_room_wand_2_2.png new file mode 100644 index 0000000..0277a89 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_2.png differ diff --git a/textures/1st_class_smoking_room_wand_2_20.png b/textures/1st_class_smoking_room_wand_2_20.png new file mode 100644 index 0000000..73bec25 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_20.png differ diff --git a/textures/1st_class_smoking_room_wand_2_21.png b/textures/1st_class_smoking_room_wand_2_21.png new file mode 100644 index 0000000..5a327ac Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_21.png differ diff --git a/textures/1st_class_smoking_room_wand_2_22.png b/textures/1st_class_smoking_room_wand_2_22.png new file mode 100644 index 0000000..3649ac5 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_22.png differ diff --git a/textures/1st_class_smoking_room_wand_2_23.png b/textures/1st_class_smoking_room_wand_2_23.png new file mode 100644 index 0000000..43b693f Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_23.png differ diff --git a/textures/1st_class_smoking_room_wand_2_24.png b/textures/1st_class_smoking_room_wand_2_24.png new file mode 100644 index 0000000..e37f5d7 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_24.png differ diff --git a/textures/1st_class_smoking_room_wand_2_25.png b/textures/1st_class_smoking_room_wand_2_25.png new file mode 100644 index 0000000..4097c4c Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_25.png differ diff --git a/textures/1st_class_smoking_room_wand_2_26.png b/textures/1st_class_smoking_room_wand_2_26.png new file mode 100644 index 0000000..cc4e223 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_26.png differ diff --git a/textures/1st_class_smoking_room_wand_2_27.png b/textures/1st_class_smoking_room_wand_2_27.png new file mode 100644 index 0000000..ec25904 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_27.png differ diff --git a/textures/1st_class_smoking_room_wand_2_28.png b/textures/1st_class_smoking_room_wand_2_28.png new file mode 100644 index 0000000..42fd755 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_28.png differ diff --git a/textures/1st_class_smoking_room_wand_2_3.png b/textures/1st_class_smoking_room_wand_2_3.png new file mode 100644 index 0000000..eb2eef3 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_3.png differ diff --git a/textures/1st_class_smoking_room_wand_2_4.png b/textures/1st_class_smoking_room_wand_2_4.png new file mode 100644 index 0000000..cc4dcf9 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_4.png differ diff --git a/textures/1st_class_smoking_room_wand_2_5.png b/textures/1st_class_smoking_room_wand_2_5.png new file mode 100644 index 0000000..46e7741 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_5.png differ diff --git a/textures/1st_class_smoking_room_wand_2_6.png b/textures/1st_class_smoking_room_wand_2_6.png new file mode 100644 index 0000000..df78dbb Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_6.png differ diff --git a/textures/1st_class_smoking_room_wand_2_7.png b/textures/1st_class_smoking_room_wand_2_7.png new file mode 100644 index 0000000..d28d374 Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_7.png differ diff --git a/textures/1st_class_smoking_room_wand_2_8.png b/textures/1st_class_smoking_room_wand_2_8.png new file mode 100644 index 0000000..faeff7c Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_8.png differ diff --git a/textures/1st_class_smoking_room_wand_2_9.png b/textures/1st_class_smoking_room_wand_2_9.png new file mode 100644 index 0000000..5374fbc Binary files /dev/null and b/textures/1st_class_smoking_room_wand_2_9.png differ diff --git a/textures/1st_class_smoking_room_window_1_1.png b/textures/1st_class_smoking_room_window_1_1.png new file mode 100644 index 0000000..8e3003a Binary files /dev/null and b/textures/1st_class_smoking_room_window_1_1.png differ diff --git a/textures/1st_class_smoking_room_window_1_2.png b/textures/1st_class_smoking_room_window_1_2.png new file mode 100644 index 0000000..2474bde Binary files /dev/null and b/textures/1st_class_smoking_room_window_1_2.png differ diff --git a/textures/1st_class_smoking_room_window_2_1.png b/textures/1st_class_smoking_room_window_2_1.png new file mode 100644 index 0000000..4ea2217 Binary files /dev/null and b/textures/1st_class_smoking_room_window_2_1.png differ diff --git a/textures/1st_class_smoking_room_window_2_2.png b/textures/1st_class_smoking_room_window_2_2.png new file mode 100644 index 0000000..07b146f Binary files /dev/null and b/textures/1st_class_smoking_room_window_2_2.png differ diff --git a/textures/1st_class_smoking_room_window_3_1.png b/textures/1st_class_smoking_room_window_3_1.png new file mode 100644 index 0000000..be4007b Binary files /dev/null and b/textures/1st_class_smoking_room_window_3_1.png differ diff --git a/textures/1st_class_smoking_room_window_3_2.png b/textures/1st_class_smoking_room_window_3_2.png new file mode 100644 index 0000000..2ac13e8 Binary files /dev/null and b/textures/1st_class_smoking_room_window_3_2.png differ diff --git a/textures/1st_class_smoking_room_window_4_1.png b/textures/1st_class_smoking_room_window_4_1.png new file mode 100644 index 0000000..d26932d Binary files /dev/null and b/textures/1st_class_smoking_room_window_4_1.png differ diff --git a/textures/1st_class_smoking_room_window_4_2.png b/textures/1st_class_smoking_room_window_4_2.png new file mode 100644 index 0000000..49eeb39 Binary files /dev/null and b/textures/1st_class_smoking_room_window_4_2.png differ diff --git a/textures/1st_class_smoking_room_window_5_1.png b/textures/1st_class_smoking_room_window_5_1.png new file mode 100644 index 0000000..b94e267 Binary files /dev/null and b/textures/1st_class_smoking_room_window_5_1.png differ diff --git a/textures/1st_class_smoking_room_window_5_2.png b/textures/1st_class_smoking_room_window_5_2.png new file mode 100644 index 0000000..3e62384 Binary files /dev/null and b/textures/1st_class_smoking_room_window_5_2.png differ diff --git a/textures/1st_class_staircase_chair.png b/textures/1st_class_staircase_chair.png new file mode 100644 index 0000000..b8c753d Binary files /dev/null and b/textures/1st_class_staircase_chair.png differ diff --git a/textures/1st_class_staircase_chair_top.png b/textures/1st_class_staircase_chair_top.png new file mode 100644 index 0000000..acf5f9e Binary files /dev/null and b/textures/1st_class_staircase_chair_top.png differ diff --git a/textures/2nd_class_smoking_room_floor.png b/textures/2nd_class_smoking_room_floor.png new file mode 100644 index 0000000..51f2c62 Binary files /dev/null and b/textures/2nd_class_smoking_room_floor.png differ diff --git a/textures/2ndclass_library_floor.png b/textures/2ndclass_library_floor.png new file mode 100644 index 0000000..51eacff Binary files /dev/null and b/textures/2ndclass_library_floor.png differ diff --git a/textures/2ndclass_library_sofa.png b/textures/2ndclass_library_sofa.png new file mode 100644 index 0000000..de74206 Binary files /dev/null and b/textures/2ndclass_library_sofa.png differ diff --git a/textures/2ndclassstaircaseverkleidung.png b/textures/2ndclassstaircaseverkleidung.png new file mode 100644 index 0000000..ce0a808 Binary files /dev/null and b/textures/2ndclassstaircaseverkleidung.png differ diff --git a/textures/2ndclassstaircaseverkleidung2.png b/textures/2ndclassstaircaseverkleidung2.png new file mode 100644 index 0000000..e2c39cc Binary files /dev/null and b/textures/2ndclassstaircaseverkleidung2.png differ diff --git a/textures/baggage1.png b/textures/baggage1.png new file mode 100644 index 0000000..98dea69 Binary files /dev/null and b/textures/baggage1.png differ diff --git a/textures/baggage2.png b/textures/baggage2.png new file mode 100644 index 0000000..4ed50a0 Binary files /dev/null and b/textures/baggage2.png differ diff --git a/textures/baggage3.png b/textures/baggage3.png new file mode 100644 index 0000000..7e3eb0a Binary files /dev/null and b/textures/baggage3.png differ diff --git a/textures/baggage4.png b/textures/baggage4.png new file mode 100644 index 0000000..f7311c0 Binary files /dev/null and b/textures/baggage4.png differ diff --git a/textures/baggagetop.png b/textures/baggagetop.png new file mode 100644 index 0000000..25a455e Binary files /dev/null and b/textures/baggagetop.png differ diff --git a/textures/boiler.png b/textures/boiler.png new file mode 100644 index 0000000..8d6ed50 Binary files /dev/null and b/textures/boiler.png differ diff --git a/textures/boiler10.png b/textures/boiler10.png new file mode 100644 index 0000000..42e6fc7 Binary files /dev/null and b/textures/boiler10.png differ diff --git a/textures/boiler11.png b/textures/boiler11.png new file mode 100644 index 0000000..dc5086c Binary files /dev/null and b/textures/boiler11.png differ diff --git a/textures/boiler12.png b/textures/boiler12.png new file mode 100644 index 0000000..ea1230e Binary files /dev/null and b/textures/boiler12.png differ diff --git a/textures/boiler13.png b/textures/boiler13.png new file mode 100644 index 0000000..7cfd058 Binary files /dev/null and b/textures/boiler13.png differ diff --git a/textures/boiler14.png b/textures/boiler14.png new file mode 100644 index 0000000..d5b303e Binary files /dev/null and b/textures/boiler14.png differ diff --git a/textures/boiler15.png b/textures/boiler15.png new file mode 100644 index 0000000..907e830 Binary files /dev/null and b/textures/boiler15.png differ diff --git a/textures/boiler16.png b/textures/boiler16.png new file mode 100644 index 0000000..ccf32fc Binary files /dev/null and b/textures/boiler16.png differ diff --git a/textures/boiler17.png b/textures/boiler17.png new file mode 100644 index 0000000..e10c5cc Binary files /dev/null and b/textures/boiler17.png differ diff --git a/textures/boiler18.png b/textures/boiler18.png new file mode 100644 index 0000000..4ee349d Binary files /dev/null and b/textures/boiler18.png differ diff --git a/textures/boiler5.png b/textures/boiler5.png new file mode 100644 index 0000000..99c402d Binary files /dev/null and b/textures/boiler5.png differ diff --git a/textures/boiler6.png b/textures/boiler6.png new file mode 100644 index 0000000..f3f6bb7 Binary files /dev/null and b/textures/boiler6.png differ diff --git a/textures/boiler7.png b/textures/boiler7.png new file mode 100644 index 0000000..4766941 Binary files /dev/null and b/textures/boiler7.png differ diff --git a/textures/boiler8.png b/textures/boiler8.png new file mode 100644 index 0000000..75f3e1e Binary files /dev/null and b/textures/boiler8.png differ diff --git a/textures/boiler9.png b/textures/boiler9.png new file mode 100644 index 0000000..82ed807 Binary files /dev/null and b/textures/boiler9.png differ diff --git a/textures/boiler_back.png b/textures/boiler_back.png new file mode 100644 index 0000000..ef1334f Binary files /dev/null and b/textures/boiler_back.png differ diff --git a/textures/boiler_side.png b/textures/boiler_side.png new file mode 100644 index 0000000..280dbf2 Binary files /dev/null and b/textures/boiler_side.png differ diff --git a/textures/boiler_uptake.png b/textures/boiler_uptake.png new file mode 100644 index 0000000..c657b38 Binary files /dev/null and b/textures/boiler_uptake.png differ diff --git a/textures/boiler_uptake1.png b/textures/boiler_uptake1.png new file mode 100644 index 0000000..3a2f096 Binary files /dev/null and b/textures/boiler_uptake1.png differ diff --git a/textures/boiler_uptake2.png b/textures/boiler_uptake2.png new file mode 100644 index 0000000..7b41450 Binary files /dev/null and b/textures/boiler_uptake2.png differ diff --git a/textures/boiler_uptake3.png b/textures/boiler_uptake3.png new file mode 100644 index 0000000..3a06a42 Binary files /dev/null and b/textures/boiler_uptake3.png differ diff --git a/textures/boiler_uptake4.png b/textures/boiler_uptake4.png new file mode 100644 index 0000000..b84815a Binary files /dev/null and b/textures/boiler_uptake4.png differ diff --git a/textures/boiler_uptake5.png b/textures/boiler_uptake5.png new file mode 100644 index 0000000..07b31a6 Binary files /dev/null and b/textures/boiler_uptake5.png differ diff --git a/textures/boiler_uptake6.png b/textures/boiler_uptake6.png new file mode 100644 index 0000000..2d95977 Binary files /dev/null and b/textures/boiler_uptake6.png differ diff --git a/textures/boiler_uptake7.png b/textures/boiler_uptake7.png new file mode 100644 index 0000000..6199fb6 Binary files /dev/null and b/textures/boiler_uptake7.png differ diff --git a/textures/boiler_uptake8.png b/textures/boiler_uptake8.png new file mode 100644 index 0000000..e3ea1a0 Binary files /dev/null and b/textures/boiler_uptake8.png differ diff --git a/textures/both.png b/textures/both.png new file mode 100644 index 0000000..b6d190c Binary files /dev/null and b/textures/both.png differ diff --git a/textures/box_side.png b/textures/box_side.png new file mode 100644 index 0000000..4a80ecd Binary files /dev/null and b/textures/box_side.png differ diff --git a/textures/boxbottom.png b/textures/boxbottom.png new file mode 100644 index 0000000..0445b29 Binary files /dev/null and b/textures/boxbottom.png differ diff --git a/textures/boxtop.png b/textures/boxtop.png new file mode 100644 index 0000000..fde2957 Binary files /dev/null and b/textures/boxtop.png differ diff --git a/textures/coral.png b/textures/coral.png new file mode 100644 index 0000000..fa48f15 Binary files /dev/null and b/textures/coral.png differ diff --git a/textures/deko1.png b/textures/deko1.png new file mode 100644 index 0000000..3f1bf47 Binary files /dev/null and b/textures/deko1.png differ diff --git a/textures/deko2.png b/textures/deko2.png new file mode 100644 index 0000000..301f405 Binary files /dev/null and b/textures/deko2.png differ diff --git a/textures/deko3.png b/textures/deko3.png new file mode 100644 index 0000000..1656d3e Binary files /dev/null and b/textures/deko3.png differ diff --git a/textures/deko4.png b/textures/deko4.png new file mode 100644 index 0000000..88b0992 Binary files /dev/null and b/textures/deko4.png differ diff --git a/textures/fenstertreppe1.png b/textures/fenstertreppe1.png new file mode 100644 index 0000000..ad365ff Binary files /dev/null and b/textures/fenstertreppe1.png differ diff --git a/textures/fenstertreppe2.png b/textures/fenstertreppe2.png new file mode 100644 index 0000000..1d61ff3 Binary files /dev/null and b/textures/fenstertreppe2.png differ diff --git a/textures/fenstertreppe3.png b/textures/fenstertreppe3.png new file mode 100644 index 0000000..59bb14e Binary files /dev/null and b/textures/fenstertreppe3.png differ diff --git a/textures/fenstertreppe4.png b/textures/fenstertreppe4.png new file mode 100644 index 0000000..e29b3ab Binary files /dev/null and b/textures/fenstertreppe4.png differ diff --git a/textures/furnace1.png b/textures/furnace1.png new file mode 100644 index 0000000..7390ec7 Binary files /dev/null and b/textures/furnace1.png differ diff --git a/textures/furnace10.png b/textures/furnace10.png new file mode 100644 index 0000000..1c90cf5 Binary files /dev/null and b/textures/furnace10.png differ diff --git a/textures/furnace11.png b/textures/furnace11.png new file mode 100644 index 0000000..1e83acb Binary files /dev/null and b/textures/furnace11.png differ diff --git a/textures/furnace12.png b/textures/furnace12.png new file mode 100644 index 0000000..0b80f50 Binary files /dev/null and b/textures/furnace12.png differ diff --git a/textures/furnace13.png b/textures/furnace13.png new file mode 100644 index 0000000..47dd2da Binary files /dev/null and b/textures/furnace13.png differ diff --git a/textures/furnace14.png b/textures/furnace14.png new file mode 100644 index 0000000..e4a32b7 Binary files /dev/null and b/textures/furnace14.png differ diff --git a/textures/furnace15.png b/textures/furnace15.png new file mode 100644 index 0000000..be875de Binary files /dev/null and b/textures/furnace15.png differ diff --git a/textures/furnace16.png b/textures/furnace16.png new file mode 100644 index 0000000..2fa08ae Binary files /dev/null and b/textures/furnace16.png differ diff --git a/textures/furnace17.png b/textures/furnace17.png new file mode 100644 index 0000000..04b37b2 Binary files /dev/null and b/textures/furnace17.png differ diff --git a/textures/furnace18.png b/textures/furnace18.png new file mode 100644 index 0000000..a49b479 Binary files /dev/null and b/textures/furnace18.png differ diff --git a/textures/furnace19.png b/textures/furnace19.png new file mode 100644 index 0000000..eb331f4 Binary files /dev/null and b/textures/furnace19.png differ diff --git a/textures/furnace2.png b/textures/furnace2.png new file mode 100644 index 0000000..55faf44 Binary files /dev/null and b/textures/furnace2.png differ diff --git a/textures/furnace20.png b/textures/furnace20.png new file mode 100644 index 0000000..1a97080 Binary files /dev/null and b/textures/furnace20.png differ diff --git a/textures/furnace21.png b/textures/furnace21.png new file mode 100644 index 0000000..e64de5b Binary files /dev/null and b/textures/furnace21.png differ diff --git a/textures/furnace22.png b/textures/furnace22.png new file mode 100644 index 0000000..707582c Binary files /dev/null and b/textures/furnace22.png differ diff --git a/textures/furnace23.png b/textures/furnace23.png new file mode 100644 index 0000000..1e7aa79 Binary files /dev/null and b/textures/furnace23.png differ diff --git a/textures/furnace24.png b/textures/furnace24.png new file mode 100644 index 0000000..d8d626b Binary files /dev/null and b/textures/furnace24.png differ diff --git a/textures/furnace3.png b/textures/furnace3.png new file mode 100644 index 0000000..718c977 Binary files /dev/null and b/textures/furnace3.png differ diff --git a/textures/furnace4.png b/textures/furnace4.png new file mode 100644 index 0000000..81f45d8 Binary files /dev/null and b/textures/furnace4.png differ diff --git a/textures/furnace5.png b/textures/furnace5.png new file mode 100644 index 0000000..44d020e Binary files /dev/null and b/textures/furnace5.png differ diff --git a/textures/furnace6.png b/textures/furnace6.png new file mode 100644 index 0000000..b7f016b Binary files /dev/null and b/textures/furnace6.png differ diff --git a/textures/furnace7.png b/textures/furnace7.png new file mode 100644 index 0000000..40422bf Binary files /dev/null and b/textures/furnace7.png differ diff --git a/textures/furnace8.png b/textures/furnace8.png new file mode 100644 index 0000000..87e9759 Binary files /dev/null and b/textures/furnace8.png differ diff --git a/textures/furnace9.png b/textures/furnace9.png new file mode 100644 index 0000000..01e9307 Binary files /dev/null and b/textures/furnace9.png differ diff --git a/textures/furnaceall.png b/textures/furnaceall.png new file mode 100644 index 0000000..491ab12 Binary files /dev/null and b/textures/furnaceall.png differ diff --git a/textures/liege.png b/textures/liege.png new file mode 100644 index 0000000..d8063f5 Binary files /dev/null and b/textures/liege.png differ diff --git a/textures/mast.png b/textures/mast.png new file mode 100644 index 0000000..528f78e Binary files /dev/null and b/textures/mast.png differ diff --git a/textures/meet.png b/textures/meet.png new file mode 100644 index 0000000..b6d9bd6 Binary files /dev/null and b/textures/meet.png differ diff --git a/textures/meet2.png b/textures/meet2.png new file mode 100644 index 0000000..5a6aa1d Binary files /dev/null and b/textures/meet2.png differ diff --git a/textures/pine.png b/textures/pine.png new file mode 100644 index 0000000..6844ceb Binary files /dev/null and b/textures/pine.png differ diff --git a/textures/plant1.png b/textures/plant1.png new file mode 100644 index 0000000..1e99509 Binary files /dev/null and b/textures/plant1.png differ diff --git a/textures/plant2.png b/textures/plant2.png new file mode 100644 index 0000000..5a697a6 Binary files /dev/null and b/textures/plant2.png differ diff --git a/textures/plant3.png b/textures/plant3.png new file mode 100644 index 0000000..78f0111 Binary files /dev/null and b/textures/plant3.png differ diff --git a/textures/reciprocating_engine_floor.png b/textures/reciprocating_engine_floor.png new file mode 100644 index 0000000..844b169 Binary files /dev/null and b/textures/reciprocating_engine_floor.png differ diff --git a/textures/sack.png b/textures/sack.png new file mode 100644 index 0000000..f67dd0e Binary files /dev/null and b/textures/sack.png differ diff --git a/textures/schiffsglocke.png b/textures/schiffsglocke.png new file mode 100644 index 0000000..a923e36 Binary files /dev/null and b/textures/schiffsglocke.png differ diff --git a/textures/smoking_room_chair.png b/textures/smoking_room_chair.png new file mode 100644 index 0000000..6138a26 Binary files /dev/null and b/textures/smoking_room_chair.png differ diff --git a/textures/smoking_room_chair2.png b/textures/smoking_room_chair2.png new file mode 100644 index 0000000..27098fd Binary files /dev/null and b/textures/smoking_room_chair2.png differ diff --git a/textures/smoking_room_chair3.png b/textures/smoking_room_chair3.png new file mode 100644 index 0000000..c549d01 Binary files /dev/null and b/textures/smoking_room_chair3.png differ diff --git a/textures/smoking_room_table1.png b/textures/smoking_room_table1.png new file mode 100644 index 0000000..2b048b1 Binary files /dev/null and b/textures/smoking_room_table1.png differ diff --git a/textures/smoking_room_table2.1.png b/textures/smoking_room_table2.1.png new file mode 100644 index 0000000..24f9559 Binary files /dev/null and b/textures/smoking_room_table2.1.png differ diff --git a/textures/smoking_room_table2.2.png b/textures/smoking_room_table2.2.png new file mode 100644 index 0000000..5cf0a3d Binary files /dev/null and b/textures/smoking_room_table2.2.png differ diff --git a/textures/smoking_room_table2.png b/textures/smoking_room_table2.png new file mode 100644 index 0000000..2a057b5 Binary files /dev/null and b/textures/smoking_room_table2.png differ diff --git a/textures/uebertuer1.png b/textures/uebertuer1.png new file mode 100644 index 0000000..9ef9562 Binary files /dev/null and b/textures/uebertuer1.png differ diff --git a/textures/uebertuer2.png b/textures/uebertuer2.png new file mode 100644 index 0000000..5305232 Binary files /dev/null and b/textures/uebertuer2.png differ diff --git a/textures/verandah_door1.png b/textures/verandah_door1.png new file mode 100644 index 0000000..ae8c7b3 Binary files /dev/null and b/textures/verandah_door1.png differ diff --git a/textures/verandah_floor.png b/textures/verandah_floor.png new file mode 100644 index 0000000..58b5e78 Binary files /dev/null and b/textures/verandah_floor.png differ diff --git a/textures/verandah_mirror1.png b/textures/verandah_mirror1.png new file mode 100644 index 0000000..325cbb0 Binary files /dev/null and b/textures/verandah_mirror1.png differ diff --git a/textures/verandah_mirror2.png b/textures/verandah_mirror2.png new file mode 100644 index 0000000..7153af5 Binary files /dev/null and b/textures/verandah_mirror2.png differ diff --git a/textures/verandah_mirror3.png b/textures/verandah_mirror3.png new file mode 100644 index 0000000..c3f35de Binary files /dev/null and b/textures/verandah_mirror3.png differ diff --git a/textures/verandah_mirror4.png b/textures/verandah_mirror4.png new file mode 100644 index 0000000..fd294dc Binary files /dev/null and b/textures/verandah_mirror4.png differ diff --git a/textures/verandah_mirror5.png b/textures/verandah_mirror5.png new file mode 100644 index 0000000..f32c2f9 Binary files /dev/null and b/textures/verandah_mirror5.png differ diff --git a/textures/verandah_mirror6.png b/textures/verandah_mirror6.png new file mode 100644 index 0000000..6fac454 Binary files /dev/null and b/textures/verandah_mirror6.png differ diff --git a/textures/verandah_window1.png b/textures/verandah_window1.png new file mode 100644 index 0000000..f1835f8 Binary files /dev/null and b/textures/verandah_window1.png differ diff --git a/textures/verandah_window2.png b/textures/verandah_window2.png new file mode 100644 index 0000000..905835d Binary files /dev/null and b/textures/verandah_window2.png differ diff --git a/textures/verandah_window3.png b/textures/verandah_window3.png new file mode 100644 index 0000000..5ddd099 Binary files /dev/null and b/textures/verandah_window3.png differ diff --git a/textures/verandah_window4.png b/textures/verandah_window4.png new file mode 100644 index 0000000..6d0869c Binary files /dev/null and b/textures/verandah_window4.png differ diff --git a/textures/verandah_window5.png b/textures/verandah_window5.png new file mode 100644 index 0000000..7ddb1d8 Binary files /dev/null and b/textures/verandah_window5.png differ diff --git a/textures/verandah_window6.png b/textures/verandah_window6.png new file mode 100644 index 0000000..e6a7a80 Binary files /dev/null and b/textures/verandah_window6.png differ diff --git a/textures/verandah_window_behind1.png b/textures/verandah_window_behind1.png new file mode 100644 index 0000000..04b4c87 Binary files /dev/null and b/textures/verandah_window_behind1.png differ diff --git a/textures/verandah_window_behind2.png b/textures/verandah_window_behind2.png new file mode 100644 index 0000000..c0e4859 Binary files /dev/null and b/textures/verandah_window_behind2.png differ diff --git a/textures/verandah_window_behind3.png b/textures/verandah_window_behind3.png new file mode 100644 index 0000000..5a717c0 Binary files /dev/null and b/textures/verandah_window_behind3.png differ diff --git a/textures/verandah_window_behind4.png b/textures/verandah_window_behind4.png new file mode 100644 index 0000000..9885841 Binary files /dev/null and b/textures/verandah_window_behind4.png differ diff --git a/textures/verandah_window_behind5.png b/textures/verandah_window_behind5.png new file mode 100644 index 0000000..dd7c8a7 Binary files /dev/null and b/textures/verandah_window_behind5.png differ diff --git a/textures/verandah_window_behind6.png b/textures/verandah_window_behind6.png new file mode 100644 index 0000000..293cec4 Binary files /dev/null and b/textures/verandah_window_behind6.png differ diff --git a/textures/vincent_paukt.png b/textures/vincent_paukt.png new file mode 100644 index 0000000..06dcd63 Binary files /dev/null and b/textures/vincent_paukt.png differ diff --git a/textures/water_tight_door.png b/textures/water_tight_door.png new file mode 100644 index 0000000..1adc83c Binary files /dev/null and b/textures/water_tight_door.png differ