mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:03:35 +00:00
implement DebugArtToolsOn, fix strings and includes
This commit is contained in:
@@ -16,12 +16,11 @@ StoneMonsterTile::StoneMonsterTile(int id) : Tile(id, Material::clay) {
|
||||
}
|
||||
|
||||
Icon* StoneMonsterTile::getTexture(int face, int data) {
|
||||
// 4jcraft: removed in TU19 merge for now
|
||||
// #ifndef _CONTENT_PACKAGE
|
||||
// if (app.DebugArtToolsOn()) {
|
||||
// return Tile::fire->getTexture(face, 0);
|
||||
// }
|
||||
// #endif
|
||||
#ifndef _CONTENT_PACKAGE
|
||||
if (app.DebugArtToolsOn()) {
|
||||
return Tile::fire->getTexture(face, 0);
|
||||
}
|
||||
#endif
|
||||
if (data == HOST_COBBLE) {
|
||||
return Tile::cobblestone->getTexture(face);
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "../../Minecraft.Client/Player/LocalPlayer.h"
|
||||
#include "../../Minecraft.Client/Player/ServerPlayer.h"
|
||||
#include "../../Minecraft.Client/Network/PlayerConnection.h"
|
||||
#include "../Minecraft.World/ChatPacket.h"
|
||||
#include "../Network/ChatPacket.h"
|
||||
#include "../Util/SoundTypes.h"
|
||||
|
||||
BucketItem::BucketItem(int id, int content) : Item(id) {
|
||||
|
||||
Reference in New Issue
Block a user