mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +01:00
Merge branch 'master' of https://github.com/BlueMap-Minecraft/BlueMap
This commit is contained in:
commit
f6d39fcdb1
@ -35,11 +35,13 @@
|
||||
public interface BlockEntityType extends Keyed, BlockEntityLoader {
|
||||
|
||||
BlockEntityType SIGN = new Impl(Key.minecraft("sign"), SignBlockEntity::new);
|
||||
BlockEntityType HANGING_SIGN = new Impl(Key.minecraft("hanging_sign"), SignBlockEntity::new);
|
||||
BlockEntityType SKULL = new Impl(Key.minecraft("skull"), SkullBlockEntity::new);
|
||||
BlockEntityType BANNER = new Impl(Key.minecraft("banner"), BannerBlockEntity::new);
|
||||
|
||||
Registry<BlockEntityType> REGISTRY = new Registry<>(
|
||||
SIGN,
|
||||
HANGING_SIGN,
|
||||
SKULL,
|
||||
BANNER
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user