1
0
Fork 0
cuberite-2a/Server
Alexander Harkness 6309c6a97f
improve rain simulation (#4017)
* Uses vanilla logic to decide which blocks rain falls through.
 * Rain falls infinitely above the world, and stops at y=0.
 * Entities will now be extinguished if they are under rain-blocking
blocks, and fire will now be extinguished by rain similarly.
 * Create IsWeatherWetAtXYZ to identify wetness at a particular location. 
 * Use new code for enderman rain detection.
 * Fixes issue #916
 * Disable warnings for global constructors in the fire simulator.
2017-12-26 21:25:57 +00:00
..
Plugins improve rain simulation (#4017) 2017-12-26 21:25:57 +00:00
Prefabs Fixed and extended TestRails cubeset. 2016-12-15 11:09:11 +01:00
lang Renamed output directory to Server 2015-09-05 22:01:21 +02:00
webadmin Minor changes (#3909) 2017-08-24 11:19:40 +02:00
.gitignore Removed binary ToLua++ from build. 2017-05-04 17:38:05 +02:00
BACKERS Added new Cuberite backers from bountysource. 2017-07-03 09:05:04 +01:00
README.txt Added missing 1.12 packet changes 2017-06-14 21:57:59 +02:00
brewing.txt Minor changes (#3909) 2017-08-24 11:19:40 +02:00
crafting.txt Added bed entity (#3823) 2017-07-07 09:31:45 +02:00
delete_windows_service.cmd Renamed output directory to Server 2015-09-05 22:01:21 +02:00
favicon.png New icon colors (#3675) 2017-06-03 18:49:02 +02:00
furnace.txt Added 1.12 blocks (#3760) 2017-06-30 10:46:58 +02:00
hg Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
hg.supp Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
install_windows_service.cmd Renamed output directory to Server 2015-09-05 22:01:21 +02:00
items.ini Correct spider eye item ID (#4110) 2017-12-25 09:04:38 +00:00
monsters.ini Improved tamed wolf pack cooperation and projectile reactions 2016-01-22 21:16:27 +02:00
vg Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
vg.supp Renamed output directory to Server 2015-09-05 22:01:21 +02:00

README.txt

--------------------------------------------------------------------------------
   Welcome to your new Cuberite server, compatible with Minecraft 1.8 - 1.12!
--------------------------------------------------------------------------------

 - To get started with your server, read the user's manual at
   https://book.cuberite.org/

 - Subscribe to the Newsletter for update news and important information at
   https://cuberite.org/news/#subscribe

 - For information about adding plugins to your server, visit
   https://cuberite.org/plugins/

 - For additional support, visit https://cuberite.org/support/

--------------------------------------------------------------------------------