Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kill05 committed Jun 11, 2024
1 parent c8a8562 commit 95f832c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/com/github/kill05/items/part/ArchitectPart.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
import com.github.kill05.items.part.statistics.PartStatistic;
import com.github.kill05.items.part.statistics.PartStatistics;
import com.github.kill05.materials.ArchitectMaterial;
import net.minecraft.core.entity.player.EntityPlayer;
import net.minecraft.core.item.Item;
import net.minecraft.core.item.ItemStack;
import net.minecraft.core.lang.I18n;
import net.minecraft.core.world.World;
import sunsetsatellite.catalyst.core.util.ICustomDescription;
import turniplabs.halplibe.helper.ItemBuilder;

Expand Down Expand Up @@ -112,12 +110,6 @@ public String getDescription(ItemStack itemStack) {
return builder.toString();
}

@Override
public ItemStack onItemRightClick(ItemStack item, World world, EntityPlayer player) {
player.sendMessage(String.valueOf(item));
return item;
}

@Override
public boolean renderPattern() {
return true;
Expand Down

0 comments on commit 95f832c

Please sign in to comment.