* 25w14craftmine part 1
* Dealt with some stuff that was eaten
Because some new thing decided to eat everything in MinecraftServer for some reason. The End was fed to the Void.
* Port fabric-resource-loader-v0 to 25w14craftmine.
* Remove leftover imports from migrating MinecraftServer to GameInstance.
* Port fabric-lifecycle-events-v1 to 25w14craftmine.
* Work on a networking-api-v1 port to 25w14craftmine.
* Work on a networking-api-v1 port to 25w14craftmine.
* Compiles :)
* More fixes
* Ingame?!?
* Fix tests
* Bump versions
---------
Co-authored-by: DaveyL2013 <20153257+DaveyL2013@users.noreply.github.com>
Co-authored-by: Mikarific <mikerific2@gmail.com>
* Fix behavior change in `SingleVariantStorage` serialization
25w09a port added `orElseThrow()` call in `readNbt`, changing the behavior for
missing `variant` field. This previously used `fallback` (or, if the `codec` was
somehow a unit codec/could accept empty NBT, successfully decoded), but the change
made it throw. This makes it use the fallback in both cases.
Given that it is unlikely for a variant to use a unit codec, the remaining change is
deemed acceptable.
* Fix handling of incorrect NBT type in `AttachmentSerializingImpl`
* fix typo
* Remove broken wandering trader trade registration code
* Fix typo
* Add ServerPlayNetworking.reconfigure
* Add ServerConfigurationNetworking.isReconfiguring, allowing tasks to be skipped if not required again.
(cherry picked from commit db5e66823d)
* Add internal API to get the configuration channels the client accpets during play.
* Actually rerun configuration when using the debugconfig command.
* Update Model Loading API to 25w07a
* Update Model Loading API to 25w08a
* Fix merge
* Move model wrappers to separate package
* Remove UnwrappableBlockStateModel
* Disallow ModelModifier.OnLoad from receiving or returning null models
- Move the point at which OnLoad is invoked earlier to be inline with how OnLoadBlock is invoked
* Temporarily remove extra models API
---------
Co-authored-by: modmuss <modmuss50@gmail.com>
* Update to 25w10a
* Sync DATA_COMPONENT_PREDICATE_TYPE
* Have the action upload expected genResources result
* Update TAW
* Revert "Have the action upload expected genResources result"
This reverts commit d368700cb4.
* Bump versions
* Add multiple helper varargs methods for tags
* Fixed a bit the JavaDocs grammar
* More clarity for the addTags in JavaDocs
* Changed the Stream.of() with a for loop
* Added blank lines after block at same indentation level
* Small grammar mistakes
* Changed the `add(T... elements)` to use for loop instead of `Stream.of()`
(cherry picked from commit 60b6f1b7ce)