* first join
* add new entities
* fix type on interpolation duration
* switch long to var long
* switch long to var long, round 2
* add flags to TextDisplay
* 1.19.4
* setView in Entity#teleport
* do not trigger touchTick if entity physics are disabled
* Add new 1.19.4 packets
* constant expr
* no localhost on github actions
* yoinked changes from 1.19.3 main
* update to forked changes
* remove potion command
* remove potion command
---------
Co-authored-by: GreatWyrm <alecmusante@gmail.com>
* Add permission wildcard support to no-verifier hasPermission
* add one more assertion
* check permissionLoop NOT permission
* Add all permissions wildcard test
* Add proper pattern matching with tests
* Sanitize regex
* Clean up code
* Add to other hasPermission method aswell
* general ProjectileGenerator for RangedAttackGoal
Let the users create any Entity as projectile (not just EntityProjectile)
* disable server address tests in github actions
---------
Co-authored-by: mworzala <mattheworzala@gmail.com>
* in order to make an omelet, you have to break a few eggs. aka absolutely decimate the gradle project
* far more sane gradle, no publishing yet tho
* attempt maven deploy
* fix publish url and use snapshot repo
* fix secret names
* release, and properly set version
* attempt to set group correctly
* more gradle fixups
Signed-off-by: mworzala <mattheworzala@gmail.com>
make some loggers private
(cherry picked from commit 03ff6dca3493646098bf194ebd19aadf90ecf800)
add slf4j dep to codegen module
(cherry picked from commit b9136e3e579e98a0567e7ecf838c72ff5c159858)
add back slf4j dep
(cherry picked from commit 174c5b8b6a3223310e250fb5dad48b179b101fe5)
remove tinylog and MinestomTerminal
(cherry picked from commit 352161c326fe2dbb5989e5a45571c76795407ff5)
Signed-off-by: mworzala <mattheworzala@gmail.com>
Add a tick counter in the current tick thread and a way to get the current tick thread.
(cherry picked from commit 65ff64658efef55ac04053dc653fff492cc38a55)
* chore(Inventory): Fixed generated window id sometimes becomes 0 or -128(out of int) which causes empty inventories.
* chore(InventoryTest): Updated inventory window id creation test.
* chore(InventoryTest): Updated inventory window id creation test. (iam's suggestion.)
* chore(Inventory): Updated inventory window id generation that is more thread safe compare to the old one. (iam's suggestion)
* chore(InventoryTest): int window id to byte.
* Implement some Adventure methods into ConsoleSender
* Remove getUuid from CommandSender/ConsoleSender
* rebase and review fixes
Co-authored-by: mworzala <mattheworzala@gmail.com>
* Compile git info into Git.java
* Move blossom task into tasks block
* Fix javadoc task
* Improve readability
* Remove version field
* Hopefully preventing inline by javac
* Make Git class final
* Remove prefixes for getters
* Make getters static
* Add System Property for changing Portal Teleport boundry, remove unnecessary PropertyUtils method
* Remove unneeded imports on changed files
* Restore getString in PropertyUtils, change to use JDK method