Compare commits

...
1 Commits
Author SHA1 Message Date
lzstealth b8cb9b7150 Fix item modifiers for Minecraft 26.3
Draft Release / deploy-prod (push) Successful in 2s
2026-09-19 01:25:56 +01:00
8 changed files with 48 additions and 24 deletions
@@ -1,4 +1,6 @@
[ {
"type": "minecraft:sequence",
"functions": [
{ {
"type": "minecraft:set_lore", "type": "minecraft:set_lore",
"entity": "this", "entity": "this",
@@ -19,3 +21,4 @@
} }
} }
] ]
}
@@ -1,4 +1,6 @@
[ {
"type": "minecraft:sequence",
"functions": [
{ {
"type": "minecraft:set_lore", "type": "minecraft:set_lore",
"entity": "this", "entity": "this",
@@ -19,3 +21,4 @@
} }
} }
] ]
}
@@ -1,4 +1,6 @@
[ {
"type": "minecraft:sequence",
"functions": [
{ {
"type": "minecraft:set_lore", "type": "minecraft:set_lore",
"entity": "this", "entity": "this",
@@ -19,3 +21,4 @@
} }
} }
] ]
}
+4 -1
View File
@@ -1,4 +1,6 @@
[ {
"type": "minecraft:sequence",
"functions": [
{ {
"type": "minecraft:set_lore", "type": "minecraft:set_lore",
"entity": "this", "entity": "this",
@@ -19,3 +21,4 @@
} }
} }
] ]
}
@@ -1,4 +1,6 @@
[ {
"type": "minecraft:sequence",
"functions": [
{ {
"type": "minecraft:set_lore", "type": "minecraft:set_lore",
"entity": "this", "entity": "this",
@@ -22,3 +24,4 @@
} }
} }
] ]
}
@@ -1,4 +1,6 @@
[ {
"type": "minecraft:sequence",
"functions": [
{ {
"type": "minecraft:set_lore", "type": "minecraft:set_lore",
"entity": "this", "entity": "this",
@@ -22,3 +24,4 @@
} }
} }
] ]
}
@@ -1,4 +1,6 @@
[ {
"type": "minecraft:sequence",
"functions": [
{ {
"type": "minecraft:set_lore", "type": "minecraft:set_lore",
"entity": "this", "entity": "this",
@@ -22,3 +24,4 @@
} }
} }
] ]
}
@@ -1,4 +1,6 @@
[ {
"type": "minecraft:sequence",
"functions": [
{ {
"type": "minecraft:set_lore", "type": "minecraft:set_lore",
"entity": "this", "entity": "this",
@@ -22,3 +24,4 @@
} }
} }
] ]
}