• 3.7k views 1 today
  • save_alt 118 downloads
Game Version
Minecraft 1.21.4
Resolution
16x
Progress
100% complete
Changes include
  • Items
  • 9
  • 7
  • 1
nishiohirokazu
Lvl 37Artisan Professor
22
This resource pack includes 2 unit, 2 colors (white and red) umbrella models. Each unit can be rotated 45 degrees. By combining two model, the umbrella like the screenshot completed.

This pack uses the Wheat Seeds System. Each model is actually a wheat seeds item in an invisible item frame which put on an invisible barrier block.

For the wheat seeds system, see this guide: scrapbox.io/nishio/WheatSeedsSystem


IDs:
700 umbrella_up_white
701 umbrella_up_red
720 umbrella_down_white
721 umbrella_down_red




[​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:[700]}]



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 "umbrella-mc1214.zip".

More like this

  Have something to say?

ToasterGuy
11/21/2021 10:38 am
Level 2 : Apprentice Explorer
Digging Minecraft Style !
1

Welcome