Commit Graph

87 Commits

Author SHA1 Message Date
coolGi b00c252f17 Updated gradle (and its wrapper), and fabric and architectury loom 2023-12-12 17:56:44 +10:30
coolGi 6788ac41c5 Fixed building for pre 1.20 2023-10-31 20:22:30 +10:30
coolGi 3d31d20a46 Refactor of GitInfo. Removed core commit, and added Build Source 2023-10-31 19:35:07 +10:30
coolGi 796f450091 Revert "Renamed cursedforge reference in gradle"
This reverts commit 7fb021010c.
2023-10-04 13:02:01 +10:30
coolGi c3103810db Moved run directory to root of the project 2023-10-03 23:41:23 +10:30
coolGi 7fb021010c Renamed cursedforge reference in gradle 2023-10-03 23:36:42 +10:30
James Seibel b38a8d5e62 Add the ability to set Minecraft's memory JVM argument in gradle.properties 2023-09-13 18:53:23 -05:00
coolGi 876c4f2510 Moved fabric api stuff 2023-08-27 01:37:16 +09:30
coolGi b2efeb77e1 Started work on fix for sodium 0.5 for 1.20.x 2023-08-06 23:22:51 +09:30
Cailin Smith d96c96fc6e Add ability for servers to communicate with the client to set the world.
This prevents the client from accidentally selected the wrong world
folder to load LODs from, since levels of the same dimension can't
naturally be distinguished from each other. With level similarity
detection, this can sometimes work, but in general is not reliable. This
mechanism instead allows servers to send a packet to the client on load,
enabling the override system, and then a second packet on world change,
which specifically sets the world key, based on knowledge that only the
server has, leading to a reliable way of detecting the correct world.
2023-07-02 21:27:06 +02: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 1a0f1244fa Fixed 1.19, 1.19.2, and 1.19.4 compile properties 2023-06-17 14:07:05 +09:30
coolGi 1b84d8bf0b Updated gradle script to be easier to add loaders 2023-06-15 17:41:18 +09:30
coolGi 6f36cd3305 Fixed up gradle to be able to not run immersive portals 2023-05-07 08:32:46 +09:30
coolGi 5739eb9a85 Started work on adding immersive portal support 2023-05-02 23:21:09 +09:30
coolGi 5c1058ca76 Moved fabric loom back to its own build.gradle 2023-05-01 00:52:41 +09:30
Ran 5caf11789f Try to fix Forge 2023-04-30 14:15:04 +06:00
coolGi ef02856b45 Removed fabricLike and quilt from the main branch. Development moved to the common_mixins branch. 2023-04-29 23:18:48 +09:30
coolGi fc3653e577 Started work on fixing the common mixin 2023-04-26 22:28:28 +09:30
coolGi d366da4947 Moved items not fabric dependant away from fabric 2023-04-11 01:07:53 +09:30
coolGi 955d1df400 Fixed common trying to shadow common 2023-03-26 16:01:52 +10:30
coolGi a43335466c Fixed the remapJar is the correct file 2023-03-04 18:53:43 +10:30
coolGi 4d195a6378 Cleaned up some shadow code 2023-02-28 16:54:43 +10:30
James Seibel cdbfad060b Fix gradle mystery compiler error
Specifically fixes core gradle being unable to access packages found in API
2023-02-27 20:41:45 -06:00
coolGi e9eeba944a Cleaned some stuff on the gradle 2023-02-27 22:32:47 +10:30
James Seibel 1b2afcd02c Add fabric block break/place events 2023-02-26 16:39:00 -06:00
coolGi 981d9a095d Removed classifier's as they are no longer needed in gradle 18 2023-02-24 19:08:53 +10:30
coolGi e2dcbf48af Made jar size around 1.5 MB smaller by removing an unused dependency 2023-02-12 22:19:36 +10:30
coolGi 79ba86d8c2 New Build system now works as good as the old build system (forge still broken) 2023-02-12 20:45:57 +10:30
coolGi 8de6ca33af Fabric now builds (and works outside the build environment) 2023-02-12 20:11:53 +10:30
coolGi 27a01d4da3 Added most of the core dependencies, fixed fabric runClient and disabled Forge for now 2023-01-29 14:49:29 +10:30
coolGi d538b5c12b Best that I can do with the build system for now (forgegradle hates me for some reason) 2022-11-17 19:10:01 +10:30
coolGi 4fe24abc51 Save commit for new build system 2022-11-14 21:51:09 +10:30
coolGi f593df5d1d Changed out the json library with something that we already have 2022-10-04 17:24:25 +10:30
coolGi 4e226130df Fixed up some listener stuff in the config 2022-09-25 12:24:41 +09:30
Ran f39ae98a48 Add API module 2022-08-25 17:50:10 +06:00
Ran d07219758f Start revamping the build script 2022-07-26 21:11:08 +06:00
coolGi 5e5b218e14 Made jar run without fabric api 2022-06-19 14:41:20 +09:30
coolGi 3838f06723 Started work on 1.19 for main branch 2022-06-13 15:58:51 +09:30
TomTheFurry c2feac4642 Front-port 1.19 build script change 2022-06-13 05:47:19 +00:00
Ran 59a6cae353 Switch over to Architectury API for networking 2022-05-19 16:32:24 +06:00
coolGi 71860612af Getting some stuff ready for architectury 11 2022-05-10 17:52:30 +09:30
coolGi 4b4b1f0ddc Set up theming for standalone jar and moved shadow stuff to main gradle 2022-05-08 15:28:43 +09:30
coolGi2007 2b8aea39d7 Updated toml and json and fixed up a mistake in the readme 2022-04-30 18:51:07 +09:30
coolGi2007 33748510fe New config finally done 2022-04-29 14:18:29 +09:30
Ran 0ccae5ebbc I didn't forget about this & it went unnoticed for months 2022-04-23 21:12:58 +06:00
coolGi2007 909870b321 Fix some stuff 2022-04-05 18:33:52 +09:30
TomTheFurry 8b13afeb23 It compiles in 1.18.1 & 1.17.1 now! 2022-04-04 14:30:44 +08:00
coolGi2007 015e596eda Fixed building 2022-04-03 19:47:29 +09:30