Compare commits
2 Commits
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "${modName}",
|
||||
"entry": "${modFile}",
|
||||
"type": "native",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"author": "GroupMountain",
|
||||
"description": "Clean Entities",
|
||||
"dependencies": [
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
#include "Language.h"
|
||||
#include "ll/api/utils/ErrorUtils.h"
|
||||
#include "gmlib/mc/locale/I18nAPI.h"
|
||||
#include "gmlib/gm/data/TpsStatus.h"
|
||||
|
||||
namespace Cleaner {
|
||||
|
||||
Entry& Entry::getInstance() {
|
||||
@@ -14,6 +16,7 @@ Entry& Entry::getInstance() {
|
||||
bool Entry::load() { return true; }
|
||||
|
||||
bool Entry::enable() {
|
||||
(void)gmlib::TpsStatus::getInstance();
|
||||
mConfig.emplace();
|
||||
try {
|
||||
ll::config::loadConfig(*mConfig, getSelf().getConfigDir() / "config.json");
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"format_version": 3,
|
||||
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
|
||||
"tooth": "github.com/GroupMountain/Cleaner",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"info": {
|
||||
"name": "Cleaner",
|
||||
"description": "A Powerful Entities Cleaning up Mod for BDS",
|
||||
|
||||
Reference in New Issue
Block a user