-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
не знаю как сделать так чтобы при крафте было мое название предмета но есть пример кода но только через custom_model_data
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"#L#",
"L L",
" "
],
"key": {
"#": "minecraft:netherite_scrap",
"L": "minecraft:leather"
},
"result": {
"id": "minecraft:carved_pumpkin",
"components": {
"minecraft:custom_model_data": {
"strings": [
"Cowboy Hat"
]
}
}
}
}
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request