diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-05-19 22:20:33 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-05-19 22:20:33 -0400 |
commit | 0e8d734a692aa79ececac77d7cb3ca8911a29682 (patch) | |
tree | 83b69dcb99bf18f6eda0e30c9277ad9a902fa2d9 /castle | |
parent | 7d08fbf33b2c4ff97aa3cd447f9b524d3ed4b6f9 (diff) | |
download | dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.tar dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.tar.gz dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.tar.bz2 dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.tar.xz dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.zip |
update castle, homedecor, maptools, moreblocks, moretrees, and teleport request
Diffstat (limited to 'castle')
-rw-r--r-- | castle/README.txt | 3 | ||||
-rw-r--r-- | castle/init.lua | 1 | ||||
-rw-r--r-- | castle/screenshot.png | bin | 0 -> 1403428 bytes | |||
-rw-r--r-- | castle/textures/castle_crate.png | bin | 457 -> 476 bytes | |||
-rw-r--r-- | castle/textures/castle_crate_top.png | bin | 502 -> 515 bytes | |||
-rw-r--r-- | castle/textures/castle_workbench_back.png | bin | 0 -> 614 bytes | |||
-rw-r--r-- | castle/textures/castle_workbench_bottom.png | bin | 594 -> 509 bytes | |||
-rw-r--r-- | castle/textures/castle_workbench_front.png | bin | 0 -> 651 bytes | |||
-rw-r--r-- | castle/textures/castle_workbench_side.png | bin | 0 -> 548 bytes | |||
-rw-r--r-- | castle/textures/castle_workbench_top.png | bin | 388 -> 698 bytes | |||
-rw-r--r-- | castle/town_item.lua | 2 |
11 files changed, 4 insertions, 2 deletions
diff --git a/castle/README.txt b/castle/README.txt index 80425df..3baca1a 100644 --- a/castle/README.txt +++ b/castle/README.txt @@ -5,7 +5,7 @@ by: Philipbenr And DanDuncombe =-=-=-=-=-=-=-=-=-= -Licence: MIT, LGPLv2.1 +Licence: MIT, LGPLv2.1 (Crossbow) see: LICENSE @@ -47,6 +47,7 @@ Planned features (anything with question mark means that I am either unsure or d --Flags --Brewery/Liquor (liquor effects is another thing altogether) --Tannery? +--Dye Vats? --Books? (that is an interesting one... I'll write a post on it later) --Guards? --Player status (King, queen, etc.)? diff --git a/castle/init.lua b/castle/init.lua index 012366e..73a97d7 100644 --- a/castle/init.lua +++ b/castle/init.lua @@ -16,6 +16,7 @@ minetest.register_node("castle:stonewall", { paramtype = "light", drop = "castle:stonewall", groups = {cracky=3}, + sunlight_propagates = false, sounds = default.node_sound_stone_defaults(), }) diff --git a/castle/screenshot.png b/castle/screenshot.png Binary files differnew file mode 100644 index 0000000..3848fb2 --- /dev/null +++ b/castle/screenshot.png diff --git a/castle/textures/castle_crate.png b/castle/textures/castle_crate.png Binary files differindex b68c685..edbd0bc 100644 --- a/castle/textures/castle_crate.png +++ b/castle/textures/castle_crate.png diff --git a/castle/textures/castle_crate_top.png b/castle/textures/castle_crate_top.png Binary files differindex dd63b1b..7910d82 100644 --- a/castle/textures/castle_crate_top.png +++ b/castle/textures/castle_crate_top.png diff --git a/castle/textures/castle_workbench_back.png b/castle/textures/castle_workbench_back.png Binary files differnew file mode 100644 index 0000000..26d17f1 --- /dev/null +++ b/castle/textures/castle_workbench_back.png diff --git a/castle/textures/castle_workbench_bottom.png b/castle/textures/castle_workbench_bottom.png Binary files differindex c859118..f6c43f4 100644 --- a/castle/textures/castle_workbench_bottom.png +++ b/castle/textures/castle_workbench_bottom.png diff --git a/castle/textures/castle_workbench_front.png b/castle/textures/castle_workbench_front.png Binary files differnew file mode 100644 index 0000000..aefa84a --- /dev/null +++ b/castle/textures/castle_workbench_front.png diff --git a/castle/textures/castle_workbench_side.png b/castle/textures/castle_workbench_side.png Binary files differnew file mode 100644 index 0000000..461be85 --- /dev/null +++ b/castle/textures/castle_workbench_side.png diff --git a/castle/textures/castle_workbench_top.png b/castle/textures/castle_workbench_top.png Binary files differindex 90c0a3f..1e12954 100644 --- a/castle/textures/castle_workbench_top.png +++ b/castle/textures/castle_workbench_top.png diff --git a/castle/town_item.lua b/castle/town_item.lua index 0875e89..d1b496a 100644 --- a/castle/town_item.lua +++ b/castle/town_item.lua @@ -39,7 +39,7 @@ minetest.register_craft({ minetest.register_node("castle:workbench",{ description = "Workbench", - tiles = {"castle_workbench_top.png", "castle_workbench_bottom.png", "castle_workbench_1.png", "castle_workbench_1.png", "castle_workbench_2.png", "castle_workbench_2.png"}, + tiles = {"castle_workbench_top.png", "castle_workbench_bottom.png", "castle_workbench_side.png", "castle_workbench_side.png", "castle_workbench_back.png", "castle_workbench_front.png"}, paramtype2 = "facedir", paramtype = "light", groups = {choppy=2,oddly_breakable_by_hand=2,flammable=2}, |