Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support inventory preview on multi player server (#1)
* 23w51b-SNAP 0.20.0-snap * fix Block/Entity Reach overrides * 1.20.x revert * IntelliJ Changes * IntelliJ Changes * IntelliJ Changes * IntelliJ Changes * Update Configs.java * IntelliJ Changes * 24w03a - No changes * 24w03b - Adds debugLogger() and attempts to replace the deprecated calls to isLiquid() -- Perhaps move to malilib if working. * 24w03b - Adds debugLogger() and attempts to replace the deprecated calls to isLiquid() -- Perhaps move to malilib if working. * 24w04a - Removed some non-working dev code * 24w04a - gradle 8.6 * 24w05b - half works and runs, but some features are broken due to renderer issues. * 24w06a - renderer issues nearly fixed. Still need to check visual rotation values for flexibleBlockPlacement Grid under MaLiLib * 24w06a - Matrix4f Renderer methods fixed & fully implemented. * 24w06a - merge from 0.19.1 & 0.19.2, elytra swap fix & map preview required shift * Update gradle.properties * 24w06a - added option to disable Trial Vault particles * 24w06a - some code cleanups * 24w06a - remove lame Trial spawner / vault particle rules and cleaned up some wording for the Block / Entity reach overrides with the Single Player warnings. * 24w07a - some mixin target fixes * 24w07a - some debug loggers enabled to debug clicking issues for issue # 485 -- Mac Mouse / Trackpad issue from 0.16.1/3 + ? * 24w07a - added debuggers for tweakFastBlockPlacement workflow * 24w07a - api / loom version bump * 24w09a basic * 24w09a - mostly works, check the Shulker Box Preview code yet. * 24w09a -- loom build 5 * 24w09a - loom build 6 * 24w09a -- loom build 8 * Update gradle.properties * 24w09a - fabric api 0.96.6 * 24w09a - add Bundle Preview * 24w10a - basic item attribute modifier getValue() -> value() rename * 24w10a ghost bug hunting * 24w10a - some cleanups and fixing TWEAK_GAMMA_OVERRIDE correctly this time. * 24w10a - ModMenu 10.0.0-alpha.3 update * 24w10a - fabric 0.96.9 yarn build 8 * 24w11a - yarn build 2 * 24w11a - fabric 0.96.10 and shulker box preview fix * 24w11a - chasing ghost bugs for ClickSlot packets -- Not finding any issues. * 24w12a - fix itemStack.getItem().isDamagable() --> not yet working * 24w12a - fix itemStack.getItem().isDamagable() -> itemStack.isDamageable() * 24w12a - loom 1.6, yarn build 3, api 0.96.12 * 24w13a - chat Hud fix * 24w13a - yarn build 7, api 0.96.13 * 24w13a - add ModMenu parent for malilib * 24w13a - update ModMenu Dependency to a custom SNAPSHOT build, because 10.0.0-alpha.3 does not support 24w13a correctly. * 24w14a - java 21, shulker box tooltip slight Mixin change * 24w14a - some code cleanups * 24w14a - some code cleanups * 24w14a - Lava visibility math corrections * 24w14a - gradle 8.7, yarn build 6 * 1.20.5-pre1 support -- rename mod_version to 0.20.0-beta.1 * 1.20.5-pre.1 - yarn build 4 * 1.20.5-pre.1 - yarn build 4 * merge from UPSTREAM: [QOL] Rehash Angel Block tweak using "floatato technology" (maruohon#496) * some import cleanups * 1.20.5-pre1-- code cleanups * 1.20.5-pre.1 - code cleanups * 1.20.5-pre.1 - code cleanups * 1.20.5-pre.1 - code cleanups * 1.20.5-pre.1 - code cleanups * 1.20.5-pre.2 support * 1.20.5-pre.3 support * 1.20.5-pre.3 - Update lava visibility values to closer resemble the values under 1.20.4, with only a slight boost around maybe ~1.0-2.0f * 1.20.5-pre.3 - Update lava visibility values to closer resemble the values under 1.20.4, with only a slight boost around maybe ~1.0-2.0f * 1.20.5-pre.4 support * 1.20.5-rc1 support * 1.20.5-rc1 - code cleanups * 1.20.5-rc1 - reach distance fix * 1.20.5-rc1 - reach distance fix * remove Network Reference call * Fix code * 1.20.5-rc.3 * code cleanups * 1.20.5-DEV * 1.20.5-DEV * merge from PR * "sakura.1" branding until official release * "sakura.1" branding until official release * DISABLE_WORLD_VIEW_BOB Mixin Conflict with Iris, lower priority fixes it. * DISABLE_WORLD_VIEW_BOB Mixin Conflict with Iris, lower priority fixes it. * 1.20.6 versioning * 24w18a -- new Item Enchantments Components --> Does not yet compile, no time to fix today. * fixed enchantment level lookups, build 3, api 0.97.9 * fixed enchantment level lookups, build 3, api 0.97.9 * Update gradle.properties * version bump * fix shulker box / item container display. * Update RenderHandler.java * fix render call, add tickDelta fixes * yarn build 3, waiting on FAPI * FAPI / modmenu update * Update fabric.mod.json * Upgrade Shulker Box stacking code -- this allows non-modded players and non-modded servers to work with Tweakeroo stacked shulker boxes. * Revert last Commit * fix config minorly * 24w21b - Waiting on FAPI * yarn build 3 * FAPI update, and testing. All seems to be working. * getItemStackFromString check for null * yard build 4 * yarn build 5 * yarn build 8 * 1.21-pre1 * 1.21-pre2 --> added tool / weapon swap parameters to check the item 'weight' with Rarity and enchantments versus the previous Item. i.e.; a tool with more enchantments, or higher enchantment values is picked over the same item with lesser rarity. * Merge from 1.20.6 for Shulker Boxes not dropping fix * Create jitpack.yml * Delete jitpack.yml * ModMenu update * 1.21-pre3 (Was toying with the Flat Presets code) * ItemStack.getMaxCount() fix for mod compatibility if max_stack_size is configured. * add jitpack * add jitpack * 1.21-pre4 * Create build.yml * 1.21-rc1 * 1.21-rc1 * 1.21-rc1 * 1.21-rc1 * resync * 1.21 * Disable Experimental Weapon / Tool swapping * yarn build 2, modmenu beta2, version # bump * feat: support inventory preview on multi player server * fix --------- Co-authored-by: Sakura Ryoko <[email protected]> Co-authored-by: Sakura Ryoko <[email protected]>
- Loading branch information