return REI
This commit is contained in:
parent
fcfd91839a
commit
f907c98009
4 changed files with 16 additions and 5 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"metal.tfg.redstone": "Redstone",
|
||||
"metal.tfg.red_alloy": "Red Alloy",
|
||||
"metal.tfg.tin_alloy": "Tin Alloy",
|
||||
|
||||
"block.gtceu.andesite_almandine_ore.prospected": "Almandine",
|
||||
"block.gtceu.andesite_aluminium_ore.prospected": "Aluminium",
|
||||
"block.gtceu.andesite_alunite_ore.prospected": "Alunite",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"metal.tfg.redstone": "Красный камень",
|
||||
"metal.tfg.red_alloy": "Красный сплав",
|
||||
"metal.tfg.tin_alloy": "Оловянный сплав",
|
||||
|
||||
"block.gtceu.andesite_almandine_ore.prospected": "Альмандин",
|
||||
"block.gtceu.andesite_aluminium_ore.prospected": "Алюминий",
|
||||
"block.gtceu.andesite_alunite_ore.prospected": "Алюнит",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// priority: 1
|
||||
|
||||
JEIEvents.hideItems(event => {
|
||||
REIEvents.hideItems(event => {
|
||||
hideMinecraftStuff(event)
|
||||
hideTFCStuff(event)
|
||||
hideFirmaLifeStuff(event)
|
||||
|
|
@ -15,13 +15,18 @@ JEIEvents.hideItems(event => {
|
|||
hideChiselAndBitsStuff(event)
|
||||
})
|
||||
|
||||
JEIEvents.removeCategories(event => {
|
||||
REIEvents.groupEntries(event => {
|
||||
groupGTCEUStuff(event)
|
||||
groupTFCStuff(event)
|
||||
})
|
||||
|
||||
REIEvents.removeCategories(event => {
|
||||
registerMinecraftCategories(event)
|
||||
registerGTCEUCategories(event)
|
||||
registerMoreRedCategories(event)
|
||||
})
|
||||
|
||||
JEIEvents.hideFluids(event => {
|
||||
REIEvents.hideFluids(event => {
|
||||
hideTFCFluids(event)
|
||||
hideFirmaLifeFluids(event)
|
||||
|
||||
|
|
|
|||
|
|
@ -110,8 +110,6 @@ const groupGTCEUStuff = (event) => {
|
|||
event.groupItemsByTag('tfg:rei_groups/restrictive_pipes/normal', 'Normal Resctrictive Pipes', 'forge:restrictive_pipes/normal')
|
||||
event.groupItemsByTag('tfg:rei_groups/restrictive_pipes/large', 'Large Resctrictive Pipes', 'forge:restrictive_pipes/large')
|
||||
event.groupItemsByTag('tfg:rei_groups/restrictive_pipes/huge', 'Huge Resctrictive Pipes', 'forge:restrictive_pipes/huge')
|
||||
|
||||
|
||||
|
||||
event.groupItems("tfg:rei_groups/boiler", "Boiler", [/gtceu:.*_boiler/]);
|
||||
event.groupItems("tfg:rei_groups/diode", "Diode", [/gtceu:(?!.*smd).*_diode/]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue