This is one of the weirdest and awesomest bugs ive seen in a while.
Create a node without tiles and the airlike
drawtype:
minetest.register_node("test:animated", {
description = "animated",
drawtype = "airlike",
})
Short video demonstrating various oddities: https://youtu.be/JtNPsQIbvv0
Noticed behaviors:
Discovered by @LoneWolfHT, tested more by me.
__Two things:__
What the heck :)
and wielded items can be animated; this needs to be an actual feature.
Animated water sources look great as a wielditem too
The fuck
Maybe related: #7304
and wielded items can be animated; this needs to be an actual feature.
:+1:
A little bit related: #4758
Imo this is not a bug. The modder is responsible to give the item a good look and airlike nodes being completely invisible in inventory and wieldhand would be worse. Ergo this is even a bugfix for the bug of not being able to distinguish between airlike node items and "no item". (I don't think that the bug will reproduce enough to cause a plague.)
A note in the documentation would probably be good.
Edit: Btw boat makes it 2*2*1
.
Most helpful comment
The fuck