mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 03:53:36 +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) {} |