Compatibility
Minecraft: Java Edition
1.20.1
1.19.2
1.18.2
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published 11 months ago
Updated 8 months ago
Changelog
KubeJS Diesel Generators is now also available for 1.18.2
onEvent("recipes", (event) => {
// 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()
event.recipes.createdieselgenerators
.distillation(
[
Fluid.of("createdieselgenerators:diesel", 50),
Fluid.of("createdieselgenerators:gasoline", 50),
],
Fluid.of("createdieselgenerators:crude_oil", 100)
)
.processingTime(100)
.superheated();
});
Files
Metadata
Release channel
ReleaseVersion number
1.18.2-1.0.0Loaders
Game versions
1.18.2Downloads
57Publication date
March 10, 2025 at 2:44 PMPublisher

Blue.PHS
Member


