mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 04:25:09 +00:00
chore: format everything
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
#include "../Headers/net.minecraft.world.level.tile.h"
|
||||
#include "FlowerPotTile.h"
|
||||
|
||||
FlowerPotTile::FlowerPotTile(int id)
|
||||
: Tile(id, Material::decoration, false) {
|
||||
FlowerPotTile::FlowerPotTile(int id) : Tile(id, Material::decoration, false) {
|
||||
updateDefaultShape();
|
||||
sendTileData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user