Skip to content

Commit

Permalink
Change branding, bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azurelmao committed Nov 5, 2022
1 parent 0c4ad46 commit 9197215
Show file tree
Hide file tree
Showing 22 changed files with 35 additions and 36 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ mixin_version=0.11.4+mixin.0.8.5
loader_version=0.14.6-babric.1

# Mod
mod_version=1.0.0
mod_group=azurelmao
mod_version=1.0.1
mod_group=turniplabs
mod_name=halplibe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe;
package turniplabs.halplibe;

import net.fabricmc.api.ModInitializer;
import org.slf4j.Logger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package azurelmao.halplibe.helper;
package turniplabs.halplibe.helper;

import azurelmao.halplibe.mixin.helper.RenderPlayerInterface;
import turniplabs.halplibe.mixin.helper.RenderPlayerInterface;
import net.minecraft.src.helper.DamageType;
import net.minecraft.src.material.ArmorMaterial;
import org.apache.commons.lang3.ArrayUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package azurelmao.halplibe.helper;
package turniplabs.halplibe.helper;

import azurelmao.halplibe.mixin.helper.BlockInterface;
import turniplabs.halplibe.mixin.helper.BlockInterface;
import net.minecraft.src.Block;
import net.minecraft.src.Item;
import net.minecraft.src.ItemBlock;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.helper;
package turniplabs.halplibe.helper;

import net.minecraft.src.command.Command;
import net.minecraft.src.command.Commands;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package azurelmao.halplibe.helper;
package turniplabs.halplibe.helper;

import azurelmao.halplibe.mixin.helper.DimensionInterface;
import turniplabs.halplibe.mixin.helper.DimensionInterface;
import net.minecraft.src.Block;
import net.minecraft.src.Dimension;
import net.minecraft.src.WorldType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package azurelmao.halplibe.helper;
package turniplabs.halplibe.helper;

import azurelmao.halplibe.mixin.helper.EntityListInterface;
import azurelmao.halplibe.mixin.helper.RenderManagerInterface;
import turniplabs.halplibe.mixin.helper.EntityListInterface;
import turniplabs.halplibe.mixin.helper.RenderManagerInterface;
import net.minecraft.src.Entity;
import net.minecraft.src.Render;
import net.minecraft.src.RenderManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.helper;
package turniplabs.halplibe.helper;

import net.minecraft.src.EntityFX;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package azurelmao.halplibe.helper;
package turniplabs.halplibe.helper;

import azurelmao.halplibe.HalpLibe;
import azurelmao.halplibe.mixin.helper.CraftingManagerInterface;
import azurelmao.halplibe.mixin.helper.RecipesBlastFurnaceInterface;
import azurelmao.halplibe.mixin.helper.RecipesFurnaceInterface;
import turniplabs.halplibe.HalpLibe;
import turniplabs.halplibe.mixin.helper.CraftingManagerInterface;
import turniplabs.halplibe.mixin.helper.RecipesBlastFurnaceInterface;
import turniplabs.halplibe.mixin.helper.RecipesFurnaceInterface;
import net.minecraft.src.*;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.fix;
package turniplabs.halplibe.mixin.fix;

import net.minecraft.server.MinecraftServer;
import net.minecraft.src.Dimension;
Expand All @@ -18,7 +18,7 @@ public class MinecraftServerMixin {
public EntityTracker[] entityTracker;

@Inject(method = "startServer", at = @At(value = "HEAD"))
private void examplemod_startServer(CallbackInfoReturnable<Boolean> cir) {
private void halplibe_startServer(CallbackInfoReturnable<Boolean> cir) {
entityTracker = new EntityTracker[Dimension.dimensionList.length];
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.Block;
import net.minecraft.src.StepSound;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.CraftingManager;
import net.minecraft.src.ItemStack;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.Dimension;
import org.spongepowered.asm.mixin.Mixin;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.Entity;
import net.minecraft.src.EntityList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.ItemStack;
import net.minecraft.src.RecipesBlastFurnace;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Accessor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.RecipesFurnace;
import org.spongepowered.asm.mixin.Mixin;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import azurelmao.halplibe.helper.ParticleHelper;
import turniplabs.halplibe.helper.ParticleHelper;
import net.minecraft.client.Minecraft;
import net.minecraft.src.EntityFX;
import net.minecraft.src.RenderGlobal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.Entity;
import net.minecraft.src.Render;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.RenderPlayer;
import org.spongepowered.asm.mixin.Mixin;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package azurelmao.halplibe.mixin.helper;
package turniplabs.halplibe.mixin.helper;

import net.minecraft.src.TileEntity;
import org.spongepowered.asm.mixin.Mixin;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "HalpLibe",
"description": "Helper library to ease mod development.",
"authors": [
"azurelmao"
"Turnip Labs"
],
"contact": {
"homepage": "",
Expand All @@ -18,7 +18,7 @@
"environment": "*",
"entrypoints": {
"main": [
"azurelmao.halplibe.HalpLibe"
"turniplabs.halplibe.HalpLibe"
]
},
"mixins": [
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/halplibe.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"required": true,
"minVersion": "0.8",
"package": "azurelmao.halplibe.mixin",
"package": "turniplabs.halplibe.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"fix.MinecraftServerMixin",
Expand Down

0 comments on commit 9197215

Please sign in to comment.