Correct all package names & bump version to 0.1.1
This commit is contained in:
parent
cbdb5f141c
commit
809870f4a9
@ -11,8 +11,8 @@ yarn_mappings=1.19.3+build.5
|
||||
loader_version=0.14.17
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 0.1.0
|
||||
maven_group = io.github.twokilohertz
|
||||
mod_version = 0.1.1
|
||||
maven_group = io.github.twokilohertz.hotbarreplace
|
||||
archives_base_name = HotbarReplace
|
||||
|
||||
# Dependencies
|
||||
|
@ -23,7 +23,7 @@ public class HotbarReplace implements ModInitializer {
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
LOGGER.info("HotbarReplace initialised");
|
||||
LOGGER.info("HotbarReplace v0.1.1 initialised");
|
||||
}
|
||||
|
||||
public static void tryReplaceSlot(ItemPlacementContext context, Item item) {
|
||||
|
@ -20,7 +20,7 @@
|
||||
"environment": "*",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"io.github.twokilohertz.HotbarReplace"
|
||||
"io.github.twokilohertz.hotbarreplace.HotbarReplace"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "io.github.twokilohertz.mixin",
|
||||
"package": "io.github.twokilohertz.hotbarreplace.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user