coolGi
|
e9f66dc091
|
Removed getFogColor from the BCLibAccessor
|
2023-05-07 08:55:10 +09:30 |
|
coolGi
|
6f36cd3305
|
Fixed up gradle to be able to not run immersive portals
|
2023-05-07 08:32:46 +09:30 |
|
coolGi
|
b476da8ba4
|
Worked more on immersive portals compatibility
|
2023-05-06 23:04:56 +09:30 |
|
coolGi
|
2cbc98a26a
|
Removed quotations around authors in mod infos
|
2023-05-02 23:21:40 +09:30 |
|
coolGi
|
5739eb9a85
|
Started work on adding immersive portal support
|
2023-05-02 23:21:09 +09:30 |
|
James Seibel
|
8244932247
|
temporary fabric/mod.json and forge/mods.toml author fix
|
2023-05-02 07:32:10 -05:00 |
|
Ran
|
39ef896138
|
Made forge actually run! Renamed com.seibel.lod.core to com.seibel.lod.coreapi
|
2023-05-01 19:27:52 +06:00 |
|
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
|
85c7dbaf99
|
Fixed duplicate dependency in the fabric.mod.json
|
2023-04-15 01:38:38 +09:30 |
|
coolGi
|
2c8d8e2b2e
|
Moved items not fabric dependant away from fabric
|
2023-04-11 01:08:01 +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
|
cd156630a8
|
Slightly fixed up the mixin plugin
|
2023-03-17 22:36:22 +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 |
|
James Seibel
|
221d011b48
|
reformat
|
2023-02-25 21:33:54 -06:00 |
|
James Seibel
|
ad36204dfb
|
Fix ClientApi.onClientOnlyDisconnected() and and Connected() not being called
|
2023-02-25 15:29:46 -06:00 |
|
James Seibel
|
70f8599a0e
|
refactor fabric methods
|
2023-02-25 14:30:08 -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
|
7ca0092501
|
Set remap to false in the MixinTextureUtil to fix warning
|
2023-02-20 17:12:03 +10:30 |
|
James Seibel
|
1b5762a133
|
Merge
|
2023-02-18 07:23:21 -06:00 |
|
coolGi
|
e373969b34
|
Added ability to change vanilla's lod bias
|
2023-02-18 20:00:54 +10:30 |
|
James Seibel
|
f16472c415
|
rename serverApi.serverLoad/Unload event methods
|
2023-02-17 08:33:49 -06:00 |
|
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
|
89faf6e976
|
Merge remote-tracking branch 'origin/main' into new_buildsystem
# Conflicts:
# build.gradle
# fabric/build.gradle
|
2023-02-12 19:06:48 +10:30 |
|
coolGi
|
cc3a3c451c
|
Refactored fabric stuff to be in a fabric folder
|
2023-02-12 18:55:00 +10:30 |
|
coolGi
|
f0956c0cdb
|
Fixed fabric build
|
2023-02-12 13:03:25 +10:30 |
|
coolGi
|
c01c77e11d
|
Merge branch 'new_buildsystem' into 'main'
# Conflicts:
# gradle.properties
|
2023-01-29 05:11:04 +00:00 |
|
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
|
76f3a3cfcb
|
Disabled stuff that requires Architectury API (so the networking)
|
2023-01-29 14:16:12 +10:30 |
|
James Seibel
|
a1e8af623d
|
Move Optifine code out of ReflectionHandler and into AbstractOptifineAccessor
|
2022-11-24 19:10:19 -06:00 |
|
James Seibel
|
af625d912a
|
rename DhApiEventInjector -> ApiEventInjector
|
2022-11-24 18:05:15 -06:00 |
|
coolGi
|
de60b15d2b
|
Added the ChangelogScreen. New changelog screen done
|
2022-11-18 19:12:25 +10:30 |
|
coolGi
|
2daf47f202
|
Updated updater screen (thanks a lot to Pankakes#0686)
|
2022-11-17 21:44:43 +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
|
889fc7d7fe
|
Fixed mixin plugin and made it be more abstract (sodium class not found bug fixed)
|
2022-10-30 19:29:25 +10:30 |
|
coolGi
|
8fec85d4cb
|
Added stuff that people suggested to the update screen
|
2022-10-30 18:36:50 +10:30 |
|
coolGi
|
14fb775212
|
Added the self updater to forge and fixed standalone jar
|
2022-10-21 17:32:25 +10:30 |
|
coolGi
|
9742a2146a
|
Added the self updater to forge
|
2022-10-20 22:47:48 +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 |
|