mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-16 05:17:02 +00:00
5 lines
196 B
C++
5 lines
196 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) {} |