• • 5/18/20 10:23 pm • 2 logs
- 63.8k views • 1 today
- save_alt 10.9k downloads • 1 today
- Compatibility
- Minecraft 1.16
- Changes include
- Functions
45
Hello there humans of the internet! This is a data pack by IcebergLettuce that allows you to create invisible item frames easily in survival mode. The instructions are simple: just rename any item frames you want to convert to "invis". Once in your inventory, they will be converted to "Invisible Item Frames" which can be placed down. The frames will only be invisible when items are in them, so you'll never lose an invisible frame! I made a YouTube video explaining the pack that you can watch for more info. Thanks for stopping by!
2 Update Logs
v3 : by IcebergLettuce 05/19/2020 5:12:45 pmMay 19, 2020 @ 9:12 pm UTC
Put one "!" in the wrong place and broke the whole thing, it is now un-broken.
LOAD MORE LOGS
More like this
4601808
119


Have something to say?
execute as @a if entity @s[nbt={Inventory:[{id:"minecraft:glow_item_frame",tag:{display:{Name:'{"text":"invis"}'}}}]}] run clear @s minecraft:glow_item_frame{display:{Name:'{"text":"invis"}'}} 1
execute as @e[type=minecraft:glow_item_frame,nbt={Invisible:1b},nbt={FallDistance:0f}] run data modify entity @s FallDistance set value 1
execute as @e[type=minecraft:glow_item_frame,nbt={FallDistance:1f},nbt={Invisible:1b},nbt=!{Item:{}}] run data modify entity @s Invisible set value 0
execute as @e[type=minecraft:glow_item_frame,nbt={Item:{}},nbt={FallDistance:1f},nbt={Invisible:0b}] run data modify entity @s Invisible set value 1
poggers