mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 13:04:17 +00:00
6 lines
197 B
C++
6 lines
197 B
C++
#include "NetherrackTile.h"
|
|
|
|
#include "minecraft/world/level/material/Material.h"
|
|
#include "minecraft/world/level/tile/Tile.h"
|
|
|
|
NetherrackTile::NetherrackTile(int id) : Tile(id, Material::stone) {} |