1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-10 09:34:44 +02:00
Commit Graph

6402 Commits

Author SHA1 Message Date
c45f2ce406 Merge branch 'master' into configurable 2020-01-11 16:51:38 +00:00
3cbbf1bee0 Move valid check higher up, no need to set additional metadata 2019-12-31 12:17:03 +00:00
8fd1af4cbf Don't cache mob infomation in the updater task 2019-12-31 12:16:12 +00:00
601297799f Enforce locale usage for enums to ensure correct casing (Fixes ) 2019-12-16 01:05:47 +00:00
da98be88ad Update changelog 2019-12-10 21:51:41 -08:00
1104f48ad5 2.1.111 2019-12-10 21:46:09 -08:00
af50699de1 1.15 changes 2019-12-10 21:35:44 -08:00
1c71f1daf5 Update changelog 2019-11-13 19:56:07 +00:00
b7dd491c01 Prevent nesting of bleed damage
This commit prevents the nesting of damage event processing in general in
regards to bleed, health related stuff will need a further glance over down
the line, however; This will fix a major problematic area
2019-11-13 19:53:02 +00:00
3ce0d7b972 dev mode 2019-11-10 19:51:47 -08:00
9dcbccb010 Merge pull request from Ineusia/master
Missing Section Error Messages (Repair & Salvage Config)
2019-11-10 18:18:12 -08:00
c5cbab39b6 Update RepairConfig.java
Removed accidental whitespace
2019-11-10 11:56:32 -06:00
ca1906fbc5 Added error message for missing Salvageables section (rather than throw NPE) 2019-11-08 01:15:32 -06:00
7eab20ef56 Added error message for missing Repairables section (rather than throw NPE) 2019-11-08 01:11:29 -06:00
25a9c75a5a Flesh out NBT types 2019-10-31 20:15:36 -07:00
9911c406f8 Refactor some Type names and javadocs 2019-10-30 14:56:30 -07:00
fdb900ec5d PlatformManager to manage the platform adapters 2019-10-30 14:38:02 -07:00
bf94073935 Work on NBT adapters 2019-10-29 19:00:16 -07:00
bfcc167862 Flesh out NBT types 2019-10-29 12:23:39 -07:00
2a606b1ed1 Our own basic NBT types 2019-10-28 19:47:38 -07:00
edc8701e35 Some JavaDocs 2019-10-22 16:13:53 -07:00
188b0f9813 2.1.110 2019-10-18 15:48:53 -07:00
e6c9cc6fdd Actually fixed BlockCracker + One more type of block can be cracked 2019-10-18 15:48:12 -07:00
76ca7cc88f Additional dupe failsafes 2019-10-18 15:37:36 -07:00
335d708848 Bump version 2019-10-18 15:24:46 -07:00
b4179cb9a6 Fixed a dupe bug 2019-10-18 15:23:15 -07:00
8bbf95e9da Merge pull request from Vyciokazz/master
locale_lt_LT.properties
2019-10-18 01:10:09 -07:00
dc805825de 2.1.109 2019-10-17 20:16:01 -07:00
871ca744d9 Merge pull request from Fabrimat/patch-4
Update locale_it.properties
2019-10-17 10:01:26 -07:00
1b091bdbd5 Update locale_it.properties
Fixed definetly /mctop and fixed special characters.
2019-10-17 13:37:00 +02:00
31dc7bf03f Update build.gradle.kts 2019-10-09 12:46:04 -07:00
7be849da2a Fix compilation warnings 2019-10-06 01:16:27 +01:00
b572494c9c Remove the other deprecated PlayerProfile constructor 2019-10-06 01:07:01 +01:00
143714c9eb Remove deprecated PlayerProfile constructor 2019-10-06 01:03:07 +01:00
110d9a633b Update FUNDING.yml 2019-10-02 13:26:34 -07:00
584859318b Create FUNDING.yml 2019-10-02 13:06:56 -07:00
4bff07bd2b Target the tag compound 2019-10-01 16:52:35 -07:00
365938f351 ItemMeta needed? 2019-10-01 16:33:31 -07:00
7f6bbadc1c Less error prone Kappa 2019-10-01 16:28:46 -07:00
ec1fdea40d Progress??? 2019-10-01 16:23:59 -07:00
8febe2d0bd Progress?? 2019-10-01 16:19:15 -07:00
6e0f8f99fa Progress? 2019-10-01 15:44:58 -07:00
1eb2c7b2d7 Merge pull request from ethernetcat/master
Update locale_ja_JP.properties
2019-10-01 14:37:21 -04:00
3310a12a95 Update locale_ja_JP.properties 2019-10-02 01:43:51 +09:00
433f6d085d Time for a break 2019-09-30 17:53:57 -07:00
0509f4f63e Starting work on reading NBT 2019-09-30 16:47:47 -07:00
d2028321d4 Fixing SuperAbility strings 2019-09-30 16:11:06 -07:00
4437f419cb Fix our TamingSummon serializer 2019-09-30 15:44:22 -07:00
a58d875d74 Cleaning up more runtime errors during load 2019-09-30 15:28:51 -07:00
154d0a8d50 Completely disable all Repair code pending rewrite
Repair code will be handled in a sep branch, this is being done so the
configurable branch can compile and be semi-playable for testing
important in development features.
2019-09-30 15:10:59 -07:00