5 lines
238 B
MCFunction
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)"]}]
|