mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.10-1.16.5-36.0.22
This commit is contained in:
@ -36,13 +36,6 @@ var refined = [
|
||||
`crafting_monitor`
|
||||
];
|
||||
|
||||
onEvent(`jei.information`, e => {
|
||||
e.add(`allthemodium:molten_bluelava_bucket`, [`Soul Lava appears occasionally in the nether.`, `(Small source blocks only - no pools.)`]);
|
||||
e.add(`allthemodium:allthemodium_ore`, [`Check all the oceans for Allthemodium.`, `(Y 5-45)`]);
|
||||
e.add(`allthemodium:vibranium_ore`, [`Vibranium can be found in warped forests in the Nether.`, `(Y 80-127)`]);
|
||||
e.add(`allthemodium:unobtainium_ore`, [`Unobtainium can be obtained from the Highland biomes in the End.`]);
|
||||
});
|
||||
|
||||
onEvent(`jei.add.items`, e => {
|
||||
e.add([
|
||||
`minecraft:dragon_egg`
|
||||
@ -189,6 +182,7 @@ onEvent(`jei.hide.items`, e => {
|
||||
hideStuff(`solarflux`, `sp`, [6, 7, 8]);
|
||||
hideStuff(`quark`, `crate`, [`apple`, `carrot`, `beetroot`, `potato`]);
|
||||
hideStuff(`quark`, `block`, [`bamboo`, `charcoal`, `sugar_cane`]);
|
||||
hideStuff(`eidolon`, `ore`, [`lead`]);
|
||||
});
|
||||
|
||||
onEvent(`item.tooltip`, e => {
|
||||
|
Reference in New Issue
Block a user