Glicz

Results 22 issues of Glicz

TODO: - [x] Fix text display - [x] Fix item display - [ ] Fix block display - [ ] Transformation (only translation) support - [ ] Interpolation delay and...

### '/viaversion dump' Output https://dump.viaversion.com/1e457483840c3986a8461a04efc021f4ca4f80ad48cd2b8e87de7e4336856090 ### Console Error _No response_ ### Bug Description Block display entities are not visible on versions below 1.19.4 on 1.19.4 server ### Steps to Reproduce...

bug
help wanted

### Description Well, when using CommandTrees, arguments can sometimes look like that: ```java .then(new LiteralArgument("arg1") .then(new StringArgument("arg2") .then(new StringArgument("arg3") .then(new DoubleArgument("arg4", 0) .then(new StringArgument("arg5")))))) ``` and it looks... bad. (well,...

enhancement

### Description I think supporting mojang-mapped servers would be a useful feature, because it's much faster to compile and/or test plugins without remapping and Paper is slowly moving to provide...

enhancement
implemented for next release

https://github.com/PaperMC/mache/pull/41#issuecomment-2149772124 Fixes: ``` > Task :versions:v1_20_6:runServer Exception in thread "main" java.lang.ExceptionInInitializerError at net.minecraft.world.level.biome.FixedBiomeSource.(FixedBiomeSource.java:16) at net.minecraft.world.level.biome.BiomeSources.bootstrap(BiomeSources.java:8) at net.minecraft.core.registries.BuiltInRegistries.lambda$internalRegister$49(BuiltInRegistries.java:299) at net.minecraft.core.registries.BuiltInRegistries.lambda$createContents$50(BuiltInRegistries.java:312) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at net.minecraft.core.registries.BuiltInRegistries.createContents(BuiltInRegistries.java:311) at net.minecraft.core.registries.BuiltInRegistries.bootStrap(BuiltInRegistries.java:305) at net.minecraft.server.Bootstrap.bootStrap(Bootstrap.java:53) at net.minecraft.server.Main.main(Main.java:103) Caused...

this PR adds two events: `BlockPreUseEvent` and `BlockUsedEvent`. - `BlockPreUseEvent` - called before vanilla block use logic, allows to override the result and skip it. (useful when making custom blocks...

For some reason, type parameters weren't passed to fallback property codec, which caused an exception when trying to access them. Now, this issue is fixed.

external

Setting player's camera before they had sent `ServerboundPlayerLoadedPacket` desyncs it. This should fix it

### Affected Product(s) SpongeNeo ### Version 1.21.10-21.10.16-beta-17.0.0-RC2410 ### Operating System Windows ### Java Version 21 ### Plugins/Mods ```shell SpongeNeo and Moonrise ``` ### Describe the bug The server crashes with...

type: bug
status: needs triage

Also makes core include `jspecify` and `jetbrains-annotations` (because `jspecify` doesn't cover every annotation yet). Only migrated `CommandArguments` to these libraries. Not sure if I correctly included these libraries, I don't...