Mineclone2 and 5 does not work. unified_inv and sfinv do work through. For games which are unsported instead of useing a command instead try registering a block instead.
MineClone support means the public inventory is displayed correctly, as this needs to be implemented additionally because MineClone uses a themed Formspec. Also, there is no integration in the MineClone inventory GUI, as it doesn't support the addition of new tabs / buttons, at least as far as I know.
The mod is meant to be used with the command, but if you want to add a block, you can do this on your own and use the pubinv.open(playername) API, which first needs to be enabled by removing the "local" in front of the pubinv table definition in init.lua (highlighted in the code!).
Mineclone2 and 5 does not work. unified_inv and sfinv do work through. For games which are unsported instead of useing a command instead try registering a block instead.
works find with command so thumbs up.
Hi, thanks for your review!
MineClone support means the public inventory is displayed correctly, as this needs to be implemented additionally because MineClone uses a themed Formspec. Also, there is no integration in the MineClone inventory GUI, as it doesn't support the addition of new tabs / buttons, at least as far as I know. The mod is meant to be used with the command, but if you want to add a block, you can do this on your own and use the
pubinv.open(playername)
API, which first needs to be enabled by removing the "local" in front of thepubinv
table definition ininit.lua
(highlighted in the code!).Hope that helps!