Commit Graph

211 Commits

Author SHA1 Message Date
s809 fc157b738e Remove Netty from jar and use one from MC instead 2024-01-13 16:11:08 +05:00
s809 27446965db Make 1.16.5 build
Make Netty version specific for each MC version
2023-12-30 21:57:03 +05:00
s809 736bb022d2 Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons 2023-12-24 19:16:16 +05:00
coolGi 0c8717a0da Fixed implNote in JavaDocs (as it "technically" part of the official Java standard) 2023-12-24 21:42:17 +10:30
coolGi 091b115aad Added neoforged to the ci 2023-12-23 15:31:41 +10:30
coolGi c3bdc22e28 NeoForged for 1.20.4! 2023-12-23 05:31:02 +10:30
s809 accb2d6af3 Merge branch 'main' of https://gitlab.com/jeseibel/distant-horizons 2023-12-15 20:31:50 +05:00
coolGi 61460f9ac0 Updated java files to use version numbers 2023-12-12 19:23:28 +10:30
coolGi 14d64d535a Changed preprocessor to use version numbers 2023-12-12 18:11:26 +10:30
coolGi b00c252f17 Updated gradle (and its wrapper), and fabric and architectury loom 2023-12-12 17:56:44 +10:30
James Seibel 2bb2f5a233 Remove PRE and POST preprocessor MC versions 2023-12-11 07:45:54 -06:00
s809 f009fd41ab Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-11-11 19:20:50 +05:00
coolGi 55df8daa35 Added key detection through the new test screen 2023-11-08 01:26:37 +10:30
s809 0e70478dd3 Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-11-03 21:23:37 +05:00
coolGi 3d31d20a46 Refactor of GitInfo. Removed core commit, and added Build Source 2023-10-31 19:35:07 +10:30
s809 958f0347a3 Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-10-14 22:09:31 +05:00
coolGi fadc2e7ab4 Disabled relocation for sqlite (relocation bug on their end) 2023-10-11 01:19:31 +10:30
coolGi 1e9120c6d9 Relocated the sqlite dependency in the jar 2023-10-10 22:48:20 +10:30
James Seibel 0bbaa15579 add basic sqlite and unit tests 2023-09-30 15:25:48 -05:00
Steveplays28 334b487e23 Merge branch 'main-upstream'
# Conflicts:
#	coreSubProjects
#	fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricMain.java
2023-09-24 11:26:12 +02:00
James Seibel e1907245e2 Replace sodium mixins with an Indium dependency 2023-09-23 11:11:24 -05:00
s809 2a4cc6e63d Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-09-07 20:07:42 +05:00
James Seibel 95b1ecff0d Add Fabric incompatibility list to versionProperties
also mark Sodium <0.5 as incompatible for 1.20
2023-08-27 14:14:00 -05:00
s809 80f48cd5a4 Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-08-27 19:43:13 +05:00
s809 e9a13dffb8 Update core 2023-08-26 21:34:46 +05:00
coolGi 34bb512f03 Disabled SVG from being included in the jar 2023-08-27 01:02:05 +09:30
coolGi fae58503a8 Removed flatlaf 2023-08-27 00:59:36 +09:30
coolGi d9b969e7a7 Fixed up git on ci (well, kinda) 2023-08-24 23:35:20 +09:30
Steveplays28 1ea62fd5ec Merge remote-tracking branch 'upstream/main'
# Conflicts:
#	common/src/main/java/com/seibel/distanthorizons/common/wrappers/block/BiomeWrapper.java
#	common/src/main/java/com/seibel/distanthorizons/common/wrappers/block/BlockStateWrapper.java
#	common/src/main/java/com/seibel/distanthorizons/common/wrappers/misc/ServerPlayerWrapper.java
#	common/src/main/java/com/seibel/distanthorizons/common/wrappers/world/ClientLevelWrapper.java
#	common/src/main/java/com/seibel/distanthorizons/common/wrappers/world/ServerLevelWrapper.java
#	coreSubProjects
#	fabric/src/main/java/com/seibel/distanthorizons/fabric/FabricClientProxy.java
#	forge/src/main/java/com/seibel/distanthorizons/forge/ForgeClientProxy.java
2023-08-15 15:55:33 +02:00
coolGi 4f0da248e3 Fixed git submodule not getting commit 2023-08-15 14:44:10 +09:30
s809 b64b44f301 Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-08-08 12:48:37 +05:00
coolGi 3b3ec1eee2 DH Jar now knows git version that it was built from 2023-08-07 21:10:45 +09:30
James Seibel 9f0378f969 comment out netty code
It broke MC 1.16
2023-08-05 22:32:57 -05:00
coolGi 2d77efd8ea Save commit for fog fix 2023-07-19 22:19:01 +09:30
coolGi b6d352fbce Fixed some typos in the gradle script 2023-07-17 22:37:33 +09:30
James Seibel cd78ffc069 Fix Netty not being embedded in the Jar correctly (Thanks coolGi!) 2023-07-17 07:55:09 -05:00
James Seibel c37304d114 Temporary Forge retail MC Netty library fix 2023-07-17 07:39:01 -05:00
coolGi fd2a1ca036 Removed spaces from version properties 2023-07-17 02:17:10 +09:30
James Seibel 21f665c941 Make preprocessors exclusive by default and add inclusive options
This was done since previously the POST processors were inclusive but the PRE processors were exclusive, which is confusing.
2023-07-11 21:33:55 -05:00
James Seibel 995f30b7e2 Merge branch 'minecraft-lod-mod-main' 2023-07-11 18:52:11 -05:00
James Seibel d70de5dac6 Fix forge running in the IDE 2023-07-08 11:55:15 -05:00
s809 bdda96854e Merge branch 'main' of https://gitlab.com/jeseibel/minecraft-lod-mod 2023-07-08 16:23:17 +05:00
James Seibel 889daecc86 refactor and rename 2023-07-04 10:29:43 -05:00
James Seibel 3aab0469ab Set the javadoc's title to their project names
In this case "DistantHorizons-api"
2023-06-29 21:40:25 +05:00
James Seibel 38085c3e7d Set the javadoc's title to their project names
In this case "DistantHorizons-api"
2023-06-26 21:26:42 -05:00
s809 014b49246d Clean up a bit and add netty to core 2023-06-26 21:16:39 +05:00
coolGi 7756bd4fa1 Fixed removing unused files form jar 2023-06-19 23:07:17 +09:30
James Seibel 38c368d9fe rename namespace lod -> distanthorizons 2023-06-17 17:45:38 -05:00
coolGi 2fbc69cb34 Updated log4j version 2023-06-03 21:00:37 +09:30
coolGi d3a06b8597 Fixed merged jars and added it to the ci 2023-06-02 23:32:12 +09:30