more rei work
This commit is contained in:
parent
f9c3c3cbaf
commit
3316ff56fb
4 changed files with 114 additions and 12 deletions
|
|
@ -1 +1,16 @@
|
|||
// priority: 0
|
||||
// priority: 0
|
||||
|
||||
const registerTFCRecipes = (event) => {
|
||||
/*
|
||||
event.custom({
|
||||
type: 'farmersdelight:cutting',
|
||||
ingredients: [
|
||||
{ item: 'minecraft:cake' }
|
||||
],
|
||||
tool: { tag: 'forge:tools/knives' },
|
||||
result: [
|
||||
{ item: 'farmersdelight:cake_slice', count: 7 }
|
||||
]
|
||||
})*/
|
||||
|
||||
}
|
||||
1
kubejs/server_scripts/tfc/utility.js
Normal file
1
kubejs/server_scripts/tfc/utility.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
// priority: 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue