actual working sealed barrel recipes for developing film
This commit is contained in:
parent
66f40b2824
commit
21e9f7f49c
6 changed files with 143 additions and 113 deletions
|
|
@ -7,4 +7,12 @@ TFCEvents.registerItemStackModifier(event => {
|
|||
TFC.misc.getFood(output).setBowl(input)
|
||||
return output;
|
||||
});
|
||||
|
||||
event.withInput('tfg:copy_nbt', (output, input) => {
|
||||
let { nbt } = input
|
||||
if (nbt) {
|
||||
output.orCreateTag.merge(nbt)
|
||||
}
|
||||
return output
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue