lorrampi
8e95e830a3
Create handbook_pt_br.txt
...
Based in lastest version of handbook_en_gb.txt
2019-03-21 15:40:20 -03:00
Electroblob
b352105dd4
Update LICENSE.md
2019-02-08 00:18:01 +00:00
Electroblob
05e6b53970
Update LICENSE.md
2019-02-08 00:15:22 +00:00
Electroblob
e76dc4a873
Update LICENSE.md
2019-02-08 00:13:26 +00:00
Electroblob
4d164c15ad
Merge pull request #112 from kellixon/patch-1
...
Update ru_ru.lang
2019-01-31 00:11:54 +00:00
Konstantin
6b30c7923e
Update ru_ru.lang
...
MC 1.12.2. Electroblob's Wizardry 4.1.4.
2019-01-28 17:45:41 +03:00
Electroblob
97a23d0e39
Merge pull request #111 from Tora-B/1.12.2
...
Switch immunities to an EnumSet. Fixes #49 .
2019-01-27 11:28:36 +00:00
Torabi
44d1d4dbb7
Fix Immunities
...
Switch to an EnumSet for immunities, both because it's more efficient for this purpose, and because adding immunities to an entity caused a crash, because of improperly attempting to extend an array through the asList wrapper.
2019-01-26 09:06:59 -07:00
Electroblob
22cb4d7f56
Merge pull request #110 from Corail31/1.12.2
...
Fixes #68 #108
2019-01-15 23:25:16 +00:00
Corail31
54abdb6746
fix #108
2019-01-15 14:32:51 +01:00
Corail31
414b773da6
fix 68
2019-01-15 11:50:18 +01:00
Electroblob77
f907d50333
Fix deobf jar task
2019-01-05 21:14:55 +00:00
Electroblob77
95ce659ec3
Add dev jar task to build.gradle
2019-01-05 18:45:18 +00:00
Electroblob77
f9f6b34549
Update version number
4.1.4
2019-01-05 18:28:06 +00:00
Electroblob77
bee7e51d06
Change key handler to static event handler and remove initialisation from main mod class, fixes #104
2019-01-05 16:42:21 +00:00
Electroblob77
51a2ff0976
Update version number
4.1.3
2019-01-04 22:12:37 +00:00
Electroblob77
1b298ff18b
Update credits (all locations)
2019-01-04 22:12:06 +00:00
Electroblob77
86d13d3a6e
Swap canSnowAt for canPlaceBlockAt, so it actually works...
2019-01-04 21:58:45 +00:00
Electroblob77
5421372754
Unike input events, tick events fire before the player is initialised, so add a check to stop it crashing with an NPE.
2019-01-04 21:53:39 +00:00
Electroblob77
53b29939f1
Change key handler to listen for ClientTickEvent instead of KeyInputEvent, swap isPressed() to isKeyDown() and restructure code; fixes 'lag'/inconsistent behaviour with mouse button keybinds. (See also #79 , not sure if this fixes it since I can't reproduce the problem.)
2019-01-04 21:48:35 +00:00
Electroblob77
7bda8db86f
Add check for wand before sending control packets, prevents unnecessary packets being sent
2019-01-04 21:04:06 +00:00
Electroblob77
a7a48cd32b
Add a less than max timer check so that magic light does not keep growing indefinitely if the block fails to disappear. Helps reduce the effects of #101 but does not fix it.
2019-01-04 20:53:01 +00:00
Electroblob77
b8e0836a6d
Add test for fake players in retaliatory ice shroud effect, fixes #93
2019-01-04 20:48:03 +00:00
Electroblob77
a7e6b2892c
Add check to prevent ArrayIndexOutOfBoundsException in WandHelper, fixes #90 (and duplicate issues #80 , #91 , #97 and #98 )
2019-01-04 20:07:02 +00:00
Electroblob77
f886ebfd75
Prevent ice age from placing snow layers at invalid locations, fixes #64
2019-01-04 20:05:09 +00:00
Electroblob77
98b334e6d7
Add condition to only write magic projectile thrower to spawn data if the thrower exists and tweak overrides so it is always written/read last, fixes #71
2019-01-04 20:04:43 +00:00
Electroblob77
83edb8007e
Replace direct translation in /allies command with text component, fixes #70
2019-01-04 20:02:57 +00:00
Electroblob77
67dda448f3
Add background tint to arcane workbench GUI, fixes #96
2019-01-04 19:58:31 +00:00
Electroblob77
09953c0299
Add bottom of world check to wizard tower foundation worldgen, fixes #73
2019-01-04 19:57:33 +00:00
Electroblob77
38b0fa65bc
Comment out scroll translation console message, fixes #56
2019-01-04 19:56:39 +00:00
Electroblob
7200182c82
Merge pull request #102 from dragon-evol/1.12.2
...
[zh_cn_handbook update]minor, minor, minor fixes (sorry for disturbing...)
2019-01-03 23:08:10 +00:00
dragon-evol
e73e998de2
minor fixes
2019-01-03 13:19:53 +08:00
Electroblob
a69da2eb2a
Merge pull request #94 from dragon-evol/1.12.2
...
Update zh_cn.lang and translate the handbook
2018-12-18 00:23:36 +00:00
dragon-evol
a00c594d83
Add files via upload
2018-12-17 14:23:23 +08:00
dragon-evol
3df99552e1
Merge pull request #1 from dragon-evol/dragon-evol-patch-1
...
Update zh_cn.lang
2018-12-17 14:22:20 +08:00
dragon-evol
e2bc2824f6
Add files via upload
2018-12-17 14:11:18 +08:00
Electroblob
36f4728f3a
Merge pull request #88 from Avatair/feature/mapping-update
...
Updated MCP Mapping to stable39
2018-11-24 18:20:08 +00:00
alesto
6ca72e7965
Undid adding wizardry dependency.
2018-11-24 09:56:35 +01:00
alesto
151dcc06da
Updated mappings
2018-11-22 16:02:40 +01:00
Electroblob
5737109dec
Merge pull request #82 from HellFirePvP/1.12.2
...
Switch enchantment-writing related code to a more direct data-driven approach
2018-11-10 00:48:16 +00:00
HellFirePvP
4bd3a46f32
Switch enchantment-writing related code to a more direct data-driven approach
2018-11-01 13:19:46 +01:00
Electroblob
73e2d64fcd
Update guide_for_contributing.md
2018-08-17 23:06:46 +01:00
Electroblob
1f008b405d
Update ISSUE_TEMPLATE.md
2018-08-01 23:13:43 +01:00
Electroblob
00e1e2602f
Update guide_for_contributing.md
2018-08-01 23:11:27 +01:00
Electroblob
98445da971
Update ISSUE_TEMPLATE.md
2018-08-01 22:59:42 +01:00
Electroblob
dbc1490e10
Merge pull request #53 from ZHENGLOC/1.12.2
...
Update zh_cn.lang
2018-06-17 11:21:23 +01:00
ZLOCK_1911
f33a0aceb2
Update zh_cn.lang
2018-06-09 12:02:45 +08:00
Electroblob
7141ae9544
Update CREDITS.md
2018-06-07 17:34:36 +01:00
Electroblob
af638ab2f7
Merge pull request #51 from ZHENGLOC/1.12.2
...
Create zh_cn.lang
2018-06-07 17:32:32 +01:00
ZLOCK_1911
a75a6c6114
Create zh_cn.lang
2018-06-07 18:31:37 +08:00