mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-09 02:39:04 +00:00
chore: fmt
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
#include "../Headers/net.minecraft.world.phys.h"
|
||||
#include "TripWireTile.h"
|
||||
|
||||
TripWireTile::TripWireTile(int id)
|
||||
: Tile(id, Material::decoration, false) {
|
||||
TripWireTile::TripWireTile(int id) : Tile(id, Material::decoration, false) {
|
||||
setShape(0, 0, 0, 1, 2.5f / 16.0f, 1);
|
||||
this->setTicking(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user