Rotate candy_bucket in wieldview.

This commit is contained in:
Foz 2016-11-25 12:06:08 -10:00
parent da388060ba
commit 4ab3d6208d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
default
mtcandy
farming_plus
wieldview?

View File

@ -59,6 +59,10 @@ minetest.register_tool('trick_or_treat:candy_bucket', {
wield_image = 'trick_or_treat_candy_bucket.png^[transformR270]',
})
if wieldview then
wieldview.transform['trick_or_treat:candy_bucket']='R180'
end
minetest.register_craft({
output = 'trick_or_treat:candy_bucket',
recipe = {