Skip to content

Instantly share code, notes, and snippets.

@draelock
Created July 21, 2021 14:19
Show Gist options
  • Save draelock/abfa4066c47f53ce00fb6f3b0082d696 to your computer and use it in GitHub Desktop.
Save draelock/abfa4066c47f53ce00fb6f3b0082d696 to your computer and use it in GitHub Desktop.
Wod Project rereskillable config
CHECK LIST HERE AT TOP (The following mods are done) Ask corresponding players if you have questions.
(Advanced Hook Launchers)Draelock/Aryalyn
(Better Animals Plus)Draelock/Aryalyn
(BetterFurnaces Reforged)Draelock/Aryalyn "*the JEI showed no space between Better/Furnaces this may or may not be correct.:Draelock"
#Disable wool drops to force the player to get shears.
disableWoolDrops = true
#Reset all skills to 1 when a player dies.
deathSkillReset = false
#Starting cost of upgrading to level 2, in levels.
#Range: 0 ~ 10
startingCost = 2
#Amount of levels added to the cost with each upgrade (use 0 for constant cost).
#Range: 0 ~ 10
costIncrease = 1
#Maximum level each skill can be upgraded to.
#Range: 2 ~ 100
maximumLevel = 32
#List of item and block skill requirements.
#Format: mod:id skill:level
#Valid skills: attack, defence/defense, mining, gathering, farming, building, agility, magic
skillLocks = ["advanced_hook_launchers:launcher_prototype building:15","advanced_hook_launchers:spear_hook_launcher agility:15","advanced_hook_launchers:pudge_hook_launcher agility:15","advanced_hook_launchers:web_hook_launcher agility:15","betterfurnaces_reforged:iron_furnace building:5","betterfurnaces_reforged:gold_furnace building:10","betterfurnaces_reforged:diamond_furnace building:15","betterfurnaces_reforged:netherhot_furnace building:20","betterfurnaces_reforged:extreme_furnace building:25","betterfurnaces_reforged:cobblestone_generator building:5","better_animals_plus:wolf_cape_classic defense:10","better_animals_plus:wolf_cape_timber defense:10","better_animals_plus:wolf_cape_black defense:10","better_animals_plus:wolf_cape_arctic defense:10","better_animals_plus:wolf_cape_brown defense:10","better_animals_plus:wolf_cape_red defense:10","better_animals_plus:bear_cape_brown defense:10","better_animals_plus:bear_cape_black defense:10","better_animals_plus:bear_cape_kermode defense:10","minecraft:iron_sword attack:5", "minecraft:iron_shovel gathering:5", "minecraft:iron_pickaxe mining:5", "minecraft:iron_axe gathering:5", "minecraft:iron_hoe farming:5", "minecraft:iron_helmet defence:5", "minecraft:iron_chestplate defence:5", "minecraft:iron_leggings defence:5", "minecraft:iron_boots defence:5", "minecraft:diamond_sword attack:15", "minecraft:diamond_shovel gathering:15", "minecraft:diamond_pickaxe mining:15", "minecraft:diamond_axe gathering:15", "minecraft:diamond_hoe farming:15", "minecraft:diamond_helmet defence:15", "minecraft:diamond_chestplate defence:15", "minecraft:diamond_leggings defence:15", "minecraft:diamond_boots defence:15", "minecraft:netherite_sword attack:30", "minecraft:netherite_shovel gathering:30", "minecraft:netherite_pickaxe mining:30", "minecraft:netherite_axe gathering:30", "minecraft:netherite_hoe farming:30", "minecraft:netherite_helmet defence:30", "minecraft:netherite_chestplate defence:30", "minecraft:netherite_leggings defence:30", "minecraft:netherite_boots defence:30", "minecraft:fishing_rod gathering:5", "minecraft:shears gathering:5", "minecraft:lead farming:5", "minecraft:bow attack:5 agility:3", "minecraft:turtle_helmet defence:10", "minecraft:shield defence:5", "minecraft:crossbow attack:5 agility:5", "minecraft:trident attack:15 agility:10", "minecraft:golden_apple magic:5", "minecraft:enchanted_golden_apple magic:10", "minecraft:ender_pearl magic:5", "minecraft:ender_eye magic:10", "minecraft:piston building:5", "minecraft:sticky_piston building:10", "minecraft:tnt building:5", "minecraft:ender_chest magic:15", "minecraft:enchanting_table magic:10", "minecraft:anvil building:5", "minecraft:chipped_anvil building:5", "minecraft:damaged_anvil building:5", "minecraft:smithing_table building:10", "minecraft:end_crystal magic:20", "minecraft:boat agility:5", "minecraft:minecart agility:10", "minecraft:elytra agility:20", "minecraft:horse agility:10", "minecraft:donkey agility:10", "minecraft:mule agility:10", "minecraft:strider agility:15"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment