fixes
This commit is contained in:
parent
aaa70f46d9
commit
b6fca00186
3 changed files with 9 additions and 6 deletions
|
|
@ -1,16 +1,19 @@
|
|||
// priority: 1
|
||||
|
||||
REIEvents.hide('item', event => {
|
||||
//hideMinecraftStuff(event)
|
||||
/*hideTFCStuff(event)
|
||||
hideMinecraftStuff(event)
|
||||
/*
|
||||
hideTFCStuff(event)
|
||||
hideFirmaLifeStuff(event)
|
||||
hideGTCEUStuff(event)
|
||||
*/
|
||||
hideCreateStuff(event)
|
||||
hideAE2Stuff(event)
|
||||
hideAdAstraStuff(event)
|
||||
hideSophisticatedBackpacksStuff(event)
|
||||
hideMoreRedStuff(event)
|
||||
hideSmallShipsStuff(event)*/
|
||||
hideSmallShipsStuff(event)
|
||||
|
||||
})
|
||||
|
||||
REIEvents.groupEntries(event => {
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ global.AD_ASTRA_DISABLED_ITEMS = [
|
|||
"ad_astra:steel_nugget",
|
||||
"ad_astra:steel_trapdoor",
|
||||
"ad_astra:steel_door",
|
||||
'ad_astra:extinguished_torch',
|
||||
|
||||
// Ores
|
||||
"ad_astra:glacio_lapis_ore",
|
||||
|
|
|
|||
|
|
@ -676,7 +676,6 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:end_rod',
|
||||
'minecraft:brush',
|
||||
'minecraft:bookshelf',
|
||||
'/spawn_egg/',
|
||||
'minecraft:enchanted_book',
|
||||
'minecraft:repeating_command_block',
|
||||
'minecraft:command_block',
|
||||
|
|
@ -702,14 +701,14 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:anvil',
|
||||
'minecraft:chipped_anvil',
|
||||
'minecraft:damaged_anvil',
|
||||
'ad_astra:extinguished_torch',
|
||||
'minecraft:furnace',
|
||||
'minecraft:furnace_minecart',
|
||||
'minecraft:pointed_dripstone',
|
||||
'minecraft:small_amethyst_bud',
|
||||
'minecraft:medium_amethyst_bud',
|
||||
'minecraft:large_amethyst_bud',
|
||||
'minecraft:amethyst_cluster'
|
||||
'minecraft:amethyst_cluster',
|
||||
'/spawn_egg/'
|
||||
];
|
||||
|
||||
global.VANILLA_WOOD_TYPES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue