Create

Create

86M Downloads

Failed to load Datapacks, can't proceed with server load Create v3.2

RipleyHyena opened this issue ยท 5 comments

commented

Unsure if it's a Create Issue, or KubeJS issue?

This appears when making a new world

latest.log

commented

Removing KubeJS Create allows the world to be created

commented

The exception being thrown is

java.lang.NullPointerException: Cannot find recipe serializer: create:blockzapper_upgrade

Seems like the KubeJS scripts you're using need to be updated since Create no longer has the blockzapper.

commented

This is the script I'm using:

`events.listen('recipes', function (e) {

e.remove({ id: 'projecte:transmutation_table'})
e.recipes.create.mechanical_crafting('projecte:transmutation_table', [
    'BBBCCCBBB',
    'CCCDDDCCC',
    'CCDDADDCC',
    'CCCDDDCCC',
    'BBBCCCBBB'
], {
    A: 'projecte:philosophers_stone',
    B: '#forge:obsidian',
    C: 'quark:polished_myalite',
    D: 'allthemodium:unobtainium_block'
})

})`

The only instance of Create integration I'm using is Mechanical Crafting

commented

I hope create update did not break KubeJS create cause I have a ton of Custom KubeJS scripts made for create, Till Create Plus & Create Additions updates I cant test my scripts cause they also crash with the new update

commented

Added a workaround for this in KubeJS-Mods/KubeJS@36f492b, KubeJS Create should hopefully receive an update once I'm done with exams and have time to give it all a general pass, so if in the meantime you find some issues, feel free to report them on our repo ^^