aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--logo-tiny.pngbin0 -> 35896 bytes
-rw-r--r--logo.jpgbin0 -> 251848 bytes
-rw-r--r--logo.pngbin0 -> 337631 bytes
-rw-r--r--logo.psdbin0 -> 7515601 bytes
-rw-r--r--src/client/java/world/anhgelus/molehunt/client/mixin/NoNametags.java3
-rw-r--r--src/main/java/world/anhgelus/molehunt/Game.java1
-rw-r--r--src/main/resources/assets/molehunt/icon.pngbin0 -> 35896 bytes
7 files changed, 2 insertions, 2 deletions
diff --git a/logo-tiny.png b/logo-tiny.png
new file mode 100644
index 0000000..315d580
--- /dev/null
+++ b/logo-tiny.png
Binary files differ
diff --git a/logo.jpg b/logo.jpg
new file mode 100644
index 0000000..fe81225
--- /dev/null
+++ b/logo.jpg
Binary files differ
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..91608c8
--- /dev/null
+++ b/logo.png
Binary files differ
diff --git a/logo.psd b/logo.psd
new file mode 100644
index 0000000..3ffb5c9
--- /dev/null
+++ b/logo.psd
Binary files differ
diff --git a/src/client/java/world/anhgelus/molehunt/client/mixin/NoNametags.java b/src/client/java/world/anhgelus/molehunt/client/mixin/NoNametags.java
index d7795dd..7996c49 100644
--- a/src/client/java/world/anhgelus/molehunt/client/mixin/NoNametags.java
+++ b/src/client/java/world/anhgelus/molehunt/client/mixin/NoNametags.java
@@ -11,11 +11,10 @@ import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
@Mixin(EntityRenderer.class)
-public abstract class NoNametags<T extends Entity> {
+public class NoNametags<T extends Entity> {
@Inject(at = @At("HEAD"), method = "render", cancellable = true)
private void renderLabelOrNot(T entity, float yaw, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, CallbackInfo ci) {
if (!(entity instanceof PlayerEntity)) return;
-
ci.cancel();
}
} \ No newline at end of file
diff --git a/src/main/java/world/anhgelus/molehunt/Game.java b/src/main/java/world/anhgelus/molehunt/Game.java
index c680a8f..10ef74e 100644
--- a/src/main/java/world/anhgelus/molehunt/Game.java
+++ b/src/main/java/world/anhgelus/molehunt/Game.java
@@ -53,6 +53,7 @@ public class Game {
gamerules.get(GameRules.DO_IMMEDIATE_RESPAWN).set(true, server);
gamerules.get(GameRules.DO_ENTITY_DROPS).set(false, server);
+ final var title = new TitleS2CPacket(Text.of("§eYou are..."));
final var title = new TitleS2CPacket(Text.translatable("molehunt.game.start.suspense"));
playerManager.getPlayerList().forEach(p -> {
p.kill();
diff --git a/src/main/resources/assets/molehunt/icon.png b/src/main/resources/assets/molehunt/icon.png
new file mode 100644
index 0000000..315d580
--- /dev/null
+++ b/src/main/resources/assets/molehunt/icon.png
Binary files differ