- Screenshot_20250823_110233.png (5.25 KiB) Viewed 796 times
invisible item frames crafting
invisible item frames crafting
Last edited by Ardakaz on 25 Aug 2025, 12:35, edited 1 time in total.
Re: invisible item frames crafting
That can't be easily done due to the way how invisible item frames technically work.
Re: invisible item frames crafting
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
}
}Re: invisible item frames crafting
Ah, I see. Apparently my technical Minecraft knowledge is still in 2015... We had no datapacks back then.
I will look into this later.