Crush
On this page
Add a new Crush recipe
server_scriptsThese recipes will affect the usage of on blocks and item entities.
Key | Description |
---|---|
chance | The chance of the output being produced, from 0-1 |
skip_block_place | Whether Crush will effect this item when floating in the world |
ServerEvents.recipes(event => { event.custom({ type: "ars_nouveau:crush", input: { item: "minecraft:azure_bluet", }, output: [ { chance: 1.0, count: 2, item: "minecraft:light_gray_dye", maxRange: 1 } ], skip_block_place: false });});
Prev
Caster Tomes Next
Dispel Entity