This commit is contained in:
2025-09-23 16:42:19 +02:00
parent 91e140ab34
commit 413a9de673
6 changed files with 5 additions and 20 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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;

View File

@@ -1,10 +0,0 @@
package com.kasetoatz.infinityshulkerbox;
import net.fabricmc.api.ModInitializer;
public class Infinityshulkerbox implements ModInitializer {
@Override
public void onInitialize() {
}
}

View File

@@ -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}",

View File

@@ -1,7 +1,7 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.kasetoatz.infinityshulkerbox.mixin",
"package": "com.kasetoatz.infiniteshulkerbox.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"BlockItemMixin",