fix ColourSign not having a category
This commit is contained in:
parent
ea62001d41
commit
8c1179b09e
1 changed files with 2 additions and 0 deletions
|
@ -2,10 +2,12 @@ package de.com.baseband.client.feature.modules.ingame;
|
|||
|
||||
import de.com.baseband.client.event.events.PacketEvent;
|
||||
import de.com.baseband.client.feature.Feature;
|
||||
import de.com.baseband.client.feature.category.Ingame;
|
||||
import de.com.baseband.client.mixin.mixins.ICPacketUpdateSign;
|
||||
import de.com.baseband.client.registry.annotation.Config;
|
||||
import net.minecraft.network.play.client.CPacketUpdateSign;
|
||||
|
||||
@Ingame
|
||||
public class ColourSign extends Feature {
|
||||
@Override
|
||||
public String toString() {
|
||||
|
|
Loading…
Add table
Reference in a new issue