From 0e8d734a692aa79ececac77d7cb3ca8911a29682 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Thu, 19 May 2016 22:20:33 -0400 Subject: update castle, homedecor, maptools, moreblocks, moretrees, and teleport request --- castle/README.txt | 3 ++- castle/init.lua | 1 + castle/screenshot.png | Bin 0 -> 1403428 bytes castle/textures/castle_crate.png | Bin 457 -> 476 bytes castle/textures/castle_crate_top.png | Bin 502 -> 515 bytes castle/textures/castle_workbench_back.png | Bin 0 -> 614 bytes castle/textures/castle_workbench_bottom.png | Bin 594 -> 509 bytes castle/textures/castle_workbench_front.png | Bin 0 -> 651 bytes castle/textures/castle_workbench_side.png | Bin 0 -> 548 bytes castle/textures/castle_workbench_top.png | Bin 388 -> 698 bytes castle/town_item.lua | 2 +- 11 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 castle/screenshot.png create mode 100644 castle/textures/castle_workbench_back.png create mode 100644 castle/textures/castle_workbench_front.png create mode 100644 castle/textures/castle_workbench_side.png (limited to 'castle') 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 new file mode 100644 index 0000000..3848fb2 Binary files /dev/null and b/castle/screenshot.png differ diff --git a/castle/textures/castle_crate.png b/castle/textures/castle_crate.png index b68c685..edbd0bc 100644 Binary files a/castle/textures/castle_crate.png and b/castle/textures/castle_crate.png differ diff --git a/castle/textures/castle_crate_top.png b/castle/textures/castle_crate_top.png index dd63b1b..7910d82 100644 Binary files a/castle/textures/castle_crate_top.png and b/castle/textures/castle_crate_top.png differ diff --git a/castle/textures/castle_workbench_back.png b/castle/textures/castle_workbench_back.png new file mode 100644 index 0000000..26d17f1 Binary files /dev/null and b/castle/textures/castle_workbench_back.png differ diff --git a/castle/textures/castle_workbench_bottom.png b/castle/textures/castle_workbench_bottom.png index c859118..f6c43f4 100644 Binary files a/castle/textures/castle_workbench_bottom.png and b/castle/textures/castle_workbench_bottom.png differ diff --git a/castle/textures/castle_workbench_front.png b/castle/textures/castle_workbench_front.png new file mode 100644 index 0000000..aefa84a Binary files /dev/null and b/castle/textures/castle_workbench_front.png differ diff --git a/castle/textures/castle_workbench_side.png b/castle/textures/castle_workbench_side.png new file mode 100644 index 0000000..461be85 Binary files /dev/null and b/castle/textures/castle_workbench_side.png differ diff --git a/castle/textures/castle_workbench_top.png b/castle/textures/castle_workbench_top.png index 90c0a3f..1e12954 100644 Binary files a/castle/textures/castle_workbench_top.png and b/castle/textures/castle_workbench_top.png differ 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}, -- cgit v1.2.3