Skip to content

Commit

Permalink
wip: remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jan 9, 2024
1 parent a441062 commit 9824201
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public class CookingForBlockheadsClient {
public static void initialize() {
ModRenderers.initialize(BalmClient.getRenderers());
ModScreens.initialize(BalmClient.getScreens());
ModTextures.initialize(BalmClient.getTextures());
ModModels.initialize(BalmClient.getModels());

Balm.getEvents().onEvent(ItemTooltipEvent.class, event -> {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.mojang.datafixers.util.Pair;
import net.blay09.mods.cookingforblockheads.CookingForBlockheads;
import net.blay09.mods.cookingforblockheads.client.ModTextures;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.Container;
import net.minecraft.world.inventory.InventoryMenu;
Expand Down

0 comments on commit 9824201

Please sign in to comment.