mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-23 13:15:35 +00:00
TU19: merge Minecraft.World/Blocks
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
StoneTile::StoneTile(int id) : Tile(id, Material::stone) {}
|
||||
|
||||
int StoneTile::getResource(int data, Random* random, int playerBonusLevel) {
|
||||
return Tile::stoneBrick_Id;
|
||||
return Tile::cobblestone_Id;
|
||||
}
|
||||
Reference in New Issue
Block a user