what i have to update?
{
"format_version": "1.16.100",
"minecraft:item": {
"description": {
"identifier": "mv:shop"
},
"components": {
"minecraft:max_stack_size": 1,
"minecraft:foil": true,
"minecraft:allow_off_hand": false,
"minecraft:stacked_by_data": false,
"minecraft:icon":{
"texture":"book_writable"
},
"minecraft:display_name":{
"value":"mvShop"
}
}
}
}
#new update
1 messages · Page 1 of 1 (latest)
• format version
• remove "minecraft:foil"
• change "minecraft:icon" to:
"minecraft:icon": "book_writable"
what i have to update?
{
"format_version": "1.16.100",
"minecraft:item": {
"description": {
"identifier": "mv:shop"
},
"components": {
"minecraft:max_stack_size": 1,
"minecraft:glint": true
"minecraft:allow_off_hand": false,
"minecraft:stacked_by_data": false,
"minecraft:icon": "book_writable",
"minecraft:display_name":{
"value":"mvShop"
}
}
}
}
the format version in what can i change it?
"format_version": "1.20.50",
Is minecraft:foil to make an item with the enchantment effect? If it is, it can be replaced by "minecraft:glint": true
It should work too
use game version 1.21.20 has the latest features
1.21.10 should definitely work since it includes custom components
it do not work for me
is there an error?
try 1.21.10 instead
wait
1.21.10 works
.
It's already false by default, you can just remove it
oke
Thx it works