refactor kerosene to library mod
This commit is contained in:
parent
183c81258a
commit
2dea11d4db
81 changed files with 352 additions and 1376 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package pm.j4.petroleum.util.module.option;
|
||||
package pm.j4.kerosene.util.module.option;
|
||||
|
||||
import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonPrimitive;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package pm.j4.petroleum.util.module.option;
|
||||
package pm.j4.kerosene.util.module.option;
|
||||
|
||||
import com.google.gson.JsonElement;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package pm.j4.petroleum.util.module.option;
|
||||
package pm.j4.kerosene.util.module.option;
|
||||
|
||||
import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonPrimitive;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
package pm.j4.petroleum.util.module.option;
|
||||
package pm.j4.kerosene.util.module.option;
|
||||
|
||||
import com.google.gson.JsonElement;
|
||||
import net.minecraft.client.options.KeyBinding;
|
||||
import pm.j4.petroleum.modules.bindings.BindingInfo;
|
||||
import pm.j4.petroleum.util.config.ConfigManager;
|
||||
import pm.j4.petroleum.util.config.GlobalConfig;
|
||||
import pm.j4.petroleum.util.module.ModuleBase;
|
||||
import pm.j4.kerosene.modules.bindings.BindingInfo;
|
||||
import pm.j4.kerosene.util.config.ConfigManager;
|
||||
import pm.j4.kerosene.util.config.GlobalConfig;
|
||||
import pm.j4.kerosene.util.module.ModuleBase;
|
||||
|
||||
/**
|
||||
* The type Keybind value.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package pm.j4.petroleum.util.module.option;
|
||||
package pm.j4.kerosene.util.module.option;
|
||||
|
||||
import com.google.gson.JsonElement;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package pm.j4.petroleum.util.module.option;
|
||||
package pm.j4.kerosene.util.module.option;
|
||||
|
||||
import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonPrimitive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue