mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-19 05:41:56 +00:00
chore: format everything
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
#include "../Headers/net.minecraft.h"
|
||||
#include "SkullTile.h"
|
||||
|
||||
SkullTile::SkullTile(int id)
|
||||
: BaseEntityTile(id, Material::decoration, false) {
|
||||
SkullTile::SkullTile(int id) : BaseEntityTile(id, Material::decoration, false) {
|
||||
setShape(4.0f / 16.0f, 0, 4.0f / 16.0f, 12.0f / 16.0f, .5f, 12.0f / 16.0f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user