Skip to content

Commit

Permalink
Base Migration
Browse files Browse the repository at this point in the history
- Fix a bit modid issue
  • Loading branch information
yuesha-yc committed Jan 16, 2025
1 parent 3f0185e commit a3069a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import com.teammoeg.chorda.Chorda;
import com.teammoeg.chorda.util.CRegistries;
import com.teammoeg.frostedheart.FHMain;
import com.teammoeg.frostedheart.bootstrap.common.FHItems;

import net.minecraft.resources.ResourceLocation;
Expand Down Expand Up @@ -83,7 +84,7 @@ public float getKnockbackResistance() {

@OnlyIn(Dist.CLIENT)
public String getName() {
return Chorda.MODID + ":" + this.name;
return FHMain.MODID + ":" + this.name;
}

public Ingredient getRepairIngredient() {
Expand Down

0 comments on commit a3069a3

Please sign in to comment.