mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Add new child.yml config for picking parents of child skills
This commit is contained in:
11
src/main/resources/child.yml
Normal file
11
src/main/resources/child.yml
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# mcMMO child skill configuration
|
||||
# You do not need to modify this file except to change parents of child skills
|
||||
#
|
||||
# If you wish a child skill to be the parent of another child skill, you must also make your changes to the child.yml within the jar
|
||||
# WARNING: THIS IS NOT SUPPORTED, IF YOU DO SO YOU ARE RESPONSIBLE FOR THE ISSUES THAT MAY ARISE. That said, watch out for circular dependencies, those are bad.
|
||||
#
|
||||
#####
|
||||
Smelting:
|
||||
- Mining
|
||||
- Repair
|
Reference in New Issue
Block a user