Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-07 | Add Visit prtl | Julienraptor01 | |
2023-04-07 | move quicknav tab in config | Julienraptor01 | |
2023-04-07 | fix typo | Julienraptor01 | |
2023-04-07 | reorder quicknav and add regexes | Julienraptor01 | |
2023-04-07 | allow regex in quicknav | Julienraptor01 | |
2023-04-02 | Update the string for new behavior | Julienraptor01 | |
2023-04-02 | make sure it does not contain but instead match | Julienraptor01 | |
thanks for the help @AzureAaron Co-Authored-By: Aaron <51387595+AzureAaron@users.noreply.github.com> | |||
2023-03-30 | Merge pull request #123 from kevinthegreat1/master | Trương Hoàng Long | |
Support for 1.19.4 & Cleanup | |||
2023-03-29 | Fixed minecraft version dependency and ItemRendererMixin | Kevinthegreat | |
2023-03-29 | Fix & require some recent versions of dependencies | Aaron | |
2023-03-29 | Fix Drill Fuel ARGB stuff | Aaron | |
2023-03-29 | Cleaned up mixins | Kevinthegreat | |
2023-03-29 | Cleaned up code | Kevinthegreat | |
2023-03-29 | Updated Cloth Config version | Kevinthegreat | |
2023-03-29 | Fixed InGameHudMixin | Kevinthegreat | |
2023-03-29 | Updated minecraft requirement | Kevinthegreat | |
2023-03-29 | Support for 1.19.4 | Kevinthegreat | |
2023-03-29 | Merged supported_version into minecraft_version | Kevinthegreat | |
2023-03-29 | Updated to 1.19.4 | Kevinthegreat | |
2023-03-29 | Merge pull request #109 from Julienraptor01/1.19.3 | Trương Hoàng Long | |
Update to 1.19.3 | |||
2023-03-18 | Merge pull request #4 from AzureAaron/1.19.3 | Julienraptor01 | |
Small QuickNav Fixes | |||
2023-03-18 | Add missing _hub to QuickNav command | Aaron | |
2023-03-18 | Adjust position of buttons to match creative inventory better | Aaron | |
2023-03-17 | Merge branch 'master' into 1.19.3 | Julienraptor01 | |
2023-03-17 | Merge pull request #3 from AzureAaron/1.19.3 | Julienraptor01 | |
Fixes to QuickNav, Recipe Book & Others | |||
2023-03-17 | Fix Quiz Answer + Support for #111 | Aaron | |
2023-03-16 | Fix another incorrect matrix transformation | Aaron | |
2023-03-16 | I forgot this was 1.19.3 | Aaron | |
2023-03-16 | Fix incorrect matrix transformations with selected QuickNav buttons | Aaron | |
2023-03-16 | Properly send commands over the network | Aaron | |
2023-03-16 | Fix QuickNav Icon Positions | Aaron | |
2023-03-16 | Fix QuickNav Button Positions | Aaron | |
2023-03-16 | Update Loom & MC Version Requirement | Aaron | |
2023-03-16 | Fix Recipe Book Crash | Aaron | |
2023-03-10 | start fixing mixins | Julienraptor01 | |
2023-03-07 | Merge pull request #119 from Julienraptor01/LBIN-fix | Trương Hoàng Long | |
fix LBIN | |||
2023-02-19 | fix LBIN | Julienraptor01 | |
2023-02-15 | Merge pull request #118 from kevinthegreat1/master | Trương Hoàng Long | |
Fixed IndexOutOfBoundsException in WikiLookup | |||
2023-02-12 | Fixed IndexOutOfBoundsException in WikiLookup | Kevinthegreat | |
2023-02-09 | Merge pull request #114 from kevinthegreat1/master | Trương Hoàng Long | |
Fixes crash with WikiLookup | |||
2023-02-08 | Fixes crash with WikiLookup | Kevinthegreat | |
2023-02-08 | Merge pull request #113 from catandA/master | Trương Hoàng Long | |
Add Chinese translation | |||
2023-02-08 | Revert "Delete buildrelease.yml" | catandA | |
This reverts commit 3c8b84e79a43965a6f7084b683a2742d84d3f812. | |||
2023-02-08 | Delete buildrelease.yml | catandA | |
2023-02-08 | Update zh_cn.json | catandA | |
2023-02-08 | Add Chinese translation | catandA | |
2023-02-07 | Merge pull request #110 from triphora/patch-1 | Trương Hoàng Long | |
Fix multiple README badges | |||
2023-02-07 | Merge pull request #111 from MiraculixxT/quick-nav-customization | Trương Hoàng Long | |
Adding QuickNav Customization | |||
2023-01-31 | Remove visual highlight | Miraculixx | |
The teleports are now unselected by default (like before). And /enchant was replaced by /etable | |||
2023-01-31 | Adding QuickNav Customization | Miraculixx | |
Adding a way to customize the quick navigation buttons in the inventory. Every button can be toggled, has a display icon with nbt data, a click event and GUI name for highlighting. On default, everything is like before. The only problem is cloth config translation. I never worked before with cloth and don't want to copy paste the same key 12 times for the 12 buttons. If anyone is good with cloth config and know how to change the path, just edit it or message me :+1: |