Commit Graph

11 Commits

Author SHA1 Message Date
Lukas Rieger (Blue)
8b1c5ab3c2
Make regions generic to support different types of chunks 2024-11-04 14:38:09 +01:00
Lukas Rieger (Blue)
4fc10b702e
Add resourcepack-extensions to allow using bluemaps resourcepack system to load custom resources 2024-11-02 16:55:16 +01:00
Lukas Rieger (Blue)
462a7545d0
Fix using wrong array-length 2024-11-02 15:29:08 +01:00
Lukas Rieger (Blue)
3cc0ea70a5
Spotless fixes 2024-11-01 22:39:00 +01:00
Lukas Rieger (Blue)
c2fa00db5b
Add first iteration of custom block-renderers (#561) 2024-11-01 22:30:05 +01:00
Lukas Rieger (Blue)
d9a0850cba
Fix pale_oak_leaves color and add loading of nested feature-datapacks 2024-10-17 15:25:35 +02:00
TyBraniff
b8f4574087
conduit (#614)
* Adding conduit entity models

1 default (not active) conduit model - set as default
1 activated conduit model - not available via current bluemap code, just making asset available once, or if, it becomes detectable.

* Adding conduit blockstate

Uses model "entity/conduit" by default; has variant for active under "active=true" varriant.

* Update conduit.json

format update

* Update conduit_active.json

format update

* Update conduit.json

* Update conduit.json

---------

Co-authored-by: Lukas Rieger <TBlueF@users.noreply.github.com>
2024-10-07 15:31:15 +02:00
Lukas Rieger (Blue)
48fa5b6abc
Fix self-healing for corrupted render-state files, fixes: #588 2024-09-15 10:09:53 +02:00
Lukas Rieger (Blue)
56369c9143
Fix error when loading minecraft version pre 1.14 Fixes: #579 2024-09-15 09:37:40 +02:00
Lukas Rieger (Blue)
79fd4d0201
Update BlueNBT 2024-09-13 15:09:08 +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