Texture Packs Other Packs

Invisible Holes

  • 1.9k views 1 today
  • save_alt 59 downloads
Game Version
Minecraft 1.21.4
Resolution
16x
Progress
100% complete
Changes include
  • Items
  • 6
  • 3
nishiohirokazu
Lvl 37Artisan Professor
22
This resource pack includes Dirt and Cobblestone as item.
When you place them into an invisible item frame, they are looks like blocks.
However they are items in item frames, so they do not have hit box.
You can use them as a hidden gate for your secret base or a trapdoor for other players.

You may notice the difference of shadow in the third picture.
It is ambient occlusion, the shadow on the corner of blocks.
Because the hole is item, there are no shadow on the corner.
As in the second picture, you may want to put hole one block higher.
Here is a movie: youtu.be/ciyKAFufpSM
Here is another sample: gyazo.com/8d8f8199b1f027958bf87e51c5e020f1

This pack uses the Wheat Seeds System. For the wheat seeds system, see this guide: scrapbox.io/nishio/WheatSeedsSystem

IDs:
* 1300: hole_dirt
* 1301: hole_cobblestone




[​Minecraft 1.21.4+ / component format]

Items now use the component syntax (item NBT {...} was removed in 1.20.5):



/minecraft:give @s wheat_seeds[​minecraft:custom_model_data={floats:[1300]}]



Use /minecraft:give — plain /give is taken over by EssentialsX ("unknown item name").



Invisible item frame:



/minecraft:give @s item_frame[​entity_data={id:"minecraft:item_frame",Invisible:true}]



Make the nearest placed frame invisible / fixed (entity NBT, unchanged):



/data modify entity @e[​type=minecraft:item_frame,nbt={Invisible:0b},limit=1,sort=nearest] Invisible set value 1b



/data modify entity @e[​type=minecraft:item_frame,nbt={Fixed:0b},limit=1,sort=nearest] Fixed set value 1b



For Minecraft 1.21.4+, download the file named "invisible_holes-mc1214.zip".

More like this

  Have something to say?

Welcome