Files
Friends-CMP-2.0/data/new_music/function/custom_items/give.mcfunction
T
Chloe ab56a1a865
Zip and Release / zip-and-release (push) Successful in 7s
Add custom item models for various shops using paper as the base item
2026-08-01 15:11:18 -04:00

5 lines
238 B
MCFunction

# Generic helper for giving custom items with a custom model.
# Example usage:
# function new_music:custom_items/give {item:"minecraft:paper", model:"city_under_siege6"}
give @s $(item)[minecraft:custom_model_data={strings:["$(model)"]}]