Nicholas Ignoffo
2ee2cc5ee6
More proper fix for #1019
2017-02-13 19:35:14 -08:00
Nicholas Ignoffo
5bf5fd570d
Fix duplicate LA attributes overwriting each other ( #1019 )
...
Somebody please save me from this horrible horrible code
2017-02-13 19:09:19 -08:00
Nicholas Ignoffo
9027f767a6
Fix ore doubling potentially adding invalid recipes ( #1051 )
2017-02-13 17:13:28 -08:00
Nicholas Ignoffo
ddb7542827
Implement an inverted MRS that requires an RS signal to function ( #1022 )
2017-02-13 16:21:54 -08:00
Nicholas Ignoffo
9cbec7dd37
Update README
2017-02-13 16:01:19 -08:00
Nicholas Ignoffo
e092161a39
Downgrade tomes are now know that they're downgrades
...
Also Disoriented is localized finally
2017-02-13 12:57:41 -08:00
Nicholas Ignoffo
2d02bcf37b
Fixed JEI localization ( #1048 )
2017-02-13 12:42:27 -08:00
neconeco2
55949109e1
Update ja_JP.lang ( #1049 )
2017-02-13 12:12:17 -08:00
Nicholas Ignoffo
dea31f5f36
Cache the bound SoulNetwork for rituals
...
Avoids looking up the map data once or more each tick
(cherry picked from commit c13be9e
)
2017-02-12 18:10:22 -08:00
Nicholas Ignoffo
8040d85e97
Update version + changelog
2017-02-12 16:14:10 -08:00
Nicholas Ignoffo
bb9347ba5a
Fix server crash when adding guide recipe to JEI ( #1045 )
2017-02-12 16:01:54 -08:00
Nicholas Ignoffo
24f110f790
Update version + changelog
...
(cherry picked from commit b00fe38
)
2017-02-12 11:28:13 -08:00
Nicholas Ignoffo
8a8bff865f
IMC API for adding new altar components ( #1039 )
...
CC @Drullkus
2017-02-12 01:18:16 -08:00
pksiazek
6802bc5f47
#1036 Fixed Living Armor sacrifical upgrade ( #1037 )
2017-02-06 16:03:27 -08:00
Nicholas Ignoffo
59920ef34f
Bound tools should drain LP ( #1033 )
2017-02-05 12:42:28 -08:00
Nicholas Ignoffo
13228f61da
Temporarily remove item rendering for tank fluid
...
You cannot bake GL stuff. This is bad. Also it got broken at one point.
I'll re-add this once I remove the need for a TESR.
2017-02-05 11:58:23 -08:00
Nicholas Ignoffo
305e001b15
No-spam messages should be handled on the main thread ( #1035 )
2017-02-04 22:44:57 -08:00
Nicholas Ignoffo
85a8a12a6f
Update mappings
2017-02-04 22:43:19 -08:00
Nicholas Ignoffo
7b21439a03
Remove cross-version proxy
...
1.9.4 support has been dropped. Extremely little gain for major drawbacks.
2017-02-04 21:43:01 -08:00
Nicholas Ignoffo
6ff12aa0fe
Update Blood Tank model and texture
...
Thanks @InsomniaKitten
Need to rewrite inventory model handler because you *cannot* use GL there.
2017-01-18 19:39:08 -08:00
Nicholas Ignoffo
4c614df15e
Empty flasks can now be refilled ( #976 )
...
Right click a water source (any block that uses Material.WATER, same as vanilla potions) to refill it. This removes all potion effects. The model will display without the fluid inside as a visual indicator.
2016-12-30 18:27:16 -08:00
Nicholas Ignoffo
b6eae2fc67
Fix Expulsion whitelist ( #1010 )
2016-12-30 17:43:02 -08:00
Nicholas Ignoffo
c7f2b7d29c
Add current charge to Waila tooltip ( #1013 )
2016-12-30 17:34:43 -08:00
Nicholas Ignoffo
09007c58b2
Change meteor config NPE with EnderCore to a useful error message
2016-12-30 17:12:38 -08:00
Nicholas Ignoffo
fffed0e34c
Gold meteor only needs it's version set once
2016-12-30 17:11:00 -08:00
Nicholas Ignoffo
5c1b8b17bd
Fix meteor config not generating new defaults
2016-12-30 17:10:36 -08:00
Nicholas Ignoffo
a5449d3abc
Blacklist sentient spectres from WoS and Sacrifice ( #1015 )
...
A config refresh is required for this to take effect. Needs mentioning in changelog.
2016-12-30 16:37:19 -08:00
WayofTime
f08307180c
Added a null check for the Will getter for the Aura incase the WillChunk somehow does not generate. ( #1011 )
2016-12-20 19:42:39 -05:00
WayofTime
afa3d1ef91
Made it so the book does not give the filling recipe when the Blood Orb recipe is queried.
2016-12-20 19:28:16 -05:00
Nicholas Ignoffo
082d2b8f4d
Sigils should draw LP from the bound network, not the user
2016-12-19 17:32:03 -08:00
tartaric_acid
ae2ff03547
Update zh_CN file ( #1003 )
...
* Update zh_CN file
* Fix some mistakes (WIP)
* Finish all fix
* Fix some mistakes
2016-12-15 21:53:36 -08:00
WayofTime
a5a17f6b04
Added Fluid routing to the routing nodes - this is done by using the Fluid Filter and placing a fluid container as the filter.
2016-12-14 14:48:39 -05:00
Nicholas Ignoffo
ce52aea512
Recipes for Blood Tank
2016-12-12 00:33:25 -08:00
Nicholas Ignoffo
b7e2730bcc
Implement the new model for the Blood Tank
...
- Texture needs some tinkering. Will bother @InsomniaKitten about it
- Minor cleanup and improvements
2016-12-11 23:54:03 -08:00
Arcaratus
aac2623440
Implement a functioning Blood Tank ( #969 )
...
Added a search bar to the Upgrade Tomes Creative Tab
Updated some Altar fluid code (remove deprecated stuff)
Moved Rendering classes into appropriate package
Fix the localization errors on the Demon Crystals
A few cleanups here and there
2016-12-11 17:28:47 -08:00
WayofTime
d1f4e95a7e
Added deprecated methods for easier updating - Oops!
2016-12-07 08:14:05 -05:00
WayofTime
99f9d06659
- Fixed Phantom Bridge sigil glitch when travelling between dimensions and teleporting large distances.
2016-12-06 11:53:47 -05:00
WayofTime
89bd91197d
Fixed silly dupe bug with the Zephyr ritual. ( #988 )
2016-11-29 22:06:43 -05:00
WayofTime
efb3077fdf
Fixed Ritual of Regeneration's text ( #987 )
2016-11-27 20:33:13 -05:00
WayofTime
9e6c8d8a43
Final push for -67.
2016-11-27 11:32:07 -05:00
WayofTime
1ad2fc0ae4
Added some placeholder recipes for the Living Armour Downgrades - they will eventually change.
2016-11-23 18:46:18 -05:00
WayofTime
82f04d4b6c
Updated the book so it contains most of the rituals.
2016-11-20 10:32:13 -05:00
WayofTime
a04c8af550
Did some minor bug fixes and updates with some rituals.
2016-11-19 17:06:11 -05:00
Sokratis Fotkatzikis
841eb2a1df
Create bg_BG.lang ( #765 )
...
* Create bg_BG.lang
done until L23
--------------------
* Update bg_BG.lang
DONE #L43 - #L48 ; #L66 - #L92
~~~~~~~~~~~~~~~~~~~~~~~~
TODO #L25 - #L41 ; #l50- #L64
* More Translation
Still not doe *Will finish it tomorrow* (Ping me at discord if I forget :P)
* here you go
2016-11-16 14:40:11 -08:00
Nicholas Ignoffo
104fb855b4
Run the guide images through a PNG compressor
...
Drops the jar size by quite a bit
2016-11-13 15:24:10 -08:00
Nicholas Ignoffo
bd6b181a1b
Wrong @Nullable annotation
2016-11-12 11:52:38 -08:00
Nicholas Ignoffo
b0007a1d36
Re-add FakePlayer check to sigils ( #970 )
...
whar did dey go?
2016-11-11 16:57:50 -08:00
Nicholas Ignoffo
1f31268669
Fix Mimic render ignoring meta ( #965 )
...
Also re-implements Waila handler correctly
2016-11-11 16:50:44 -08:00
WayofTime
3956c9f7dd
Setup the .json of the Demon Will to use the new aspected textures.
2016-11-11 17:29:05 -05:00
Yulife
d46a5e16ae
souls
2016-11-11 23:04:46 +01:00