Skip to content

Tags: setdebarr/MineTinker

Tags

v1.6.1

Toggle v1.6.1's commit message
Fix Drilling + Power interaction

1.6

Toggle 1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply translations in es_ES

at least 90% translated updated for the source file '/src/main/resources/lang/en_US.yml'
on the 'es_ES' language.

 Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format

1.5.2

Toggle 1.5.2's commit message
Fix PatternMatcher again

1.5.1

Toggle 1.5.1's commit message
Improve Performance of Void Netting

or reduce chance of crashing the server with it

1.5

Toggle 1.5's commit message
Update en_US.yml

1.4

Toggle 1.4's commit message
Added config option for LanguageManager notify

1.3.2

Toggle 1.3.2's commit message
Bump-Version

a16

Toggle a16's commit message
Update to 1.14(.1)

Fixed MineTinker-Item-Interaction with Gridstone
Fixed Permissions of Commands

a6.2.1

Toggle a6.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update a10.1 (#18)

Added Convert-Command
Added Reload-Command to reload the config.
Added language-options for some command-output in the config.
Added the soft-dependency WorldGuard to MineTinker (as requested by kaimokene [#16])
 - Builderswands should not ignore claimed land anymore
Added int and long Overflow-protection for Level-, Exp-counter (Resets at overflow to 0 or 1 or stops if ResetAtVarOverflow is false in the config)
Added int Overflow-protection for free-Slots-counter (free-Slots-counter will not be reset and stays at MAX_VALUE)
Reorganized Command.onHelp() alphabetically.
Changed exp-Variable type from int to long for even more Exp-farming
Special Items (e.g. Builderswand and Elevator-Motor) can be renamed in the config.
Bows to not trigger the Self-Repair chance two times anymore (Self-Repair is therefore nerved for the bow to the level of the sword)

Redesigned if-statements of the Elevator-Listener (error by kaimokene [#17])
Removed unnecessary try/catch-statements and replaced them with instanceof