
Garnished KubeJS
KubeJS Create: Garnished Integration
Обновлён 16 июня 2026 г. · опубликован 28 июня 2024 г.
! This mod is will not work with the reworked version of Create: Garnished !
Kubejs Create: Garnished integration.
Supported recipe types:
- Bulk Dyeing [Red]
- Bulk Dyeing [Orange]
- Bulk Dyeing [Yellow]
- Bulk Dyeing [Green]
- Bulk Dyeing [Blue]
- Bulk Dyeing [Purple]
- Bulk Freezing
Supported item types:
- Hatchets
Bulk Dyeing can be achieved just like most other recipes in the following format:
event.recipes.garnished.red_dye_blowing('rubymod:ruby', 'minecraft:emerald', 200).id('garnished_kubejs:red_dye_blowing/ruby_from_emerald')
To use any of the other available colours, simply change 'event.recipes.garnished.red_dye_blowing' to instead be 'event.recipes.garnished._dye_blowing.'
Bulk Freezing can be achieved similarly:
event.recipes.garnished.freezing('minecraft:powder_snow_bucket', 'minecraft:water_bucket', 200).id('garnished_kubejs:freezing/powder_snow_bucket_from_water_bucket')
Hatchets are an interesting case, as it's quite simple to implement a custom hatchet for your project. Register an item just like how you would usually, but insert 'garnished:hatchet' for the item type as shown below:
event.create('bone_hatchet', 'garnished:hatchet').displayName('Bone Hatchet').unstackable().texture('kubejs:item/bone_hatchet').tier('netherite')
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.2.2+1.21.1 | Релиз | 1.21, 1.21.1 | neoforge | 16 июня 2026 г. | Скачать (14 КБ) |
| 0.2.2-neoforged | Релиз | 1.20, 1.20.1 | forge, neoforge | 11 марта 2025 г. | Скачать (13 КБ) |
| 0.2.1-neoforged | Релиз | 1.20, 1.20.1 | forge, neoforge | 27 июля 2024 г. | Скачать (13 КБ) |
| 0.2-neoforged | Релиз | 1.20, 1.20.1 | forge, neoforge | 27 июля 2024 г. | Скачать (13 КБ) |
| 0.1.1-neoforged | Релиз | 1.20, 1.20.1 | forge, neoforge | 14 июля 2024 г. | Скачать (13 КБ) |
| 0.1-neoforged | Релиз | 1.20, 1.20.1 | forge, neoforge | 28 июня 2024 г. | Скачать (13 КБ) |
Ченджлог
0.2.2+1.21.1Релиз1.21, 1.21.1 · 16 июня 2026 г.
- Port to 1.21.1
- Requires Create KubeJS
0.2.2-neoforgedРелиз1.20, 1.20.1 · 11 марта 2025 г.
- Update Create mod
- Update Create: Garnished
0.2.1-neoforgedРелиз1.20, 1.20.1 · 27 июля 2024 г.
- Update Create: Garnished version
0.2-neoforgedРелиз1.20, 1.20.1 · 27 июля 2024 г.
- Utilize Create: Garnished v1.9
- Add new Bulk Dyeing recipes
0.1.1-neoforgedРелиз1.20, 1.20.1 · 14 июля 2024 г.
- Update to utilize the most recent version of Create: Garnished (v1.7.2 -> v1.8.8)
0.1-neoforgedРелиз1.20, 1.20.1 · 28 июня 2024 г.
- Allow for custom Freezing recipes to be accomplished with KubeJS
- Allow for custom Bulk Dyeing recipes to be accomplished with KubeJS
- Allow for custom hatchets to be made upon startup
Комментарии
Загружаем…