summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-07 00:17:43 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-07 00:17:43 -0500
commitd47d181b9becf0d6b60d684301ddd8ac75b6f8c2 (patch)
treeff2d4ba4b8efca8869a0d0cc7cc9d5187136d852
parentb2d8e78ea2597aa86b187583748f4808c5f07732 (diff)
downloaddreambuilder_modpack-d47d181b9becf0d6b60d684301ddd8ac75b6f8c2.tar
dreambuilder_modpack-d47d181b9becf0d6b60d684301ddd8ac75b6f8c2.tar.gz
dreambuilder_modpack-d47d181b9becf0d6b60d684301ddd8ac75b6f8c2.tar.bz2
dreambuilder_modpack-d47d181b9becf0d6b60d684301ddd8ac75b6f8c2.tar.xz
dreambuilder_modpack-d47d181b9becf0d6b60d684301ddd8ac75b6f8c2.zip
updated homedecor
-rw-r--r--homedecor/books.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/homedecor/books.lua b/homedecor/books.lua
index b6790e3..27127e3 100644
--- a/homedecor/books.lua
+++ b/homedecor/books.lua
@@ -43,7 +43,6 @@ homedecor.register("book", {
walkable = false,
paramtype2 = "colorwallmounted",
palette = "unifieddyes_palette_colorwallmounted.png",
- after_place_node = homedecor.fix_rotation_nsew,
after_dig_node = unifieddyes.after_dig_node,
stack_max = 1,
on_punch = function(pos, node, puncher, pointed_thing)
@@ -86,6 +85,7 @@ homedecor.register("book", {
if not homedecor.expect_infinite_stacks then
itemstack:take_item()
end
+ homedecor.fix_rotation_nsew(pos, placer, itemstack, pointed_thing)
return itemstack
end,
on_dig = book_dig,