mirror of
https://github.com/Shiewk/BedrockDeathScreen.git
synced 2026-04-27 22:44:17 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package de.shiewk.bedrockdeathscreen;
|
||||
|
||||
import net.fabricmc.api.ModInitializer;
|
||||
|
||||
public class BedrockDeathScreen implements ModInitializer {
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
package de.shiewk.bedrockdeathscreen.client;
|
||||
|
||||
import net.fabricmc.api.ClientModInitializer;
|
||||
|
||||
public class BedrockDeathScreenClient implements ClientModInitializer {
|
||||
@Override
|
||||
public void onInitializeClient() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user