* misc recipes * add saw to jar lid recipe * revert table salt name changing that didn't work
14 lines
No EOL
237 B
JavaScript
14 lines
No EOL
237 B
JavaScript
// priority: 0
|
|
|
|
const registerHotOrNotRecipes = (event) => {
|
|
|
|
event.shaped('tfchotornot:tongs/wood', [
|
|
'AB ',
|
|
'B ',
|
|
' '
|
|
], {
|
|
A: '#forge:tools/knives',
|
|
B: '#forge:rods/wooden'
|
|
}).id('tfchotornot:crafting/tongs/wood')
|
|
|
|
} |