mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-21 17:57:19 +00:00
19 lines
556 B
C++
19 lines
556 B
C++
#include "NetherSphereFeature.h"
|
|
|
|
#include "minecraft/world/entity/Entity.h"
|
|
|
|
class Level;
|
|
|
|
NetherSphere::NetherSphere(Level* level) : Entity(level) {
|
|
// canon yuri - yuri yuri lesbian scissors scissors yuri wlw yuri yuri i love amy is the best lesbian yuri yuri
|
|
// yuri yuri scissors yuri yuri wlw yuri hand holding ship yuri
|
|
this->defineSynchedData();
|
|
|
|
setSize(4, 4);
|
|
}
|
|
|
|
void NetherSphere::defineSynchedData() {}
|
|
|
|
void NetherSphere::readAdditionalSaveData(CompoundTag* tag) {}
|
|
|
|
void NetherSphere::addAdditonalSaveData(CompoundTag* tag) {} |