invisible item frames crafting
Posted: 23 Aug 2025, 09:07
Use /register ingame to create an account.
https://mc.ardakaz.net/forum/
That can't be easily done due to the way how invisible item frames technically work.
Ardakaz wrote: 25 Aug 2025, 12:35That can't be easily done due to the way how invisible item frames technically work.
it's not that hard
Code: Select all
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
[
"minecraft:golden_carrot"
],
"minecraft:item_frame"
],
"result": {
"id": "minecraft:item_frame",
"components": {
"minecraft:enchantment_glint_override": true,
"minecraft:entity_data": {
"id": "minecraft:item_frame",
"Invisible": true
}
},
"count": 1
}
}Ah, I see. Apparently my technical Minecraft knowledge is still in 2015... We had no datapacks back then.
I will look into this later.