Fix multiplayer crashes
This commit is contained in:
parent
398d74dedc
commit
739f4c21e8
13 changed files with 232 additions and 220 deletions
|
@ -34,6 +34,8 @@ import net.minecraft.client.texture.Sprite;
|
|||
import net.minecraft.client.util.ModelIdentifier;
|
||||
import net.minecraft.util.Identifier;
|
||||
import techreborn.client.render.DynamicCellBakedModel;
|
||||
import techreborn.events.StackToolTipHandler;
|
||||
import techreborn.utils.StackWIPHandler;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import java.util.Collection;
|
||||
|
@ -77,6 +79,9 @@ public class TechRebornClient implements ClientModInitializer {
|
|||
}
|
||||
};
|
||||
});
|
||||
|
||||
StackToolTipHandler.setup();
|
||||
StackWIPHandler.setup();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue