Page 1 of 1

invisible item frames crafting

Posted: 23 Aug 2025, 09:07
by CometCT
Screenshot_20250823_110233.png
Screenshot_20250823_110233.png (5.25 KiB) Viewed 795 times

Re: invisible item frames crafting

Posted: 25 Aug 2025, 12:35
by Ardakaz

That can't be easily done due to the way how invisible item frames technically work.


Re: invisible item frames crafting

Posted: 02 Sep 2025, 16:35
by CometCT
Ardakaz wrote: 25 Aug 2025, 12:35

That 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

Posted: 02 Sep 2025, 17:23
by Ardakaz
CometCT wrote: 02 Sep 2025, 16:35
Ardakaz wrote: 25 Aug 2025, 12:35

That can't be easily done due to the way how invisible item frames technically work.

it's not that hard
[...]

Ah, I see. Apparently my technical Minecraft knowledge is still in 2015... We had no datapacks back then.

I will look into this later.