From c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66 Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Wed, 28 Dec 2011 21:00:35 +0000 Subject: - implemented the fire simulation in native c++ (cFireSimulator) - Changed the Durationsystem for Items. cPlayer::UseEquippedItem calls cItem::DamageItem this function damages the item if it has a duration. (needed the duration also in another place so this saves code ;)) - added some other burning blocks - the mobtypes for the settings.ini which i must have forgotten in the last commit git-svn-id: http://mc-server.googlecode.com/svn/trunk@150 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- settings.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'settings.ini') diff --git a/settings.ini b/settings.ini index 341416480..a45e8df37 100644 --- a/settings.ini +++ b/settings.ini @@ -9,7 +9,6 @@ World=world_sexy [Plugins] Plugin=Core -Plugin=Fire Plugin=MagicCarpet Squirrel=SquirrelChatLog @@ -22,9 +21,9 @@ Water=1 [Monsters] AnimalsOn=0 AnimalSpawnInterval=10 -Types=Chicken,Spider +Types=Spider,Chicken,Cow,Pig,Sheep,Squid,Enderman,Zombiepigman,Cavespider,Creeper,Ghast,Silverfish,Skeleton,Slime,Spider,Zombie [Authentication] Server=session.minecraft.net Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID% -Authenticate=0 +Authenticate=0 \ No newline at end of file -- cgit v1.2.3