Skip to content

Conversation

@Prunoideae
Copy link
Contributor

CreateEvents.fanProcessing(event => {
    event.create("kubejs:leaves")
        .isValidAt('minecraft:oak_leaves')
        .canProcess("minecraft:dirt")
        .process((stack, level) => [Item.of("clay", stack.count)])
        .morphAirFlow(Color.GREEN_DYE, 0.5, "minecraft:rain", 20)
})

Example video, the processing time is set to 40 in the server config to skip waiting:

Recording.2024-06-23.215424.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant