Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include-files:
- ##########
- # The plugin will scan through and load these files after loading the main config below.
- # Note: drops from included files will are inclusive and will all be added to the drop list.
- ##########
- # - includes/od-fix_undroppables.yml # fix glass, bookshelf, boat and stairs drops
- # - includes/od-goldtools-basic.yml # allow gold tools chance to get ice, glowstone and grass
- # - includes/od-goldtools-smelt.yml # gold-pickaxe smelts ores to ingots, sand to glass, etc
- # - includes/od-ore_extraction.yml # allow ores to be "extracted" - leaving behind the stone
- # - includes/od-leaf_overhaul.yml # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very small chance of golden apple)
- # - includes/od-playerdeath_zombie.yml # players drop zombies on death
- # - includes/od-undead_chaos.yml # the undead shall rise again! Includes players dropping zombies/skeletons
- # - includes/od-random_examples.yml # For crazy testing only :) Read through examples before activating.
- # - includes/od-dyewool.yml # Dye wool after placing!
- # - includes/od-stop_mob_farms.yml # Stop mob farming!
- ## Other users overhauls
- # - includes/overhaul-catballs.yml # great example/playable config from Catballs (disable "ob" configs before using this one, otherwise you might have too many drops)
- # - includes/overhaul-zarius.yml # Zar's messy config (I run this with no other includes, at the moment)
- ## Add your files here (alternatively just add your custom drops to the bottom of this file)
- # - my_custom_file1.yml
- aliases:
- ##########
- # add custom YAML aliases here (advanced customisation) - see the wiki for more information
- defaults:
- ##########
- # add default values for the config below, "include-files" have their own "defaults" sections
- otherdrops:
- ##########
- # Your changes here, or create a new .yml file and include it above in the "include-files" section
- # Explore the included config files for many more examples
- #
- # If make a interesting or crazy config let me know on the forum and I might include it in the next release.
- #
- # Example:
- # GLASS:
- # - drop: GLASS
- #
- # - drop: MONEY
- # quantity: 3-15
- # message: You recycled the glass for %q dollars.
- IRON_ORE:
- - drop: IRON_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1]
- quantity: 1-2
- IRON_ORE:
- - drop: IRON_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2]
- quantity: 1-4
- IRON_ORE:
- - drop: IRON_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3]
- quantity: 1-6
- IRON_ORE:
- - drop: IRON_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#10, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#10]
- quantity: 2-10
- IRON_ORE:
- - drop: IRON_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#20, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#20]
- quantity: 2-15
- IRON_ORE:
- - drop: IRON_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#40, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#40]
- quantity: 2-30
- GOLD_ORE:
- - drop: GOLD_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#1]
- quantity: 1-2
- GOLD_ORE:
- - drop: GOLD_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#2, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#2]
- quantity: 1-4
- GOLD_ORE:
- - drop: GOLD_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#3, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#3]
- quantity: 1-6
- GOLD_ORE:
- - drop: GOLD_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#10, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#10]
- quantity: 2-10
- GOLD_ORE:
- - drop: GOLD_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#20, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#20]
- quantity: 2-15
- GOLD_ORE:
- - drop: GOLD_INGOT
- tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#40, IRON_PICKAXE@!LOOT_BONUS_BLOCKS#40]
- quantity: 2-30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement