Invisible Minecarts (DataPack Library)
作者:rebot | 分类:模组
Minecraft 版本: 1.20.2 1.20.3 1.20.4
平台: datapack
标签: game-mechanics library storage
This DataPack Library allow you to summon invisible minecarts without affecting normal ones (they will still be visible).
Useful for adding custom UI / Inventories by summoning one of these in front of the player.
USAGE: To summon a new invisible chest minecart run the next command: ``` /function im_3:summon_invisible/chest_minecart {pos:"~ ~ ~", noGravity:"true", silent:"true", invulnerable:"true", tags:""} ``` You can change pos, noGravity, silent, invulnerable and add tags to customize your minecarts: - pos: x y z coordinates (integers and/or '~') - noGravity, silent and invulnerable: true or false - tags: custom tags separated with comas You can also turn a normal minecart into an invisible minecart just by adding the tag "invisible_minecart" and removing, if it has, the "im_set" one.Rest of minecart types are coming in a future DataPack versión.
Credits to Misode.
请登录后举报
暂无评论,抢个沙发吧~