Skip to content
Changes
- fix cursed enchantments on signs (commit: 59af62e)
—
Brokkonaut /
githubweb
- add to shop info if partial transactions are allowed (commit: 910d2d8)
—
Brokkonaut /
githubweb
- better price check (commit: 6f1f70c)
—
Brokkonaut /
githubweb
- better error messages (commit: 52751d4)
—
Brokkonaut /
githubweb
- fix price checker (commit: f08f3fb)
—
Brokkonaut /
githubweb
- fix X (commit: 76e8961)
—
Brokkonaut /
githubweb
- allow large X for no autofill (commit: 4e67e96)
—
Brokkonaut /
githubweb
- fix shortening of "of" (commit: 5b25461)
—
Brokkonaut /
githubweb
- missing null check (commit: 73812e6)
—
Brokkonaut /
githubweb
- cleanup (commit: b4c0b56)
—
Brokkonaut /
githubweb
- better price check (commit: 063b175)
—
Brokkonaut /
githubweb
- no longer break invalid shop shigns, fix partial transactions (commit: fee87c0)
—
Brokkonaut /
githubweb
- format price line (commit: ca8ba00)
—
Brokkonaut /
githubweb
- only update autofill/enforceamount if price changed (commit: 91ddb32)
—
Brokkonaut /
githubweb
- options to prevent partial transactions and autofill (commit: 2ae7c30)
—
Brokkonaut /
githubweb
- move class (commit: ca3843a)
—
Brokkonaut /
githubweb
- better name shortening (commit: d661a99)
—
Brokkonaut /
githubweb
- replace deprecated worldguard method (commit: d10261d)
—
Brokkonaut /
githubweb
- use not deprecated way to get the name of instruments (commit: c12586e)
—
Brokkonaut /
githubweb
- use not deprecated way to get the name or armor trim (commit: 07621ab)
—
Brokkonaut /
githubweb
- suppress deprecation warning for getDataVersion (commit: 5487ebe)
—
Brokkonaut /
githubweb
- item details in transaction messages (commit: 22e7961)
—
Brokkonaut /
githubweb
- do not use the amount of itemstacks, because it is limited to 1..99 now (commit: 7b5d422)
—
Brokkonaut /
githubweb
- put player uuids in map, not the player object itself (commit: ac97c90)
—
Brokkonaut /
githubweb
- only update chestshop signs on direct interaction (commit: a76e9a8)
—
Brokkonaut /
githubweb
- avoid npe if there is no metadata (commit: ec399d9)
—
Brokkonaut /
githubweb
- allow breaking own shops (commit: 48ed6d7)
—
Brokkonaut /
githubweb
- some deprecation cleanup (commit: 8818274)
—
Brokkonaut /
githubweb
- remove legacy signs (commit: 6bdb239)
—
Brokkonaut /
githubweb
- add iteminfo for ominos bottle and decorated pot (commit: c51376f)
—
Brokkonaut /
githubweb
- better item name in translation logging (commit: 9801478)
—
Brokkonaut /
githubweb
- improve item info (commit: ca8f7a9)
—
Brokkonaut /
githubweb
- more nullpointers (commit: d264b9c)
—
Brokkonaut /
githubweb
- do not create shops with "air" (commit: 9b4eb45)
—
Brokkonaut /
githubweb
- some more nullpointer checks (commit: a83c82a)
—
Brokkonaut /
githubweb
- more nullpointer checks (commit: 39d03db)
—
Brokkonaut /
githubweb
- no more upgradeContainerItems, this just tends to break things (commit: 0c17638)
—
Brokkonaut /
githubweb
- improve invalid shop handling (commit: bbb2603)
—
Brokkonaut /
githubweb
- correctly show fireworks with power 1 (commit: ac369f3)
—
Brokkonaut /
githubweb
- better serialisation of itemstacks (commit: 9cd5e01)
—
Brokkonaut /
githubweb
- this is now a paper plugin (commit: 0f73267)
—
Brokkonaut /
githubweb
- java 21 (commit: 59ad805)
—
Brokkonaut /
githubweb
- 1.20.6 (commit: 01e4e31)
—
Brokkonaut /
githubweb
- fix accitentally allowing a player to edit shop lines (commit: dec347c)
—
Brokkonaut /
githubweb
- 1.20.5: renamed enum constants (commit: bf56b33)
—
Brokkonaut /
githubweb
- itemstack upgrades are no longer necessary (commit: 090e333)
—
Brokkonaut /
githubweb
- Removed validation check on item name. Name is only for visual purpose. (commit: 15b47b5)
—
maik /
githubweb
- update maven plugins (commit: 2cd6e92)
—
Brokkonaut /
githubweb
- improve logging for missing metadata (commit: f7dcd7c)
—
Brokkonaut /
githubweb
- By cutting down that username to 15 chars the namemanger failed to detect the shopowner when created. (commit: 2a3e720)
—
maik /
githubweb
- getUUIDFor method did return null when shortened wasn't found because it was never checked if its their full name (commit: 1af279a)
—
maik /
githubweb
- improve item description for tipped arrows (commit: 9e577dc)
—
Brokkonaut /
githubweb
- fix display name for tipped arrows (commit: 871ca08)
—
Brokkonaut /
githubweb
- In a rare case the item would change when a shop got edited. For example Polished Deepslate would become Polished Deepslate Slabs, because the Material Util would return the "wrong" item (commit: 756f2d3)
—
Brokkonaut /
githubweb
- Special name for enchanted book with more than one enchantment (commit: 81e7053)
—
Brokkonaut /
githubweb
- Fix indentation in command output (commit: 3cd9f65)
—
Brokkonaut /
githubweb
- Added Test for current bug (commit: 5dc3294)
—
maik /
githubweb
- Made tests more solid (commit: 4c64dbf)
—
maik /
githubweb
- Changed shorting algorithm (commit: ac73c62)
—
maik /
githubweb
- Added another Test for ensuring that even a string where the average length of a word is zero the outcome is still correct. (commit: 3d77a1d)
—
maik /
githubweb
- Re-Implemented localized Naming on Items that doesn't have a Name specified by a plugin (#6) (commit: decd806)
—
github /
githubweb
- Remove clone method (commit: 2d03f67)
—
maik /
githubweb
- Fix existing shop detection (commit: d7457db)
—
Brokkonaut /
githubweb
- improve display names for fireworks and enchanted books (commit: 1394f78)
—
Brokkonaut /
githubweb
- add name for swift sneak (commit: 0973322)
—
Brokkonaut /
githubweb
- better names for horns and potions (commit: ac3c86c)
—
Brokkonaut /
githubweb
- use updated method to show potion names (commit: f4bd919)
—
Brokkonaut /
githubweb
- add custom potion names for long/strong potions (commit: 4df5ba7)
—
Brokkonaut /
githubweb
- goat horns now have a proper itemmeta (commit: c710ecf)
—
Brokkonaut /
githubweb
- only show accessors if there are any (commit: 453938c)
—
Brokkonaut /
githubweb
- fix shop owner name on signs (commit: 94e5fbb)
—
Brokkonaut /
githubweb
- fix updating signs, do NOT delay the update (commit: 4a68cd5)
—
Brokkonaut /
githubweb
- Update Maven repository URL to HTTPS (commit: 2185457)
—
maik /
githubweb
- Add ownership and access management to ChestShopSign (commit: 82d8fcd)
—
maik /
githubweb
- Add admin shop detection to ChestShopSign (commit: 39989ef)
—
maik /
githubweb
- Optimize admin shop detection with NamespacedKey (commit: 0be745e)
—
maik /
githubweb
- Introduce NamespacedKey for admin shop detection (commit: ce4387e)
—
maik /
githubweb
- Update Maven repository URL to HTTPS (commit: ad1fae9)
—
maik /
githubweb
- Remove unused UUID retrievals methods in NameManager (commit: 0e84ac4)
—
maik /
githubweb
- Add method for UUID retrieval and improve sign management (commit: 7bea581)
—
maik /
githubweb
- Update 'isShopMember' function in ChestShop class (commit: ce71e71)
—
maik /
githubweb
- Add 'setAdminshop' and 'setOwner' functions in ChestShopSign class (commit: cb363ec)
—
maik /
githubweb
- Update sign immediately in 'setAdminshop', 'setOwner' and 'saveAccessors' (commit: 9eacee4)
—
maik /
githubweb
- Add accessor addition and removal commands (commit: b40420d)
—
maik /
githubweb
- Change data structure in 'saveAccessors' to HashSet (commit: d9b70bd)
—
maik /
githubweb
- Updated accessor methods to use UUIDs (commit: 203fef8)
—
maik /
githubweb
- Added owner access restriction for shop (commit: b4b55b7)
—
maik /
githubweb
- Add show owner information feature (commit: 255ddc3)
—
maik /
githubweb
- Refactor variables and handle empty accessor data (commit: 2e84c34)
—
maik /
githubweb
- Add getUUIDForFullName method in NameManager (commit: 2a0dbea)
—
maik /
githubweb
- Update ChestShopSign validation method (commit: 65cb039)
—
maik /
githubweb
- Update ChestShopSign validation check (commit: 21c6774)
—
maik /
githubweb
- Refactor ItemChecker and PlayerInteract classes (commit: 0dc6dc8)
—
maik /
githubweb
- Refactor ItemChecker and PlayerInteract classes (commit: 6979486)
—
maik /
githubweb
- Enhance sign manipulation by using ChestShopMetaData (commit: 350a3be)
—
maik /
githubweb
- Remove commands SetAmount, SetItem, SetPrice, and refactor isChestShop method (commit: fe6e05e)
—
maik /
githubweb
- Refactor sign checking method in ChestShop plugin (commit: a2c24b6)
—
maik /
githubweb
- Update sign creation and check logic (commit: f99ceb3)
—
maik /
githubweb
- Refactor sign creation process and add autofill items logic (commit: ec4563b)
—
maik /
githubweb
- Refactor sign validation and creation in ChestShop (commit: c4fb1c2)
—
maik /
githubweb
- Update itemStack to read from correct event line in SignCreate (commit: a241a18)
—
maik /
githubweb
- Refactor check method for admin shop in PreShopCreation events (commit: a7944fd)
—
maik /
githubweb
- Make ItemStack final in PreShopCreationEvent class (commit: 99d832c)
—
maik /
githubweb
- Remove invalid price error message in pre-shop creation (commit: ebb478d)
—
maik /
githubweb
- Change quantity line index in pre-shop creation event (commit: a897576)
—
maik /
githubweb
- Update method to retrieve player display name (commit: 6bb5ca8)
—
maik /
githubweb
- Add ItemChecker in pre-shop creation process (commit: 5e125ed)
—
maik /
githubweb
- Update ChestShopSign to persist sign data (commit: c0d7234)
—
maik /
githubweb
- Refactor serialization in ChestShopMetaData class (commit: 7341098)
—
maik /
githubweb
- Add null validation for getItemStack in PreShopCreationEvent (commit: a439c2d)
—
maik /
githubweb
- Remove unused import and simplify conditional in NameChecker (commit: 76053f4)
—
maik /
githubweb
- Fix interaction handling and price-line index for ChestShop (commit: d048c8a)
—
maik /
githubweb
- Refactor ChestShop MetaData creation methods (commit: 05c2450)
—
maik /
githubweb
- Implement item metadata check in PreShopCreation (commit: 41e733a)
—
maik /
githubweb
- Remove unused code in ItemInfo command class (commit: df8ae51)
—
maik /
githubweb
- Add chat functionality to ItemInfo command class (commit: e6c9d62)
—
maik /
githubweb
- Add chat functionality to ItemInfo command class (commit: 157b53a)
—
maik /
githubweb
- Refactor PlayerInteract class and optimize sign check (commit: 29d49b9)
—
maik /
githubweb
- Refactor ItemChecker class and simplify sign item check (commit: 4638cc8)
—
maik /
githubweb
- Refactor and simplify item checking in PreShopCreation event (commit: a76a0ad)
—
maik /
githubweb
- Refactor UUID handling in shop creation process (commit: 4ee899e)
—
maik /
githubweb
- Refactor sign handling in ChestShopSign class (commit: fd24557)
—
maik /
githubweb
- Enhance ChestShopSign logging and refactor some code (commit: 5aecc9e)
—
maik /
githubweb
- Update NameChecker to handle blank owner names (commit: 8857089)
—
maik /
githubweb
- Fix accessor addition logic in ChestShop (commit: 3d7c8c6)
—
maik /
githubweb
- Refactor message when player not found in ChestShop (commit: 1ecf383)
—
maik /
githubweb
- Add getItemStack method to ChestShopSign (commit: bb9221a)
—
maik /
githubweb
- Limit shop owner name and item name length (commit: 88b4015)
—
maik /
githubweb
- Add PreShopCreationItemDisplayNameEvent class (commit: 512ac36)
—
maik /
githubweb
- Refactor item name retrieval in shop creation (commit: cffeb9d)
—
maik /
githubweb
- Add documentation for PreShopCreationItemDisplayNameEvent (commit: 5fbe2f0)
—
maik /
githubweb
- Implement item display name shortener functionality (commit: 97a71bc)
—
maik /
githubweb
- Refactor sign display and logger update in ChestShop (commit: 4073ecf)
—
maik /
githubweb
- Modify item name shortening to be case-insensitive (commit: 2a893d6)
—
maik /
githubweb
- Refine item name shortening and related test cases (commit: c028bec)
—
maik /
githubweb
- Update test strings in ItemCheckerTest class (commit: 032ce1c)
—
maik /
githubweb
- Refactor item name shortening and sign update process (commit: 0942068)
—
maik /
githubweb
- Adjust accessor related messages to non-final (commit: 73a19a9)
—
maik /
githubweb
- Remove unnecessary import and refactor item name handling (commit: 690ff33)
—
maik /
githubweb
- Reorganize import statements for clarity (commit: 2461e51)
—
maik /
githubweb
- Updated to provide better organization of import statements (commit: 296e741)
—
maik /
githubweb
- Refactor import statements across multiple classes (commit: 238f8b5)
—
maik /
githubweb
- Implement new chest shop management commands (commit: 6e2e0f0)
—
maik /
githubweb
- Refine pattern matching and add logging in ChestShop app (commit: 00bdbb0)
—
maik /
githubweb
- Refactor sign creation and remove redundant code (commit: d9c4cc4)
—
maik /
githubweb
- Refactor PlayerInteract for better ChestShop usage (commit: e6fdfa3)
—
maik /
githubweb
- Update code to use ChestShopMetaData for shop information management (commit: 9642e38)
—
maik /
githubweb
- Remove author tags in RemoveAccessor and AddAccessor classes (commit: 5f851a3)
—
maik /
githubweb
- Refactor null check for itemStack in PreShopCreationEvent class (commit: 4ce2866)
—
maik /
githubweb
- Update ChestShopSign for better metadata handling (commit: a9e736f)
—
maik /
githubweb
- Add validity check to ChestShopSign metadata handling (commit: 93cfe7d)
—
maik /
githubweb
- Improve the error checking mechanism for the `ChestShopSign` metadata handling by introducing a validation layer. This layer will delay the metadata saving task, allowing the system to verify its correctness before execution, hence improving data integrity. The async task is scheduled with a one tick delay to ensure a smoother operation even under potential exceptions. (commit: 2d073f7)
—
maik /
githubweb
- Update comparison logic in ItemNaming class (commit: 9fd2c5b)
—
maik /
githubweb
- Revised item info display and added new methods (commit: 2dcccc0)
—
maik /
githubweb
- Refactor: Moved methods from ItemChecker to ItemNamingUtils. (commit: 8c0ece1)
—
maik /
githubweb
- Shortened strings weren't stripped before. (commit: bb6e75e)
—
maik /
githubweb
- The string to shorten is now taken literal. Before it was compiled as a regex. We don't need that Complexity in that component. (commit: b92548e)
—
maik /
githubweb
- The displayed itemname in the item info is now the long version of what should be written on the sign. (commit: f8f87f0)
—
maik /
githubweb
- Added Null Check if ShopOwner Name is unknown. (commit: dbf49d5)
—
maik /
githubweb
- Added Armor Trim in Item Info (#4) (commit: 15096d3)
—
github /
githubweb
- Add missing alternative item names (commit: 28e89eb)
—
Brokkonaut /
githubweb
- add distribution to pom (commit: 8504444)
—
Brokkonaut /
githubweb
- Update Maven repository URL to HTTPS (commit: 022a58f)
—
Brokkonaut /
githubweb
- do not allow sign editing for chest shops (commit: ab9f497)
—
Brokkonaut /
githubweb
- improve localized item name in iteminfo command (commit: 581df4c)
—
Brokkonaut /
githubweb
- some items are just inconsistent (commit: cfa415c)
—
Brokkonaut /
githubweb
- support new sign materials (commit: 3067b14)
—
Brokkonaut /
githubweb
- build against 1.19.4 (commit: 34ab5f0)
—
Brokkonaut /
githubweb
- do not allow invalid item codes (commit: 44401a5)
—
Brokkonaut /
githubweb
- better logging on item upgrade exceptions (commit: 1d7c0f1)
—
Brokkonaut /
githubweb
- delete database entries that could not be upgraded (commit: b5593d5)
—
Brokkonaut /
githubweb
- For free transactions we dont need to call CurrencyEvents (commit: fd350b7)
—
Brokkonaut /
githubweb
- do not allow shulkers in shulkers (commit: 7f65835)
—
Brokkonaut /
githubweb
- configurable shulker box use (commit: 3bcf5ea)
—
Brokkonaut /
githubweb
- goat horn type (commit: 5b31bd2)
—
Brokkonaut /
githubweb
- fix sign coloring (commit: 45f337c)
—
Brokkonaut /
githubweb
- show meta for axolotl and crossbow arrow (commit: 693989a)
—
Brokkonaut /
githubweb
- when looking for attached signs to a chest, check if they are connected (commit: dba6e74)
—
Brokkonaut /
githubweb
- configurable shop info on sneak click (commit: 27e7a5f)
—
Brokkonaut /
githubweb
- allow buying/selling from own shop for free (commit: bec0d7d)
—
Brokkonaut /
githubweb
- require shulker when using ?? (commit: 65da07c)
—
Brokkonaut /
githubweb
- use ?? as item code to set the item to the content of a shulker (commit: 2e9b81d)
—
Brokkonaut /
githubweb
- add new signs (commit: ff78be7)
—
Brokkonaut /
githubweb
- Update for Minecraft 1.19 (commit: fef0e6a)
—
Brokkonaut /
githubweb
- update pom (commit: f4145f0)
—
Brokkonaut /
githubweb
- Add use-shop worldguard flag - required foy buying/selling (commit: 0715bc0)
—
Brokkonaut /
githubweb
- Allow selling from/buying to shulker boxed in the player hand (commit: c498757)
—
Brokkonaut /
githubweb
- Sell items to shulkers in shops and buy from shulkers in shops (commit: c0494b6)
—
Brokkonaut /
githubweb
- Allow partial transactions when the target inventory is full (commit: 31566cf)
—
Brokkonaut /
githubweb
- use the correct inventory (commit: 802e2c6)
—
Brokkonaut /
githubweb
- Remove "feature" to sell different items in one transaction (commit: c8518ee)
—
Brokkonaut /
githubweb
- add /cssetitem command to update the item of existing shops (commit: 91a2434)
—
Brokkonaut /
githubweb
- Use OfflinePlayer instead of Player in some places (commit: c50add9)
—
Brokkonaut /
githubweb
- Add NameManager.getUUIDForFullName (commit: 2745bff)
—
Brokkonaut /
githubweb
- add setaddmount and setprice commands (commit: eff32a1)
—
Brokkonaut /
githubweb
- Add missing AlternativeItemNames and add test for name collisions (commit: 1a57c66)
—
Brokkonaut /
githubweb
- Correctly cleanup cache when removing name mappings (commit: 4bac81a)
—
Brokkonaut /
githubweb
- Fix freeing names (commit: 70789a9)
—
Brokkonaut /
githubweb
- Allow freeing usernames (commit: b8d01a9)
—
Brokkonaut /
githubweb
- Add short names for 1.17 items (commit: b13682d)
—
Brokkonaut /
githubweb
- Build against Spigot 1.17.1 (commit: 1a20953)
—
Brokkonaut /
githubweb
- Add special names for some blocks (commit: e4e7767)
—
Brokkonaut /
githubweb
- Spigot 1.16.4 (commit: aa63d8c)
—
Brokkonaut /
githubweb
- Allow translation of item names in messages (commit: a0da0d4)
—
Brokkonaut /
githubweb
- Upgrade items to keep them compatible (commit: 2464e72)
—
Brokkonaut /
githubweb
- Limit item count on signs to 99999 (commit: e3e2db1)
—
Brokkonaut /
githubweb
- Show upgrade counter (commit: 50b1c05)
—
Brokkonaut /
githubweb
- Add papers inventoy methods to fake inventory (commit: 027ca61)
—
Brokkonaut /
githubweb
- Minecraft 1.16 (commit: 6001ce6)
—
Brokkonaut /
githubweb
- Fix typo (commit: 194303f)
—
Brokkonaut /
githubweb
- NaN is no valid price (commit: abdee7c)
—
Brokkonaut /
githubweb
- cannot display honey level because of spigot bugs (commit: a00d45c)
—
Brokkonaut /
githubweb
- Show bee count and honey level for bee hives/nests in /iteminfo (commit: 23ee058)
—
Brokkonaut /
githubweb
- Spigot 1.15.2 (commit: 630b053)
—
Brokkonaut /
githubweb
- Improve enchantment display in /iteminfo (commit: f4e4b95)
—
Brokkonaut /
githubweb
- Build against spigot-api 1.15 (commit: e752689)
—
Brokkonaut /
githubweb
- Update dependencies (vault) (commit: 1676847)
—
Brokkonaut /
githubweb
- item database upgrade (commit: c52237c)
—
Brokkonaut /
githubweb
- fix /csgive command (commit: bb354ad)
—
Brokkonaut /
githubweb
- Some items still could not be sold (commit: 02b1d46)
—
Brokkonaut /
githubweb
- add lore to iteminfo (commit: c5dae03)
—
Brokkonaut /
githubweb
- Add iteminfo for tropical fish (pattern/color) and leather armor (dye (commit: b4f3b7d)
—
Brokkonaut /
githubweb
- Protect against sql injections (commit: 640b147)
—
Brokkonaut /
githubweb
- Improve iteminfo command: show sign item name (commit: 8d9bf7e)
—
Brokkonaut /
githubweb
- Fix typo in messages (commit: e27ae07)
—
Brokkonaut /
githubweb
- Fix some items with metadata can not be sold (commit: 6685682)
—
Brokkonaut /
githubweb
- do not allow shulker boxes in shulker boxes (commit: 26ca0f1)
—
Brokkonaut /
githubweb
- Fix NPE in item info for some books (commit: 3433874)
—
Brokkonaut /
githubweb
- Alternative name for prismarine brick slab (commit: ec249be)
—
Brokkonaut /
githubweb
- Avoid unsafe async access (commit: 73d66a3)
—
Brokkonaut /
githubweb
- Allow shulker boxes and barrels as containers for chest shops (commit: 733ce31)
—
Brokkonaut /
githubweb
- Update to 1.14.2 (commit: 8f96342)
—
Brokkonaut /
githubweb
- Adapt to wg changes (commit: c45fefd)
—
Brokkonaut /
githubweb
- Adopt latest WG changes (commit: e714a14)
—
Brokkonaut /
githubweb
- Fix wg flag registration (commit: 814b043)
—
Brokkonaut /
githubweb
- Spigot 1.14-pre5 -> 1.14 (commit: 29449d6)
—
Brokkonaut /
githubweb
- Remove unused method (commit: ae724d6)
—
Brokkonaut /
githubweb
- Update to 1.14-pre5 (commit: 94678b9)
—
Brokkonaut /
githubweb
- Improve item info (commit: 9dead2c)
—
Brokkonaut /
githubweb
- Don't show shop info twice on interaction (commit: 4364c24)
—
Brokkonaut /
githubweb
- Cleanup unused code (commit: b9c0bf2)
—
Brokkonaut /
githubweb
- Update to latest LWC changes (will work with older LWC builds too) (commit: d5b7de6)
—
Brokkonaut /
githubweb
- Option to show available items/free space of shops (commit: 10ce119)
—
Brokkonaut /
githubweb
- Always use UTF-8 for config files (commit: a9bd710)
—
Brokkonaut /
githubweb
- WorldGuard breaking builds again.. (commit: 339af37)
—
Brokkonaut /
githubweb
- Adapt to latest WorldGuard changes + Compile against Spigot 1.13.2 (commit: 98798c0)
—
Brokkonaut /
githubweb
- build against latest worldguard (commit: 0e4d93f)
—
Brokkonaut /
githubweb
- improve pom, exclude unneeded dependency (commit: 823c633)
—
Brokkonaut /
githubweb
- Add iani repository for worldedit/worldguard dependency (commit: d7edd91)
—
Brokkonaut /
githubweb
- Update readme (commit: ad57770)
—
Brokkonaut /
githubweb
- Fix default chest for wall signs (if multiple chests are connected to a (commit: 9e14e48)
—
Brokkonaut /
githubweb
- fix build dependencies (commit: c14e29a)
—
Brokkonaut /
githubweb
- Add alternativ name for tropical fish bucket (commit: 29f4f3e)
—
Brokkonaut /
githubweb
- Add short forms for some more too long item names (commit: 039c705)
—
Brokkonaut /
githubweb
- Updates for 1.13.1 (commit: 2d6ac6b)
—
Brokkonaut /
githubweb
- Remove dead dependencies (commit: 8422358)
—
Brokkonaut /
githubweb