-
Notifications
You must be signed in to change notification settings - Fork 0
Recipe configuration
Sylfare edited this page Jul 21, 2024
·
1 revision
type: shaped
shape: # 1 letter = 1 ingredient material
- " NN"
- " NN"
- "s "
shapedIngredients:
N: netherite_ingot
s: stick
result:
item: example:my_cool_item
amount: 2 # default: 1
type: shapeless
ingredients: # amount between 1 and 9
- diamond
- example:my_cool_item
result:
item: nether_star
amount: 1 # default: 1
type: stonecutting
ingredient: oak_planks
result:
item: oak_slab
amount: 2
type: <furnace/blasting/smoking/campfire>
ingredient: raw_iron_block
result:
item: iron_block
cooking:
experience: 1 # useless for campfire, default: 0
time: 800 # in ticks, default: 200 (5 seconds)
type: smithing
base: gold_ingot
addition: iron_ingot
template: example:my_cool_item
result:
item: copper_ingot
amount: 2