Skip to content

Commit 75e3fba

Browse files
authored
a few more updates to syntax
1 parent 52e11be commit 75e3fba

7 files changed

Lines changed: 15 additions & 9 deletions

File tree

backport_to_26_1/assets/minecraft/items/music_disc_13.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"when": "minecraft:music_disc_bounce",
99
"model": {
1010
"type": "minecraft:model",
11-
"model": "minecraft:block/music_disc_bounce"
11+
"model": "minecraft:item/music_disc_bounce"
1212
}
1313
}
1414
],
1515
"fallback": {
1616
"type": "minecraft:model",
17-
"model": "minecraft:block/music_disc_13"
17+
"model": "minecraft:item/music_disc_13"
1818
}
1919
}
2020
}

backport_to_26_1/assets/minecraft/items/pointed_dripstone.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"when": "minecraft:sulfur_spike",
99
"model": {
1010
"type": "minecraft:model",
11-
"model": "minecraft:block/sulfur_spike"
11+
"model": "minecraft:item/sulfur_spike"
1212
}
1313
}
1414
],
1515
"fallback": {
1616
"type": "minecraft:model",
17-
"model": "minecraft:block/pointed_dripstone"
17+
"model": "minecraft:item/pointed_dripstone"
1818
}
1919
}
2020
}

backport_to_26_1/assets/minecraft/items/powder_snow_bucket.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"when": "minecraft:sulfur_cube_bucket",
99
"model": {
1010
"type": "minecraft:model",
11-
"model": "minecraft:block/sulfur_cube_bucket"
11+
"model": "minecraft:item/sulfur_cube_bucket"
1212
}
1313
}
1414
],
1515
"fallback": {
1616
"type": "minecraft:model",
17-
"model": "minecraft:block/powder_snow_bucket"
17+
"model": "minecraft:item/powder_snow_bucket"
1818
}
1919
}
2020
}

backport_to_26_1/assets/minecraft/items/slime_spawn_egg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"when": "minecraft:sulfur_cube_spawn_egg",
99
"model": {
1010
"type": "minecraft:model",
11-
"model": "minecraft:block/sulfur_cube_spawn_egg"
11+
"model": "minecraft:item/sulfur_cube_spawn_egg"
1212
}
1313
}
1414
],
1515
"fallback": {
1616
"type": "minecraft:model",
17-
"model": "minecraft:block/slime_spawn_egg"
17+
"model": "minecraft:item/slime_spawn_egg"
1818
}
1919
}
2020
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "minecraft:item/music_disc_bounce"
5+
}
6+
}
218 Bytes
Loading

pack.mcmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"pack": {
33
"description": "§r§d§kbang§r §5§nGithub.com/bangetto§r §d§ketto",
44
"pack_format": 85,

0 commit comments

Comments
 (0)