first commit
This commit is contained in:
20
Minecraft.World/net.minecraft.world.entity.animal.h
Normal file
20
Minecraft.World/net.minecraft.world.entity.animal.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include "Animal.h"
|
||||
#include "Chicken.h"
|
||||
#include "Cow.h"
|
||||
#include "Pig.h"
|
||||
#include "Sheep.h"
|
||||
#include "Squid.h"
|
||||
#include "WaterAnimal.h"
|
||||
#include "Wolf.h"
|
||||
|
||||
// 1.0.1
|
||||
#include "Golem.h"
|
||||
#include "MushroomCow.h"
|
||||
#include "SnowMan.h"
|
||||
|
||||
// 1.2.3
|
||||
#include "TamableAnimal.h"
|
||||
#include "Ozelot.h"
|
||||
#include "VillagerGolem.h"
|
||||
Reference in New Issue
Block a user