mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Copied configs for diff
This commit is contained in:
@ -1,20 +0,0 @@
|
||||
// priority: 0
|
||||
|
||||
settings.logAddedRecipes = true
|
||||
settings.logRemovedRecipes = true
|
||||
settings.logSkippedRecipes = false
|
||||
settings.logErroringRecipes = true
|
||||
|
||||
console.info('Hello, World! (You will see this line every time server resources reload)')
|
||||
|
||||
onEvent('recipes', event => {
|
||||
// Change recipes here
|
||||
})
|
||||
|
||||
onEvent('item.tags', event => {
|
||||
// Get the #forge:cobblestone tag collection and add Diamond Ore to it
|
||||
// event.get('forge:cobblestone').add('minecraft:diamond_ore')
|
||||
|
||||
// Get the #forge:cobblestone tag collection and remove Mossy Cobblestone from it
|
||||
// event.get('forge:cobblestone').remove('minecraft:mossy_cobblestone')
|
||||
})
|
Reference in New Issue
Block a user