anvilcraft4/overrides/kubejs/server_scripts/40-recipes.js
LordMZTE 5169428ce2
All checks were successful
continuous-integration/drone/push Build is passing
fix: remove broken haxe kubejs scripts
2022-06-30 13:40:34 +02:00

19 lines
372 B
JavaScript

function recipes(ev) {
ev.shaped(
"flight_rings:t_basic_ring_treasure",
[
"SWS",
"WRW",
"FWF",
],
{
S: "terramine:mana_crystal",
W: "minecraft:feather",
R: "botania:pixie_ring",
F: "create:encased_fan",
}
);
}
onEvent("recipes", recipes);