Commit Graph

94 Commits

Author SHA1 Message Date
cola98765 e32213bd33 actually fix tint on custom water textures. 2022-02-19 22:31:17 +01:00
cola98765 dae3d49d62 update BlockColorWrapper, and fix "wraning" 2022-02-15 12:14:55 +01:00
tom lee 08dbe8bbf8 Add TerraForged Compat via a mixin + Fix heightmap bug in StepFeature 2022-02-13 18:30:58 +08:00
tom lee c1ed040c6f Rollback some unneeded backport. And make it compile 2022-02-12 22:50:08 +08:00
tom lee ef6efae969 Backport changes from 1.18 branch 2022-02-12 22:26:48 +08:00
tom lee ae1fc0f750 Backport changes from 1.18 2022-02-12 16:13:05 +08:00
coolGi2007 1b0e362227 Added _Version to config for future me 2022-02-11 13:09:59 +00:00
tom lee 84c2a687a1 Update core + Config + fix underwater/blindness fog 2022-02-10 21:43:41 +08:00
tom lee a6a321ff0e Updated core + Fixed debug buttons 2022-02-10 17:06:25 +08:00
coolGi2007 911c802211 Made sodium use cursedforge and added toml to core 2022-02-10 13:49:38 +10:30
tom lee 3d9228ceac Fixed critical MEM LEAKS on batch world generator 2022-02-09 18:04:37 +08:00
tom lee 389114e091 First update. NOTE MEM LEAK NOTED!!!! 2022-02-08 19:37:36 +08:00
tom lee 767452338a Changed how Features step works for mod compat with CaveBiomesApi 2022-02-05 19:11:40 +08:00
tom lee ac12e61a2d Make it build. 2022-02-05 18:17:41 +08:00
coolGi2007 3931ea7fe8 Removed clouds 2022-02-05 09:48:43 +00:00
tom lee 1222db45d6 Update core + remove duped createStructureStart() call. 2022-02-05 16:17:31 +08:00
tom lee 1f60357a95 Update core 2022-02-05 14:36:42 +08:00
coolGi2007 0894a01342 Forgot to remove this when i was downgrading to 1.16 2022-02-04 00:58:57 +00:00
tom lee b55096a3e0 Added back a missing break; in a switch/case 2022-02-03 16:54:42 +08:00
tom lee c29420b695 BatchGen: Completely refactor the ExperGen into now call BatchGen 2022-02-03 16:47:22 +08:00
tom lee faae6de024 Fix race issue with vanilla gen. Improve mem usage a bit 2022-02-01 15:48:55 +08:00
tom lee e2afb8e47e Fix light issue and lockups in Noise step. Features are still unstable 2022-01-31 00:24:45 +08:00
tom lee 3a3fe214c4 Fix experGen loading existing chunks. (It now works.) 2022-01-30 15:31:59 +08:00
tom lee 00951329aa And merge it to head 2022-01-30 14:16:23 +08:00
tom lee 95ad811ed5 Actually commit untracked files 2022-01-30 14:15:10 +08:00
coolGi2007 f5f913d717 Cleaned up gradle and temporarily commented out the experimental generator till leetom adds it back 2022-01-30 16:14:26 +10:30
tom lee b79f47886f PORTTED EXPO WORLD GEN!!!! YAAAAAAAYYYY 2022-01-29 23:25:17 +08:00
tom lee 5d8a30567d Return true on isLightCorrect() since 1.16 seems to never set this flag 2022-01-29 19:17:20 +08:00
coolGi2007 0d67630314 Downgraded stuff from 1.17 to 1.16 2022-01-29 03:54:42 +00:00
coolGi2007 95a444781c (forgot to push this commit) downgraded stuff from 1.17 to 1.16 2022-01-27 09:49:56 +10:30
coolGi2007 04fd38dbb0 Added comments to the file 2022-01-25 15:42:47 +10:30
coolGi2007 ff9f8eef3c Fixed accesswideners 2022-01-24 23:44:22 +10:30
coolGi2007 a4a8de2ff2 After all these years, the ints show up correctly after restarting (it was literally a 1 line fix) 2022-01-24 19:55:34 +10:30
coolGi2007 b0324c76fa Ported everything from 1.17 to 1.16 2022-01-24 18:19:49 +10:30
coolGi2007 5184cfb4da Downported stuff from 1.17 to 1.16 2022-01-21 13:53:15 +10:30
coolGi2007 354836f098 Escape saves config 2022-01-14 14:14:55 +10:30
tom lee 68c73790bc Add forge DisableVanillaFog. UNTESTED due to gradle cache..... 2022-01-14 00:11:20 +08:00
tom lee f4d385d25b Update core + Fix Sodium fog 2022-01-13 22:32:22 +08:00
tom lee 134c25ad43 Updated core and fixed up SodiumAccessor 2022-01-12 19:59:57 +08:00
coolGi2007 9d76ed67d0 Fixes all (hopefully) problems with saving the config file 2022-01-11 17:38:52 +10:30
coolGi2007 f50e818f66 Added cloud warning 2022-01-10 05:14:16 +00:00
coolGi2007 6b88eb833d Updated everything 2022-01-09 21:32:57 +10:30
coolGi2007 8a41734bce Updated everything 2022-01-07 18:03:31 +10:30
coolGi2007 49012a6996 Update Config.java 2022-01-02 08:58:14 +00:00
coolGi2007 ded2ebec06 Removed the need for any config category. The config now guesses the category 2022-01-02 06:11:32 +00:00
coolGi2007 536ea92e5f Fixed some stuff so it can be built 2022-01-01 21:12:04 +10:30
coolGi2007 06d3469b8f Fixed a config gui crash 2022-01-01 20:11:37 +10:30
coolGi2007 8603301ab8 Updated stuff 2022-01-01 19:57:26 +10:30
tom lee 6c9775481e Fabric: Fixed up config button. It now shows up! 2021-12-31 23:45:06 +08:00
tom lee 4878d56518 Fixed up most stuff so it runs on fabric. Still crashes though 2021-12-31 23:18:45 +08:00