mirror of
https://github.com/lukasabbe/SimpleTransportHud.git
synced 2026-04-30 10:50:53 +00:00
Add Minecart support & templates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.lukasabbe.simplehud.huds;
|
||||
|
||||
import net.minecraft.resources.Identifier;
|
||||
|
||||
public class HappyGhastHud extends RideableHud{
|
||||
@Override
|
||||
public Identifier getIdentifier() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user