
Itematic
A mod that adds data-driven items to the game, and much more!
599
36
Список изменений
A small update porting all the way to 1.21.1!
Changes
Item Behaviour Components
- Renamed
minecraft:recordtominecraft:playable_song.- This makes it consistent with
minecraft:playableand describes the behaviour better. - The term 'song' is used due to the new Jukebox songs that were added in 24w21a.
- Its value is now an id pointing to a Jukebox song instead of containing the song data itself.
- This value can be changed for individual item stacks in the
minecraft:jukebox_songdata component.
- This makes it consistent with
So if you had this:
{
"minecraft:record": {
"description_key": "item.minecraft.music_disc_cat.desc",
"duration": 3700,
"output_signal": 2,
"sound_event": "minecraft:music_disc.cat"
}
}
You must now use this instead:
{
"minecraft:playable_song": "minecraft:cat"
}
With the following Jukebox song:
{
"comparator_output": 2,
"description": {
"translate": "jukebox_song.minecraft.cat"
},
"length_in_seconds": 185.0,
"sound_event": "minecraft:music_disc.cat"
}
Item Modifiers
- Reverted
minecraft:set_potionto its vanilla state.- This has been replaced by the
minecraft:set_random_potionitem modifier.
- This has been replaced by the
- Added
minecraft:set_random_potion.- This change is made for future compatibility with 26.1 snapshot 1.
- Fields:
conditions: The conditions for the item modifier to apply.options: An optional potion, list of potions or hash-prefixed potion tag. The possible potions to pick from. If not specified, will pick from every potion available.
Файлы
Itematic-0.4.0-preview.2+1.21.1.jar(2.38 MiB)
ОсновнойМетаданные
Канал релиза
Beta
Номер версии
0.4.0-preview.2+1.21.1
Загрузчики
Fabric
Версии игры
1.21–1.21.1
Загрузок
23
Дата публикации
2 мес. назад