Fix name
This commit is contained in:
@@ -8,7 +8,7 @@ loader_version=0.17.2
|
||||
# Mod Properties
|
||||
mod_version=1.0
|
||||
maven_group=com.kasetoatz
|
||||
archives_base_name=InfinityShulkerBox
|
||||
archives_base_name=InfiniteShulkerBox
|
||||
# Dependencies
|
||||
# check this on https://modmuss50.me/fabric.html
|
||||
fabric_version=0.133.4+1.21.8
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.kasetoatz.infinityshulkerbox.mixin;
|
||||
package com.kasetoatz.infiniteshulkerbox.mixin;
|
||||
|
||||
import net.minecraft.item.BlockItem;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.kasetoatz.infinityshulkerbox.mixin;
|
||||
package com.kasetoatz.infiniteshulkerbox.mixin;
|
||||
|
||||
import net.minecraft.block.entity.ShulkerBoxBlockEntity;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
@@ -1,10 +0,0 @@
|
||||
package com.kasetoatz.infinityshulkerbox;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
|
||||
public class Infinityshulkerbox implements ModInitializer {
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
}
|
||||
}
|
||||
@@ -8,13 +8,8 @@
|
||||
"contact": {},
|
||||
"license": "MIT",
|
||||
"environment": "server",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"com.kasetoatz.infinityshulkerbox.Infinityshulkerbox"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"infinityshulkerbox.mixins.json"
|
||||
"infiniteshulkerbox.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=${loader_version}",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "com.kasetoatz.infinityshulkerbox.mixin",
|
||||
"package": "com.kasetoatz.infiniteshulkerbox.mixin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"mixins": [
|
||||
"BlockItemMixin",
|
||||
Reference in New Issue
Block a user