123
This commit is contained in:
parent
490f1e96a7
commit
e6c986ecba
3 changed files with 7 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ REIEvents.hide('item', event => {
|
|||
})
|
||||
|
||||
REIEvents.groupEntries(event => {
|
||||
/*groupGTCEUStuff(event)
|
||||
groupTFCStuff(event)*/
|
||||
groupGTCEUStuff(event)
|
||||
groupTFCStuff(event)
|
||||
})
|
||||
|
||||
REIEvents.removeCategories(event => {
|
||||
|
|
|
|||
|
|
@ -2278,7 +2278,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
|
||||
//#region Исправление дерьма с медью (Однажды разраб GTCEu вспомнит, лучше бы забыл)
|
||||
|
||||
event.smelting('tfc:metal/ingot/copper', 'minecraft:raw_copper')
|
||||
|
|
|
|||
|
|
@ -705,6 +705,11 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'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'
|
||||
];
|
||||
|
||||
global.VANILLA_WOOD_TYPES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue