Lukas Rieger (Blue)
180c9fc38e
Merge remote-tracking branch 'origin/master' into feat/entity
2025-01-19 21:30:44 +01:00
TechnicJelle
9d13f59def
Actually print the port that was bound, instead of the one from the config ( #644 )
...
In the case of binding to port 0, this will print the actually bound port, instead of the `0` that's in the configuration file.
(cherry picked from commit d8a9c5223aefde72f3520c57582d6b41d4ad581c)
2025-01-19 18:38:05 +01:00
Lukas Rieger (Blue)
07db26f249
Rework Block to BlockAccess interface to be able to render blocks without full world implementation
2025-01-13 22:06:30 +01:00
Lukas Rieger (Blue)
4361146bf5
Rework block-entity deserialization and add first draft for entities
2025-01-13 11:27:55 +01:00
TechnicJelle
7200e94262
Add equals
and hashCode
functions for Player class ( #629 )
...
* Add `equals` and `hashCode` functions for Player class
* Fix up the extending classes
2024-12-08 19:37:40 +01:00
Lukas Rieger (Blue)
4d58cc25e3
Add per-map view-settings and optimized flat-view only maps
2024-11-17 15:09:26 +01:00
Lukas Rieger (Blue)
f08c7946a0
Add setting for a default sky-light per map
2024-11-12 20:59:26 +01:00
Lukas Rieger (Blue)
de5f1baca5
Merge addons folder into packs folder, addons now go into packs
2024-11-03 11:50:59 +01:00
Lukas Rieger (Blue)
22b026c4e9
Apply spotless fixes
2024-10-17 18:16:44 +02:00
Lukas Rieger (Blue)
026bd6c41b
Fix region-render-tasks equality function not working correctly
2024-10-17 17:58:45 +02:00
Lukas Rieger (Blue)
0d64bc0adf
Fix webapp data-stream not being closed in rare cases
2024-09-29 22:20:17 +02:00
Lukas Rieger (Blue)
9532788b73
too many slashes 3
2024-09-28 12:05:40 +02:00
Lukas Rieger (Blue)
aa584f60aa
Add webapp defaults for webapp-settings.json and tweak config a small bit
2024-09-28 11:49:55 +02:00
parataku
57342a9ed3
add support to change the map and live data root to support a multitude of cdn style scenarios ( #611 )
...
Co-authored-by: parataku <me@parataku.at>
2024-09-28 11:27:44 +02:00
Lukas Rieger (Blue)
3193912914
Add webapp.zip to release outputs and move version substitution from runtime to build-time
2024-09-21 16:34:21 +02:00
Lukas Rieger (Blue)
1c7ad90c82
Improve addon loading exception logs
2024-09-16 13:48:23 +02:00
Lukas Rieger (Blue)
f25ebfead3
Fix error on cli if webroot directory doesnt exist
2024-09-15 09:47:31 +02:00
Lukas Rieger
1454297bbd
Rework gradle-build system ( #574 )
...
* Rework gradle-build setup
* Fix versioning
* Fix github build
* Configure publishing
* Push BlueMapAPI
* Reorganize project naming
* Update neoforge-gradle
* Add gradle-stracktrace to github action
* Remove clean gradle target to hopefully no longer upset neogradle for some reason
* Update gradle and add stacktrace to github action again
* Update neogradle
* Switch to neoforges ModDevGradle
2024-09-12 17:45:21 +02:00