mirror of
https://github.com/songoda/UltimateTimber.git
synced 2024-11-05 01:59:43 +01:00
Bug Fixes
This commit is contained in:
parent
4813fc9032
commit
92d4899cd9
@ -31,6 +31,8 @@ public class CustomLoot {
|
||||
|
||||
public static void initializeCustomItems() {
|
||||
|
||||
itemMap.clear();
|
||||
|
||||
FileConfiguration fileConfiguration = UltimateTimber.getInstance().getConfig();
|
||||
|
||||
List<String> arrayList = (List<String>) fileConfiguration.getList(DefaultConfig.CUSTOM_LOOT_LIST);
|
||||
|
@ -57,7 +57,7 @@ public class TreeChecker {
|
||||
offset determines the search radius around the main trunk
|
||||
maxheight sets the maximum height the plugin will crawl through to find a tree
|
||||
*/
|
||||
int offset = 5;
|
||||
int offset = 7;
|
||||
int maxHeight = 31;
|
||||
|
||||
/*
|
||||
@ -141,11 +141,11 @@ public class TreeChecker {
|
||||
int radMin, radMax;
|
||||
|
||||
if (i > 5) {
|
||||
radMin = -5;
|
||||
radMax = 7;
|
||||
} else {
|
||||
radMin = -4;
|
||||
radMax = 6;
|
||||
} else {
|
||||
radMin = -3;
|
||||
radMax = 5;
|
||||
}
|
||||
|
||||
|
||||
|
BIN
target/UltimateTimber-Legacy.jar
Normal file
BIN
target/UltimateTimber-Legacy.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user