Commit graph

3054 commits

Author SHA1 Message Date
Kosma Moczek
a9aa742818 fabric-1.19.3: copy from fabric-1.19.1 2022-12-08 22:14:09 +01:00
Michael Primm
975944f649 Add initial 1.19.3 for Spigot/PaperMC support 2022-12-08 13:45:18 -06:00
mikeprimm
3c26d04195 Merge pull request #3857 from Warriorrrr/feature/stringify-async
Stringify json for json file client async
2022-11-29 15:43:31 -06:00
mikeprimm
273a745843 Merge pull request #3867 from surfrock66/dynamicfavicon
Add better favicon and code for progressive web apps, to improve shortcuts and icons.
2022-11-29 15:41:33 -06:00
mikeprimm
f0bb6c0c63 Merge pull request #3844 from gmfamily/v3.0
fix(chnk visibility) Use long to avoid int overflow
2022-11-29 15:39:40 -06:00
mikeprimm
e32cacb4dd Merge pull request #3861 from mastermc05/chunks
Update used paper chunk api
2022-11-29 15:37:59 -06:00
mikeprimm
dfd8c40296 Merge pull request #3862 from mastermc05/colorful-biomes
Colorful biomes
2022-11-29 15:37:42 -06:00
mikeprimm
95edf252f6 Merge pull request #3863 from mastermc05/fix-colors
Fix colours
2022-11-29 15:36:46 -06:00
mikeprimm
f95994ffe5 Merge pull request #3866 from IMBArator/fix_locale_issue_ModelBlockModelImpl.getLine
fix locale issue in ModelBlockModelImpl getLine (closes:  #3854)
2022-11-29 15:35:49 -06:00
mikeprimm
0aebacd3f2 Merge pull request #3869 from Captain-Chaos/v3.0
Typo in log message
2022-11-29 15:34:56 -06:00
mastermc05
77dd55d65d Fabric 1.16.5: Use BiomeEffectsAccessor to get foliage color 2022-11-18 14:53:24 +02:00
mastermc05
52770b4b83 Add biome to cache 2022-11-18 13:44:59 +02:00
mastermc05
e343540023 Forge 1.16.5 2022-11-18 13:38:14 +02:00
mastermc05
d3b0ed4534 Forge 1.17.1 2022-11-18 13:32:35 +02:00
mastermc05
7687e993fd Forge 1.18 2022-11-18 13:32:07 +02:00
mastermc05
5e5d954d99 Forge 1.18.2 2022-11-18 13:31:38 +02:00
mastermc05
9bc19f1c35 Forge 1.19 2022-11-18 13:31:11 +02:00
mastermc05
1ac5ab337b Forge 1.19.2 2022-11-18 13:30:13 +02:00
mastermc05
d1437cb86c Fabric 1.16.4 (1.16.5) 2022-11-18 13:27:07 +02:00
mastermc05
dfce788224 Fabric 1.17.1 2022-11-18 13:18:19 +02:00
mastermc05
717af62dcb Fabric 1.18.2 2022-11-18 13:17:21 +02:00
mastermc05
4833dcdb03 Fabric 1.19.1 2022-11-18 13:16:51 +02:00
mastermc05
e555137be9 Fabric 1.18 2022-11-18 13:16:29 +02:00
mastermc05
59ab0c92ef Fabric 1.19 2022-11-18 13:16:02 +02:00
mastermc05
8910bf62ef Cache biome object, further reduce diff 2022-11-18 13:12:40 +02:00
Captain Chaos
c5c9c08080 Typo in log message 2022-11-11 12:14:27 +01:00
Joseph Gullo
3b5696f1a0 Using the icon for dynmap pulled from the patreon/discord, updated the favicon and related files to produce a more refined Progressive Web App which looks better as a bookmark on mobile operating systems. 2022-10-25 13:11:52 -07:00
mastermc05
ae22b8c7eb Support for 1.16.5 2022-10-22 14:24:49 +03:00
mastermc05
c90f203498 Fix colours 2022-10-15 12:07:07 +03:00
mastermc05
100648140f Clean up 2022-10-14 16:14:40 +03:00
mastermc05
cf508baf2b Support 1.17 2022-10-14 16:06:15 +03:00
mastermc05
065585e418 Support 1.18 2022-10-14 15:59:20 +03:00
mastermc05
9d8e95d9b2 Support 1.18.2 2022-10-14 15:51:08 +03:00
mastermc05
dba0902ad6 Abstract for easier multiversion support, reduce diff 2022-10-14 15:37:36 +03:00
mastermc05
2a9d07926d 1.19 support 2022-10-14 12:57:23 +03:00
mastermc05
c42cdfef58 Change checked class 2022-10-13 21:08:22 +03:00
mastermc05
76f04ab7bf Update used paper api 2022-10-10 19:56:37 +03:00
Warrior
5e90242f6a Stringify json for json file client async 2022-10-01 20:39:46 +02:00
Maximilian Zettler
6e25f09700 fix locale issue in ModelBlockModelImpl getLine (closes: #3854)
add Locale.US to String.format() where float values are used
2022-09-29 21:02:18 +02:00
gmfamily
d13421154f fix(chnk visibility) Use long to avoid int overflow
Use long representation of the distance between tested chunk and center of tested limit to avoid int overflow while computing the distance compared to limit radius using square delta value
2022-08-31 19:35:18 +02:00
mikeprimm
eba42df3d3 Merge pull request #3833 from JurgenKuyper/v3.0
added switch on publicURL in webregister message
2022-08-29 08:29:37 -05:00
mikeprimm
6f37c5b642 Merge pull request #3836 from JurgenKuyper/templateNotification
added notification on probable misconfiguration of deftemplatesuffix
2022-08-29 08:28:53 -05:00
mikeprimm
fecf1f3596 Merge pull request #3832 from kosma/dark-forest
Fix dark forest grass color
2022-08-29 08:27:30 -05:00
Jurgen
edde2d675b added notification on probable misconfiguration of deftemplatesuffix 2022-08-21 19:32:59 +02:00
Jurgen
e8f1fc8ec8 added switch on publicURL in webregister message 2022-08-19 12:29:14 +02:00
Kosma Moczek
2155cdf58a BiomeMap: use hardcoded grass color in Dark Forest 2022-08-19 00:24:17 +02:00
mikeprimm
8ec7e6a9f4 Merge pull request #3826 from FedUpWith-Tech/v3.0
Fix bad readme links
2022-08-15 09:35:44 -05:00
FedUpWith-Tech
eeb87e5cd2 Fix bad readme links 2022-08-15 09:29:15 -04:00
Mike Primm
87b0181860 Drop 1.19.0, 1.18.0 for Forge and Fabric from builds 2022-08-14 16:02:47 -05:00
Mike Primm
c9424868e9 Switch to v3.5-SNAPSHOT 2022-08-14 16:01:32 -05:00