mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-20 00:13:21 +02:00
Compare commits
3 commits
e43273b172
...
ce9a88d56d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ce9a88d56d |
||
![]() |
89536e3070 |
||
![]() |
1bb8409931 |
4 changed files with 10 additions and 4 deletions
|
@ -52,7 +52,7 @@ With the new config system, block tags and custom blockstates can be used to mas
|
||||||

|

|
||||||
|
|
||||||
### ⌨️ Keybinds
|
### ⌨️ Keybinds
|
||||||
Don't want to sit with the **just** the hand? Use a keybind or type a command to sit instead!
|
Don't want to sit with **just** the hand? Use a keybind or type a command to sit instead!
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# v1.2.4.7
|
||||||
|
* fixed legacy file updater causing a stack overflow crash
|
||||||
|
|
||||||
# v1.2.4.6
|
# v1.2.4.6
|
||||||
* fixed max otterlib version (1.21.8)
|
* fixed max otterlib version (1.21.8)
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ yarn_mappings=1.21.8+build.1
|
||||||
loader_version=0.16.14
|
loader_version=0.16.14
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.2.4.6+1.21.8
|
mod_version=1.2.4.7+1.21.8
|
||||||
maven_group=one.oth3r
|
maven_group=one.oth3r
|
||||||
file_name=sit!
|
file_name=sit!
|
||||||
|
|
||||||
|
|
|
@ -345,6 +345,11 @@ public class ServerConfig implements CustomFile<ServerConfig> {
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Data.LOGGER.error("Failed to delete the old Sit! config.");
|
Data.LOGGER.error("Failed to delete the old Sit! config.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// save the updated configs
|
||||||
|
FileData.saveFiles();
|
||||||
|
|
||||||
|
// continue loading as normal...
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -494,8 +499,6 @@ public class ServerConfig implements CustomFile<ServerConfig> {
|
||||||
|
|
||||||
FileData.setServerConfig(serverConfig);
|
FileData.setServerConfig(serverConfig);
|
||||||
FileData.setSittingConfig(sittingConfig);
|
FileData.setSittingConfig(sittingConfig);
|
||||||
serverConfig.save();
|
|
||||||
sittingConfig.save();
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Data.LOGGER.error("Error loading legacy config: %s", e.getMessage());
|
Data.LOGGER.error("Error loading legacy config: %s", e.getMessage());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue