Удаление AdAstra
This commit is contained in:
parent
79d694051e
commit
2a4d4e2440
6 changed files with 0 additions and 70 deletions
|
|
@ -8,7 +8,6 @@ REIEvents.hide('item', event => {
|
|||
hideGTCEUStuff(event)
|
||||
hideCreateStuff(event)
|
||||
hideAE2Stuff(event)
|
||||
hideAdAstraStuff(event)
|
||||
hideSophisticatedBackpacksStuff(event)
|
||||
hideMoreRedStuff(event)
|
||||
hideRailWaysStuff(event)
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
const hideAdAstraStuff = (event) => {
|
||||
global.AD_ASTRA_DISABLED_ITEMS.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
const registerAdAstraRecipes = (event) => {
|
||||
|
||||
// Удаление рецептов мода
|
||||
event.remove({ mod: 'ad_astra' });
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
const registerAdAstraItemTags = (event) => {
|
||||
|
||||
// Удаление тегов у отключенных предметов
|
||||
global.AD_ASTRA_DISABLED_ITEMS.forEach(item => {
|
||||
event.removeAllTagsFrom(item)
|
||||
})
|
||||
}
|
||||
|
|
@ -17,8 +17,6 @@ ServerEvents.tags('item', event => {
|
|||
registerCreateAdditionsItemTags(event)
|
||||
registerRailWaysItemTags(event)
|
||||
|
||||
registerAdAstraItemTags(event)
|
||||
|
||||
registerMoreRedItemTags(event)
|
||||
|
||||
registerSophisticatedBackpacksItemTags(event)
|
||||
|
|
@ -91,8 +89,6 @@ ServerEvents.recipes(event => {
|
|||
|
||||
registerComputerCraftRecipes(event)
|
||||
|
||||
registerAdAstraRecipes(event)
|
||||
|
||||
registerMoreRedRecipes(event)
|
||||
|
||||
registerSophisticatedBackpacksRecipes(event)
|
||||
|
|
|
|||
|
|
@ -1,42 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
/**
|
||||
* Список хранит предметы,
|
||||
* у которых должны быть удалены тэги и они должны быть скрыты в REI.
|
||||
*/
|
||||
global.AD_ASTRA_DISABLED_ITEMS = [
|
||||
// Random
|
||||
"ad_astra:steel_ingot",
|
||||
"ad_astra:steel_plate",
|
||||
"ad_astra:iron_plate",
|
||||
"ad_astra:iron_rod",
|
||||
"ad_astra:steel_nugget",
|
||||
"ad_astra:steel_trapdoor",
|
||||
"ad_astra:steel_door",
|
||||
'ad_astra:extinguished_torch',
|
||||
'ad_astra:hammer',
|
||||
|
||||
// Ores
|
||||
"ad_astra:glacio_lapis_ore",
|
||||
"ad_astra:moon_cheese_ore",
|
||||
"ad_astra:moon_desh_ore",
|
||||
"ad_astra:deepslate_desh_ore",
|
||||
"ad_astra:moon_iron_ore",
|
||||
"ad_astra:moon_ice_shard_ore",
|
||||
"ad_astra:deepslate_ice_shard_ore",
|
||||
"ad_astra:mars_iron_ore",
|
||||
"ad_astra:mars_diamond_ore",
|
||||
"ad_astra:mars_ostrum_ore",
|
||||
"ad_astra:deepslate_ostrum_ore",
|
||||
"ad_astra:mars_ice_shard_ore",
|
||||
"ad_astra:venus_coal_ore",
|
||||
"ad_astra:venus_gold_ore",
|
||||
"ad_astra:venus_diamond_ore",
|
||||
"ad_astra:venus_calorite_ore",
|
||||
"ad_astra:deepslate_calorite_ore",
|
||||
"ad_astra:mercury_iron_ore",
|
||||
"ad_astra:glacio_ice_shard_ore",
|
||||
"ad_astra:glacio_coal_ore",
|
||||
"ad_astra:glacio_copper_ore",
|
||||
"ad_astra:glacio_iron_ore",
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue