Подчистил за собой и кубом

This commit is contained in:
Dmitry 2023-12-21 09:49:48 +07:00
parent 222ddac002
commit 39d016e258
4 changed files with 36 additions and 242 deletions

View file

@ -20,23 +20,4 @@ global.GTCEU_DISABLED_ITEMS = [
'gtceu:rubber_log',
'gtceu:rubber_leaves',
'gtceu:rubber_planks'
];
global.GTCEU_LIQUID_DYE = [
'gtceu:white_dye',
'gtceu:orange_dye',
'gtceu:magenta_dye',
'gtceu:light_blue_dye',
'gtceu:yellow_dye',
'gtceu:lime_dye',
'gtceu:pink_dye',
'gtceu:gray_dye',
'gtceu:light_gray_dye',
'gtceu:cyan_dye',
'gtceu:purple_dye',
'gtceu:blue_dye',
'gtceu:brown_dye',
'gtceu:green_dye',
'gtceu:red_dye',
'gtceu:black_dye',
];

View file

@ -676,75 +676,6 @@ global.MINECRAFT_DISABLED_ITEMS = [
'minecraft:end_rod',
'minecraft:brush',
'minecraft:bookshelf',
/*
// Other
"minecraft:bookshelf",
"minecraft:chiseled_bookshelf",
"minecraft:sand",
"minecraft:suspicious_sand",
"minecraft:red_sand",
"minecraft:chest",
"minecraft:trapped_chest",
"minecraft:wheat",
"minecraft:composter",
"minecraft:barrel",
"minecraft:blast_furnace",
"minecraft:furnace",
"minecraft:furnace_minecart",
"minecraft:anvil",
"minecraft:chipped_anvil",
"minecraft:damaged_anvil",
"minecraft:torch",
"minecraft:lantern",
"minecraft:soul_torch",
"minecraft:soul_lantern",
"minecraft:gold_ingot",
"minecraft:copper_ingot",
// Seeds
"minecraft:wheat_seeds",
"minecraft:pumpkin_seeds",
"minecraft:melon_seeds",
"minecraft:torchflower_seeds",
"minecraft:beetroot_seeds",
// Fish
"minecraft:cod",
"minecraft:salmon",
"minecraft:tropical_fish",
"minecraft:pufferfish",
"minecraft:cooked_cod",
"minecraft:cooked_salmon",
// Ores
"minecraft:netherite_scrap",
"minecraft:netherite_ingot",
"minecraft:netherite_block",
"minecraft:smithing_table",
"minecraft:netherite_block",
"minecraft:coal_ore",
"minecraft:deepslate_coal_ore",
"minecraft:iron_ore",
"minecraft:deepslate_iron_ore",
"minecraft:copper_ore",
"minecraft:deepslate_copper_ore",
"minecraft:gold_ore",
"minecraft:deepslate_gold_ore",
"minecraft:redstone_ore",
"minecraft:deepslate_redstone_ore",
"minecraft:emerald_ore",
"minecraft:deepslate_emerald_ore",
"minecraft:lapis_ore",
"minecraft:deepslate_lapis_ore",
"minecraft:diamond_ore",
"minecraft:deepslate_diamond_ore",
"minecraft:nether_gold_ore",
"minecraft:nether_quartz_ore",
"minecraft:ancient_debris",*/
];
global.VANILLA_WOOD_TYPES = [
@ -774,25 +705,6 @@ global.VANILLA_STONE_TYPES = [
"tuff"
];
global.MINECRAFT_FORGE_DYES = [
'#forge:dyes/white',
'#forge:dyes/orange',
'#forge:dyes/magenta',
'#forge:dyes/light_blue',
'#forge:dyes/yellow',
'#forge:dyes/lime',
'#forge:dyes/pink',
'#forge:dyes/gray',
'#forge:dyes/light_gray',
'#forge:dyes/cyan',
'#forge:dyes/purple',
'#forge:dyes/blue',
'#forge:dyes/brown',
'#forge:dyes/green',
'#forge:dyes/red',
'#forge:dyes/black'
];
global.MINECRAFT_DYE_NAMES = [
'white',
'orange',

View file

@ -1431,25 +1431,6 @@ global.TFC_ORE_MATERIALS = [
"tetrahedrite"
];
global.TFC_LIQUID_DYES = [
'tfc:white_dye',
'tfc:orange_dye',
'tfc:magenta_dye',
'tfc:light_blue_dye',
'tfc:yellow_dye',
'tfc:lime_dye',
'tfc:pink_dye',
'tfc:gray_dye',
'tfc:light_gray_dye',
'tfc:cyan_dye',
'tfc:purple_dye',
'tfc:blue_dye',
'tfc:brown_dye',
'tfc:green_dye',
'tfc:red_dye',
'tfc:black_dye',
];
global.TFC_UNFIRED_MOLDS = [
"tfc:ceramic/unfired_ingot_mold",
"tfc:ceramic/unfired_pickaxe_head_mold",