Commit Graph

2176 Commits

Author SHA1 Message Date
chylex 27071065e3 Push 1.8.5 update 2016-01-07 13:18:27 +01:00
chylex 0c27c28880 Fix syntax error after prev commit 2016-01-07 13:00:38 +01:00
chylex ea6561e0f3 Tweak the Essence Altar fix to avoid dropping items when level reaches 0 2016-01-07 12:56:12 +01:00
chylex 5e41ac9748 Add links to the music resource pack 2016-01-07 12:30:54 +01:00
chylex 9cdb4774fc Hopefully fix TC golems crashing the game 2016-01-07 12:30:53 +01:00
chylex 489213401e Improve the build script to allow restarting 2016-01-07 12:30:53 +01:00
chylex 4731a922cb Add a test territory behavior 2016-01-06 11:48:12 +01:00
chylex 010e12d866 Change serialization of territory indexes (use ordinals because everything else uses them too) 2016-01-06 11:48:01 +01:00
chylex 969801b571 Finish territory behavior setup and rare territory saving 2016-01-06 11:35:36 +01:00
chylex 514395501a Change the NBTUtil callback tag because it was confusing 2016-01-06 11:35:09 +01:00
chylex 9bfd992cae Use StringUtils replace and remove methods for performance 2016-01-06 10:59:37 +01:00
chylex 53622f20dc Ignore empty compound tags when saving territory data 2016-01-06 10:42:55 +01:00
chylex 2629283da5 Optimize disk usage in Compendium file by replacing HEE identifier with a tilde 2016-01-06 10:42:32 +01:00
chylex d5e352ebc9 Add packet to sync territory variations 2016-01-06 10:04:16 +01:00
chylex dd94eccba2 Save territory variations and update serialization of territory data 2016-01-06 01:22:56 +01:00
chylex 8e62e2faf9 Make the empty enum set a singleton 2016-01-06 00:44:22 +01:00
chylex beee7abd45 Fix more compile errors because javac is stupid 2016-01-05 22:22:58 +01:00
chylex 71d15125c1 Add batch files for gradle stuff because I'm a lazy bastard 2016-01-05 22:15:14 +01:00
chylex 588b861baa Update test territory properties 2016-01-05 11:31:23 +01:00
chylex 5b396eb093 Add WIP ticking and behavior system to territories 2016-01-05 10:44:38 +01:00
chylex 11cf144c16 Add a callback NBT compound tag to NBTUtil 2016-01-05 08:19:19 +01:00
chylex 6c7a9d5af1 Fix spaces instead of tabs in some files 2016-01-04 23:44:40 +01:00
chylex 5faa33121a Add territory variation handling 2016-01-04 04:18:29 +01:00
chylex ccc7f5be30 Add BitStream to collection package 2016-01-04 03:44:12 +01:00
chylex 2a349acefc Fix WeightedMaps copied using the constructor having incorrect weight 2016-01-04 03:41:54 +01:00
chylex 8af6edca1c Add EmptyEnumSet and a constructor for WeightedMap 2016-01-04 00:37:53 +01:00
chylex 3f2b06772d Refactor EndTerritory fields and initialization 2016-01-02 20:15:49 +01:00
chylex c67cc1bcb7 Add a tooltip to music discs if the custom music system is disabled 2015-12-31 00:32:44 +01:00
chylex 1012167b98 Fix formatting in BlockList 2015-12-30 23:16:59 +01:00
chylex 96fb955e55 Temporarily rename all Knowledge Fragments in the lang file 2015-12-30 04:28:01 +01:00
chylex d3fd7ddd27 Rename and move EnvironmentEvents to a more general TerritoryEvents 2015-12-30 04:17:33 +01:00
chylex a1885888c0 Change the name of the music resource pack file 2015-12-30 04:14:56 +01:00
chylex da49eb795a Fix music resource domain, add pack detection to Music Disks 2015-12-30 04:03:05 +01:00
chylex 9cff61a276 Move music files into a separate resource pack 2015-12-30 03:23:49 +01:00
chylex d6ebb7fc2a Fix a compile error because javac is stupid with generics 2015-12-30 03:09:49 +01:00
chylex 17840ff1f6 Fix ModTransition not handling world spawn coords inside blocks correctly 2015-12-30 01:33:31 +01:00
chylex d030bc4888 Fix Compendium hint key formatting and allow literal strings in achievement overlay 2015-12-27 01:48:20 +01:00
chylex c256df8160 Show Compendium hint when Endermen keep teleporting away 2015-12-27 00:58:06 +01:00
chylex a88b4b323b Add hint achievement overlay to Compendium 2015-12-27 00:56:53 +01:00
chylex 191ca56a0d Add simple achievement overlay handling 2015-12-26 20:08:46 +01:00
chylex 0df7abfca4 Remove achievementStartId from config (will reset achievements) 2015-12-26 18:27:31 +01:00
chylex 1e4a2ed8f8 Allow Knowledge Objects to individually disable discovery 2015-12-26 15:33:52 +01:00
chylex 67ef932dce Temporarily delete language files 2015-12-26 14:02:41 +01:00
chylex a481444894 Fix Enderman projectile avoid logic where changing target would never happen 2015-12-26 00:41:34 +01:00
chylex c4663e3810 Add EntityAIWatchRandom and use it instead of LookIdle 2015-12-25 20:10:15 +01:00
chylex 6c56267fe0 Fix a couple concerns from FindBugs and PMD 2015-12-25 17:30:59 +01:00
chylex 80ba8bd975 Update PMD settings 2015-12-25 17:17:31 +01:00
chylex ee258644e6 FIX ALL DEPRECATION WARNINGS AND DELETE BLOCKPOSM 2015-12-25 14:52:52 +01:00
chylex d9ebb04081 Improve Enderman damage handling compatibility with mods 2015-12-25 14:40:57 +01:00
chylex 932d999fc5 Update code to use WorldUtil for game rule checking 2015-12-25 03:11:52 +01:00