
KubeJS Diesel Generators
Интеграция мода Create: Diesel Generators с KubeJS для Майнкрафт. Создавай свои рецепты для дизельных генераторов через удобный скриптовый API.
Оцените первым
175.5K
10
KubeJS Diesel Generators 1.20.1-1.1.1
Release10.03.2025
Список изменений
This is a Update for the Create: Diesel Generators version v1.2i
In this Version i have changed the Syntax to:
ServerEvents.recipes((e) => {
// Basin Fermenting
// Syntax basin_fermenting(output[], input[])
// supports multiple inputs and outputs
// supports .heated() and .superheated()
// supports chance-based output
e.recipes.createdieselgenerators
.basin_fermenting(Fluid.of("create:honey", 500), [
Fluid.of("create:chocolate", 1000),
"minecraft:bone_meal",
])
.processingTime(250)
.heated();
// Distillation
// Syntax distillation(output[], input)
// Distillation can only have 1 Fluid input
// supports up to 6 Fluid outputs
// supports .heated() and .superheated()
e.recipes.createdieselgenerators
.distillation(
[Fluid.of("minecraft:water", 250), Fluid.of("minecraft:lava", 50)],
Fluid.of("minecraft:milk", 500)
)
.processingTime(20)
.superheated();
});
Файлы
dg_js-1.20.1-1.1.1.jar(68.11 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.20.1-1.1.1
Загрузчики
Forge
Версии игры
1.20.1
Загрузок
7.5K
Дата публикации
10.03.2025
