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:
parent
31090f7005
commit
fcfae39ec2
@ -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'))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user