Rotate candy_bucket in wieldview.
This commit is contained in:
parent
da388060ba
commit
4ab3d6208d
@ -1,3 +1,4 @@
|
||||
default
|
||||
mtcandy
|
||||
farming_plus
|
||||
wieldview?
|
||||
|
4
init.lua
4
init.lua
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user