I'm getting this warning in Minetest 5.4:
Field "alpha": Obsolete, only limited compatibility provided; replaced by "use_texture_alpha"
$ minetestserver --version
Minetest 5.4.1-sbrl1 (Linux)
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=0
USE_CURL=1
STATIC_SHAREDIR="/usr/local/share/minetest"
Using the ack command line tool, I identified that your mod still uses said alpha property when defining nodes, so I thought I'd let you know about it :-)
I'm getting this warning in Minetest 5.4:
Using the
ackcommand line tool, I identified that your mod still uses saidalphaproperty when defining nodes, so I thought I'd let you know about it :-)