James Seibel
|
18074f15f5
|
Rename MinecraftWrapper -> MinecraftClientWrapper
closes #150
|
2022-03-05 18:28:36 -06:00 |
|
James Seibel
|
bba0424c6d
|
remove WorldWrapper.isEmpty()
It wasn't used and there was a comment saying not to use it
|
2022-03-05 18:14:22 -06:00 |
|
James Seibel
|
282f6cfbb8
|
Update the DependencyHandler to support circular references
Also rename "DependencySetup" To "FabricDependencySetup"
|
2022-03-05 17:52:22 -06:00 |
|
coolGi2007
|
b97b1b61b7
|
Reverted the commit that added 1.18.2 to this branch
|
2022-03-02 18:08:11 +10:30 |
|
coolGi2007
|
25d2cfd7b8
|
Quick 1.18.2 branch (**DISABLE GENERATION TO WORK**)
|
2022-03-02 17:43:46 +10:30 |
|
James Seibel
|
1b754387e0
|
Refactor the dependency injectors
|
2022-03-01 21:20:00 -06:00 |
|
tom lee
|
832fbe6d15
|
Update core
|
2022-02-26 16:16:00 +08:00 |
|
tom lee
|
03deddf666
|
Optimized the McObjectConverter for Direction
|
2022-02-26 14:04:49 +08:00 |
|
tom lee
|
8afa50d585
|
Update core + improved GenEvent Terminate speed
|
2022-02-24 22:28:59 +08:00 |
|
tom lee
|
4e510d96fc
|
Update core + fix colors. See commit in core
|
2022-02-22 23:10:58 +08:00 |
|
Ran
|
58b0991891
|
Put logger in ApiShared.java
|
2022-02-21 17:34:52 +06:00 |
|
Ran
|
59cbbef327
|
Merge remote-tracking branch 'origin/1.18.X' into 1.18.X
|
2022-02-21 17:29:41 +06:00 |
|
Ran
|
7047c81a2b
|
Put logger in ApiShared.java
|
2022-02-21 17:27:54 +06:00 |
|
tom lee
|
6e2ab47359
|
Rework Block color / shape
|
2022-02-21 19:23:30 +08:00 |
|
Ran
|
f879332e1d
|
Client 2 Server packets
|
2022-02-21 13:40:42 +06:00 |
|
cola98765
|
740560a50a
|
actually fix tint on custom water textures.
|
2022-02-19 22:32:53 +01:00 |
|
cola98765
|
47c28f0f37
|
actually fix tint on custom water textures.
|
2022-02-19 22:28:35 +01:00 |
|
Ran
|
1c859cd7da
|
Oops was registering channels to wrong environments
|
2022-02-20 00:15:33 +06:00 |
|
Ran
|
6039aeabde
|
Server client communication! maybe
|
2022-02-19 22:55:53 +06:00 |
|
coolGi2007
|
eac8cacd42
|
Removed new config
|
2022-02-19 18:53:34 +10:30 |
|
cola98765
|
2bd8dab240
|
#159 multiply color by color... not by alpha
|
2022-02-15 11:50:14 +01:00 |
|
cola98765
|
2b423c2edd
|
squared colour averaging as in #159
please check if it works looks better.
|
2022-02-15 11:37:54 +01:00 |
|
cola98765
|
1a4faf4bdd
|
close #188; fix lang parts in #189
|
2022-02-15 11:21:23 +01:00 |
|
cola98765
|
b70829aceb
|
RotatedPillarBlock colors are taken form sides, resolving #191
|
2022-02-15 11:06:37 +01:00 |
|
cola98765
|
bba771d376
|
Potentially fix water texture packs.
|
2022-02-14 17:31:36 +01:00 |
|
coolGi2007
|
b75eebd0dc
|
Getting more stuff ready for new config
|
2022-02-13 14:48:56 +10:30 |
|
tom lee
|
dd2096bf1b
|
Frontported the forge mixin issue fix. (It may work without that but...)
|
2022-02-12 23:54:23 +08:00 |
|
tom lee
|
ef0023ef39
|
Switch to another way to do the world gen. Now more mod compat!
|
2022-02-12 22:00:09 +08:00 |
|
tom lee
|
31f41540c0
|
Fix chat format color. Add failsafe stopping of generator
|
2022-02-12 15:13:58 +08:00 |
|
tom lee
|
81fe13b9c0
|
Add backup to VanillaRenderedChunks & many generator stuff
|
2022-02-12 14:30:04 +08:00 |
|
tom lee
|
332df13b29
|
Fix loadChunk try/catch missing the mark & add WRAN on modded chunkGen
|
2022-02-12 13:12:25 +08:00 |
|
coolGi2007
|
f41de59f39
|
Removed some file stuff that didnt work
|
2022-02-11 13:05:23 +00:00 |
|
coolGi2007
|
f05e878600
|
Added version to config file for the future
|
2022-02-11 16:07:10 +10:30 |
|
tom lee
|
a3dd346a02
|
Update core + Config + fixed blindness fog
|
2022-02-10 22:05:57 +08:00 |
|
tom lee
|
7e5fc979cc
|
Impl MEM LEAK fix from 1.16, though didn't think it was an issue before
|
2022-02-09 18:46:37 +08:00 |
|
tom lee
|
7ebb555b94
|
Update core
|
2022-02-08 13:45:04 +08:00 |
|
coolGi2007
|
30a636c840
|
Added toml to be able to be used in core
|
2022-02-07 09:14:08 +10:30 |
|
tom lee
|
e5722c19a9
|
Update core and impl the changing Region Size
|
2022-02-06 22:55:06 +08:00 |
|
tom lee
|
0bafa37f66
|
Fix and unify how key events work
|
2022-02-06 14:58:39 +08:00 |
|
coolGi2007
|
213d70f2d1
|
Removed clouds
|
2022-02-05 09:41:53 +00:00 |
|
tom lee
|
dda3c7636b
|
Update core + Moved ChunkLoader to be in line with other versions
|
2022-02-05 16:24:24 +08:00 |
|
tom lee
|
d11f067392
|
Update core
|
2022-02-04 14:33:55 +08:00 |
|
tom lee
|
486a30cb93
|
Update core
|
2022-02-04 00:16:25 +08:00 |
|
tom lee
|
01545dc295
|
Update the generator with 1.16 changes
|
2022-02-03 18:01:09 +08:00 |
|
coolGi2007
|
308f809d5d
|
Cleaned up some gradle stuff
|
2022-01-30 15:53:47 +10:30 |
|
tom lee
|
003dbdff02
|
Fixed C2ME log spam compat issue
|
2022-01-29 17:33:57 +08:00 |
|
tom lee
|
99f8dbb042
|
Mod compat: Fixed issue with Repurposed Structures
|
2022-01-29 16:50:02 +08:00 |
|
tom lee
|
4263ea9733
|
Add patch for BCLib to solve patchy features gen issue
|
2022-01-29 16:11:52 +08:00 |
|
tom lee
|
c09b07a21b
|
Greatly improve speed on loading existing chunks.
|
2022-01-27 14:08:06 +08:00 |
|
coolGi2007
|
4e0160648b
|
Fixed issue 162 (renamed stuff)
|
2022-01-27 02:38:13 +00:00 |
|