kubejs: use kubejs-create builder API for flax press recipe #45
Reference in New Issue
Block a user
Delete Branch "refactor/supplementaries-bridges-kubejs-create-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
event.custom({type: 'create:pressing', ...})shim with the high-levelevent.recipes.create.pressing(out, in)builder.event.recipes.create.*namespace did not exist untilkubejs_createwas added.Test plan
[bns/supplementaries_bridges] added flax -> string press recipe.Now that v0.27.0 ships kubejs_create, the high-level event.recipes.create.pressing(out, in) builder works, replacing the raw event.custom({type: 'create:pressing', ...}) JSON shim we needed before. Verified live on the server -- recipe loads cleanly: [bns/supplementaries_bridges] added flax -> string press recipe Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>