Hide Better Questing Placeholders from JEI (#961)

[FEATURE]

[FIXUP]
sha = "b2491a2a2430edf03342ebedc673461ab981f9cf"
changeFixes = false
newBody = '''
[BUG]
[DETAILS]
detail = "Fixes #956"
[DETAILS]
[IGNORE]
checks = { compareBefore = "1.7-beta-6a" }
[IGNORE]
'''
[FIXUP]
This commit is contained in:
Integer Limit 2024-08-26 20:02:48 +10:00 committed by GitHub
parent 31090f7005
commit fcfae39ec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,9 @@ List<ItemStack> lootBoxes = [
] ]
lootBoxes.forEach { removeAndHideItemIgnoreNBT(it) } lootBoxes.forEach { removeAndHideItemIgnoreNBT(it) }
mods.jei.ingredient.removeAndHide(item('betterquesting:placeholder'))
mods.jei.ingredient.removeAndHide(fluid('betterquesting.placeholder'))
// Modded Buckets // Modded Buckets
hideItemIgnoreNBT(item('forge:bucketfilled')) hideItemIgnoreNBT(item('forge:bucketfilled'))