mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 02:40:46 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -13,7 +13,7 @@ MushroomIslandBiome::MushroomIslandBiome(int id) : Biome(id)
|
||||
decorator->mushroomCount = 1;
|
||||
decorator->hugeMushrooms = 1;
|
||||
|
||||
topMaterial = (byte) Tile::mycel_Id;
|
||||
topMaterial = (uint8_t) Tile::mycel_Id;
|
||||
|
||||
enemies.clear();
|
||||
friendlies.clear();
|
||||
|
||||
Reference in New Issue
Block a user