removed raw ore block recipes
This commit is contained in:
parent
c1f3883f9b
commit
5bf1d24f1f
2 changed files with 8 additions and 0 deletions
|
|
@ -401,6 +401,10 @@ function registerGTCEUMetalRecipes(event) {
|
|||
if (!material.hasProperty(PropertyKey.BLAST)) {
|
||||
event.smelting(ingotItem, normalOreItem).id(`gtceu:smelting/smelt_raw_${material.getName()}_ore_to_ingot`)
|
||||
}
|
||||
|
||||
// Remove ore block recipes
|
||||
event.remove({ id: `gtceu:compressor/compress_${material.getName()}_to_raw_ore_block` })
|
||||
event.remove({ id: `gtceu:forge_hammer/decompress_${material.getName()}_to_raw_ore` })
|
||||
}
|
||||
|
||||
const processRichRawOre = (material) => {
|
||||
|
|
|
|||
|
|
@ -768,6 +768,10 @@ global.MINECRAFT_HIDED_ITEMS = [
|
|||
'minecraft:oxidized_cut_copper',
|
||||
'minecraft:oxidized_cut_copper_stairs',
|
||||
'minecraft:oxidized_cut_copper_slab',*/
|
||||
|
||||
"minecraft:raw_iron_block",
|
||||
"minecraft:raw_copper_block",
|
||||
"minecraft:raw_gold_block"
|
||||
];
|
||||
|
||||
global.VANILLA_WOOD_TYPES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue