mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:12:26 +00:00
fix: link Minecraft.World to Minecraft.Client on linux
This commit is contained in:
@@ -950,7 +950,7 @@ void Item::registerIcons(IconRegister *iconRegister)
|
||||
4J: These are necesary on the PS3.
|
||||
(and 4 and Vita).
|
||||
*/
|
||||
#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__)
|
||||
#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__ || defined __linux__)
|
||||
const int Item::shovel_iron_Id ;
|
||||
const int Item::pickAxe_iron_Id ;
|
||||
const int Item::hatchet_iron_Id ;
|
||||
|
||||
Reference in New Issue
Block a user