Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
29bb0bd391
2 changed files with 10 additions and 1 deletions
|
|
@ -1153,7 +1153,6 @@ const registerAE2Recipes = (event) => {
|
|||
.circuit(1)
|
||||
.duration(20)
|
||||
.EUt(480)
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
.addMaterialInfo(true)
|
||||
|
||||
// Storage Bus
|
||||
|
|
|
|||
|
|
@ -331,6 +331,16 @@ function registerTFGFoodItemTags(event) {
|
|||
event.add('tfc:foods/usable_in_jam_sandwich', 'ad_astra:cheese')
|
||||
event.add('tfc:foods/usable_in_jam_sandwich_2', 'ad_astra:cheese')
|
||||
event.add('firmalife:foods/cheeses', 'ad_astra:cheese')
|
||||
|
||||
// Auto-eat blacklist for backpack feeding upgrade and quarktech helmet
|
||||
const AUTO_EAT_BLACKLIST = [
|
||||
'#tfg:medicine',
|
||||
'minecraft:rotten_flesh',
|
||||
'#beneath:poisonous_mushrooms'
|
||||
]
|
||||
AUTO_EAT_BLACKLIST.forEach(food => {
|
||||
event.add('tfg:auto_eat_blacklist', food)
|
||||
})
|
||||
}
|
||||
|
||||
function registerTFGFoodBlockTags(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue