mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-19 11:02:55 +00:00
parent
137bad7040
commit
6b31c49bc9
|
|
@ -8,8 +8,6 @@
|
|||
#include "Inventory.h"
|
||||
#include "../Minecraft.Client/Windows64Media/strings.h"
|
||||
|
||||
#include "../Minecraft.Client/Windows64Media/strings.h"
|
||||
|
||||
const int Inventory::POP_TIME_DURATION = 5;
|
||||
const int Inventory::MAX_INVENTORY_STACK_SIZE = 64;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
#include "../Minecraft.Client/Minecraft.h"
|
||||
|
||||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
|
||||
|
||||
void Monster::_init()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#include "SoundTypes.h"
|
||||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
|
||||
#include "../Minecraft.Client/Windows64/Windows64_App.h"
|
||||
|
||||
|
||||
Silverfish::Silverfish(Level *level) : Monster( level )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@
|
|||
#include "Villager.h"
|
||||
#include "../Minecraft.Client/Windows64Media/strings.h"
|
||||
|
||||
#include "../Minecraft.Client/Windows64Media/strings.h"
|
||||
|
||||
unordered_map<int, pair<int,int> > Villager::MIN_MAX_VALUES;
|
||||
unordered_map<int, pair<int,int> > Villager::MIN_MAX_PRICES;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue