Commit Graph

3368 Commits

Author SHA1 Message Date
Joshua Castle 9e74e904e7
Merge remote-tracking branch 'upstream/master' into feature/blocky 2023-02-03 22:01:32 -08:00
Camotoy 25c2d30881
Remove players from player team map on team remove 2023-02-02 16:31:26 -05:00
Camotoy 0388785ea7
Fix some instances of team-applied nametags not working
Fixes #3531
2023-02-02 15:25:05 -05:00
Kas-tle d14ca99a52
Merge pull request #3 from davchoo/feature/blocky
Fix block registry scanning in MappingsReader
2023-02-01 15:26:28 -08:00
davchoo 7bc0bde379
Include entry when logging exceptions from block mappings 2023-01-31 23:34:28 -05:00
davchoo cbe7256125
Skin hashes can have less than 64 characters? 2023-01-31 23:24:08 -05:00
davchoo a91b531f99
Fix block registry scan in MappingsReader 2023-01-31 23:24:04 -05:00
Kas-tle d1790cc09d
Merge pull request #2 from davchoo/feature/blocky
Simplify creating CustomBlockMappings
2023-01-31 13:07:53 -08:00
Camotoy c909b2b1a5
Fix #3521 2023-01-31 13:01:20 -05:00
davchoo 00a453fe42
Treat all properties as string properties
There isn't a real need to check for boolean and int properties
2023-01-30 15:07:35 -05:00
davchoo d99cb468f1
Rework MappingsReader_v1 to avoid passing maps around 2023-01-30 15:01:49 -05:00
Camotoy 29f234d030 Fix /geyser reload on Spigot
Fixes #3478
2023-01-29 22:15:26 -05:00
Joshua Castle 1efe7342eb
Merge remote-tracking branch 'upstream/master' into feature/blocky 2023-01-29 13:53:31 -08:00
Joshua Castle 57c90da15b
Address @davchoo's review
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2023-01-29 13:44:05 -08:00
Camotoy af5d03f5dd
Show teams in command suggestions 2023-01-25 11:05:04 -05:00
Joshua Castle d71d9c142b
Merge remote-tracking branch 'upstream/master' into feature/blocky
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2023-01-23 22:22:11 -08:00
Joshua Castle a25ee6c96d
Use skin hash instead of URL
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2023-01-23 21:41:17 -08:00
David Choo 48d78720a1
Apply fallback skins to custom skulls with invalid or empty texture values (#3515) 2023-01-22 13:23:16 -05:00
Joshua Castle 04565f95d7 Merge remote-tracking branch 'upstream/master' into feature/blocky
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2023-01-21 22:46:18 -08:00
Joshua Castle 9007ee4630
API event for skull blocks & let register via URL
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2023-01-21 22:44:47 -08:00
Kas-tle b8040a1d98
Fix some instances of chunks not appearing (#3498) 2023-01-20 10:02:20 -05:00
Kas-tle 1e75b88215
Merge pull request #1 from davchoo/feature/blocky
Fix light components and overriding inventory blocks
2023-01-18 20:57:20 -08:00
davchoo 0f0308b6ef
Fix inventories with block state overrides not opening 2023-01-18 11:18:13 -05:00
davchoo 4d78503b7c
Remove redundant populate method and remove BLOCKS_JSON after last use 2023-01-18 11:18:12 -05:00
davchoo 4ab26e0717
Fix light_emission and light_dampening components 2023-01-18 11:17:58 -05:00
Joshua Castle 77d991961c Merge remote-tracking branch 'upstream/master' into feature/blocky 2023-01-17 21:37:51 -08:00
Joshua Castle b2d9095815
Address @Camotoy's review
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
2023-01-17 21:37:27 -08:00
Camotoy 0b80c58958 Handle invalid items in shulker box 2023-01-16 19:16:01 -05:00
Joshua Castle 2efdce481c
Update custom skull config example 2023-01-15 22:00:42 -08:00
Joshua Castle cc2e409f05
Minor cleanup and javadocs 2023-01-15 16:27:28 -08:00
Joshua Castle bfdebadacc
Implement all remaining block components 2023-01-15 04:24:52 -08:00
Joshua Castle 3d1d51d198
Inventory overrides for multistate bedrock blocks 2023-01-15 00:00:19 -08:00
Joshua Castle df710cb279 Merge remote-tracking branch 'upstream/master' into feature/blocky 2023-01-07 20:45:21 -08:00
Camotoy c928bafddd
Should fix some instances of chat not showing 2023-01-07 14:46:22 -05:00
Tim203 3ac931e11b
Moved the APIs to a dedicated repo
They can now be found at https://github.com/GeyserMC/api
2023-01-07 14:29:33 +01:00
Joshua Castle d019160939
add registerBlockItemOverride event + refactor 2023-01-05 22:28:32 -08:00
Joshua Castle 880d8e528e
Fix collide box and warn for >16 props 2023-01-05 21:54:08 -08:00
Joshua Castle a8e60b6fbc
Accidentally added name comp. 2023-01-05 19:52:45 -08:00
Joshua Castle 00837d97b2
More docs 2023-01-05 19:48:57 -08:00
Joshua Castle 9bc4244957 Merge branch 'feature/blocky' of https://github.com/Kas-tle/Geyser into feature/blocky 2023-01-05 19:46:36 -08:00
Joshua Castle 010e99d2dc
Add tags 2023-01-05 19:46:33 -08:00
Kas-tle a51ff5797c
Add docs for custom blocks 2023-01-05 15:59:29 -08:00
Joshua Castle 96967dafa2
Translate block item 2023-01-04 22:44:28 -08:00
Joshua Castle 6409d7982d Merge remote-tracking branch 'upstream/master' into feature/blocky 2023-01-04 19:12:06 -08:00
Camotoy 7905581ec4
Fix some instances of chat not appearing 2023-01-04 16:05:12 -05:00
Camotoy b5e1ddc3c8
Guess when the client is clicking air on mobile
Should address #2113
2023-01-03 19:28:43 -05:00
Camotoy d1afb81a3b
Config: elaborate on show-cooldown 2023-01-03 16:10:15 -05:00
Camotoy 00df4c26ba
Don't send more than one ServerboundSwingPacket per tick
Should address #2875
2023-01-03 15:51:58 -05:00
Camotoy c483204446
Merge branch 'dev' 2023-01-02 12:19:19 -05:00
Camotoy 402b3403ba
Velocity: Fix disabling compression when there is no compression to disable 2023-01-02 12:12:22 -05:00