20 lines
1.3 KiB
JavaScript
20 lines
1.3 KiB
JavaScript
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
|
|
|
ServerEvents.recipes(allthemods => {
|
|
allthemods.remove({ id: 'cobblemon_utility:shiny_card' })
|
|
allthemods.remove({ id: 'cobblemon_utility:golden_cap' })
|
|
allthemods.remove({ id: 'cobblemon_utility:master_candy' })
|
|
allthemods.remove({ id: 'cobblemon_utility:cobblemax' })
|
|
|
|
allthemods.remove({ id: 'cobblemon_utility:atk_bottle_cap' })
|
|
allthemods.remove({ id: 'cobblemon_utility:sp_atk_silver_cap' })
|
|
allthemods.remove({ id: 'cobblemon_utility:sp_def_silver_cap' })
|
|
allthemods.remove({ id: 'cobblemon_utility:speed_silver_cap' })
|
|
allthemods.remove({ id: 'cobblemon_utility:def_silver_cap' })
|
|
allthemods.remove({ id: 'cobblemon_utility:hp_silver_cap' })
|
|
allthemods.remove({ id: 'cobblemon_utility:poke_treat' })
|
|
})
|
|
|
|
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|