uninstall
Functionality for copying all files into their instances
break_ender_chest(minecraft_root)
Replace all instance symlinks with their actual targets, effectively "uninstalling" EnderChest
Parameters:
Name | Type | Description | Default |
---|---|---|---|
minecraft_root |
Path
|
The root directory that your minecraft stuff (or, at least, the one that's the parent of your EnderChest folder) |
required |
Source code in enderchest/uninstall.py
break_instances(minecraft_root, instance_names)
Deregister the specified instances from EnderChest, replacing all instance symlinks with their actual targets, and then removing those instances from the enderchest.cfg
Parameters:
Name | Type | Description | Default |
---|---|---|---|
minecraft_root |
Path
|
The root directory that your minecraft stuff (or, at least, the one that's the parent of your EnderChest folder) |
required |
instance_names |
list of str
|
The names of the instances to break |
required |