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