mirror of
https://github.com/Kas-tle/java2bedrock.sh.git
synced 2025-12-29 19:39:07 +00:00
Update converter.sh
This commit is contained in:
@@ -939,7 +939,8 @@ jq '
|
||||
("minecraft:" + .value.item): [
|
||||
{
|
||||
"name": .key,
|
||||
"allow_offhand": true
|
||||
"allow_offhand": true,
|
||||
"icon": .value.item
|
||||
}
|
||||
+ (if .value.nbt.CustomModelData then {"custom_model_data": (.value.nbt.CustomModelData)} else {} end)
|
||||
+ (if .value.nbt.Damage then {"damage_predicate": (.value.nbt.Damage)} else {} end)
|
||||
|
||||
Reference in New Issue
Block a user