tommyTT
fa87ed0e17
Bugfix attempt to remove render lag (see WayofTime#1457) ( #1458 )
...
Simplified the whole branch since it got really messed up
2019-01-05 09:34:45 -08:00
AEon - Tobias
ce46de0d0a
Fixed Crystal Cluster behavior. ( #1390 )
...
* Players in creative mode can now add crystals to crystal blocks by right clicking them with an item demon crystal.
Crystal block texture now updates on the next tick. The render update is only called when a new crystal has been added (by natural or unnatural means).
Adding a crystal imitates a positive result of checkAndGrowCrystal()
closes #1151
* fixed conditional to allow harvesting crystals if not in creative and holding crystal
2018-08-07 15:59:09 -07:00
WayofTime
60c8441115
Added the "Resonance of the Faceted Crystal"
2018-04-20 13:39:05 -04:00
WayofTime
07ae96a60e
Fixed Demon Crystals growing at an accelerated rate (all the time).
2018-04-17 19:12:29 -04:00
Nicholas Ignoffo
c8b394bf86
Add missing itemblock for demon crystals ( #1252 )
...
Still need to figure out the rendering issue. Might just need to rewrite
them to store the age as meta instead of the type.
2018-04-07 13:05:32 -07:00
Nicholas Ignoffo
2fecb427fd
Merge apibutnotreally with the main packages
...
Do not consider anything outside of the true API safe to use. And even then,
I'm changing things. Just wait. Please I beg you.
2018-02-15 18:49:07 -08:00
Nicholas Ignoffo
ddaadfbe52
Swap the API packages
...
The new one is now built for the api jar and the old one is now internal.
It will slowly be moved around to sane places within the internal code. Most
of the features provided in the old "api" are addon specific features which
will generally rely on the main jar anyways. The new API will be specific
to compatibility features, such as blacklists, recipes, and value modification.
2018-02-05 17:04:46 -08:00
Nicholas Ignoffo
08258fd6ef
Run formatter
2017-08-15 21:30:56 -07:00
Nicholas Ignoffo
5fcdd978d7
this doesn't compile yet, but have something to peek at
2017-08-14 20:53:46 -07:00
Nicholas Ignoffo
00d6f8eb46
Initial stab at 1.11
...
About halfway.
2016-12-12 19:56:37 -08:00
Nicholas Ignoffo
4190031710
Fix remaining cases of calling readFrom/writeTo NBT
2016-09-07 17:53:09 -07:00
Nicholas Ignoffo
798bad5583
Clean up TE implementations
...
Offload some work to base classes that provide some helpers
TODO: Implementations for Inventories (using caps) and ticking tiles with inventories.
2016-09-07 17:46:06 -07:00
Nicholas Ignoffo
4d331aa758
Implement missing data syncing methods
...
Fix MRS not syncing data immediately.
2016-09-07 17:12:25 -07:00
WayofTime
f0f6af3eac
Fixed #782
2016-06-07 10:15:40 -04:00
Nicholas Ignoffo
a37cf7d60b
Fix Tile data syncing ( #763 )
2016-05-28 04:53:19 -07:00
Nicholas Ignoffo
de5e23e6c4
package-info upd- I mean 1.9.4 update
...
These are now "required" thanks to Mojang giving us some annotations. Yay..?
2016-05-19 17:43:33 -07:00
WayofTime
f0730791f7
- Changed the growth behavior of the crystals
...
- Fixed Potion getting for various methods
- Started work on crystal automation ritual
- Finished first iteration of the iterator of AreaDescriptor
2016-03-24 14:11:05 -04:00
Nick
6c729db70c
Initial 1.9 commit
...
This DOES NOT BUILD. Do not even attempt.
Almost everything has been ported besides the block/item packages. Then it's a matter of testing what broke.
2016-03-17 13:00:46 -07:00
WayofTime
7106579201
Updated changelog and added recipes. Also created behaviour for the crystals to drop single crystals.
2016-02-27 19:34:42 -05:00
WayofTime
620023d098
Fully implemented discrete demon will, which means the demon crystals can be inserted into demon crucibles to create will.
2016-02-27 16:36:56 -05:00
WayofTime
70f4c117d7
Added growth method for the crystals.
2016-02-26 22:11:28 -05:00
WayofTime
ea24e7edd8
Created the proper rendering for the crystal clusters while in hand
2016-02-25 22:00:02 -05:00
WayofTime
19fec96bfd
Added different types of Demon Will crystals. Obtainment method still TBD
2016-02-25 16:19:57 -05:00