Nicholas Ignoffo
d550513f0a
Update Forge + mappings
2016-04-24 10:06:28 -07:00
WayofTime
f770f5eb30
Finished localization of ritual descriptions (for now).
2016-04-15 10:59:22 -04:00
WayofTime
7ca72320c5
Initial work on Capabilities usage for inventories.
2016-04-13 17:58:06 -04:00
WayofTime
c0b39039cc
Fixed the Speed and Jump rituals so that they correctly update the player's motion
2016-04-13 11:05:17 -04:00
Nick Ignoffo
81e9452a21
Merge pull request #709 from Arcaratus/1.9
...
Improved the API and internal workings
2016-04-12 18:37:05 -07:00
Arcaratus
3e50dd4117
Improved the API and internal workings
...
Update things
Fix some more things
Update once more
Refactoring and removing unnecessary null checks
Woops
Fix
Nother fix
Moar fix
Fix imports
Update ItemBindable.java
2016-04-12 20:34:08 -04:00
WayofTime
8571d4d264
Potential fix for routing nodes (I changed nothing, but it now works). Fixed blocks that are solid that did not block sunlight.
2016-04-12 15:25:16 -04:00
WayofTime
0a2dfb4fd4
Finished more ritual stuff
2016-04-11 17:31:14 -04:00
WayofTime
91ddb8b761
A lot more implementation work for custom areas for rituals.
2016-04-11 15:36:27 -04:00
WayofTime
51c79f15a9
Added chest ranges to the rituals that have chests, allowing the location of the chest to be assigned by the player.
2016-04-11 09:57:57 -04:00
WayofTime
9fe525b74b
Did more work on the Ritual Reader. Fixed issue with the Ritual Diviner cycling its direction when you right click on the MRS.
2016-04-11 08:26:41 -04:00
WayofTime
96ecd73286
Added Soft Fall and Strong Legs living armour upgrades.
2016-04-03 12:17:42 -04:00
Nick
1cdcd81508
Pull teleportBlocks method into general utility class
...
It's useful in other places and those other places really shouldn't be firing off the TeleposeEvent.
2016-03-29 17:38:11 -07:00
WayofTime
63b541da06
Fixed Teh Nut derp
2016-03-29 19:56:15 -04:00
WayofTime
5cb39d1dbd
Updated to Forge 1811
2016-03-26 14:32:06 -04:00
WayofTime
f9cb1a08ba
Finished the crystal automation ritual, "Gathering of the Forsaken Souls."
2016-03-24 19:10:57 -04:00
WayofTime
3d2e1d911f
90% finished implementing the crystal growing ritual.
2016-03-24 16:18:39 -04: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
WayofTime
239b6e5b1f
Updated teleport logic (Untested) (0 errors)
2016-03-18 17:12:34 -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
134b11f177
Normalized code formatting.
2016-03-16 18:41:06 -04:00
Nick
e8d2c523e4
Decrease teleport cooldown for non-living entities ( #671 )
2016-03-16 11:26:29 -07:00
WayofTime
da6f410394
Lots of import rearrangement due to odd "clean up" algorithm. Added Crystals, which are very WIP.
2016-02-25 08:54:18 -05:00
Nick
45710ebb8f
Some minor cleanup
...
* Hid Dimensional Portal from JEI and Creative
* Fixed stacktrace spam when invalid portal was stepped into
* Fixed tank rendering no model at all
* Fixed NBT saving for Dimensional Portal
2016-02-23 22:47:28 -08:00
WayofTime
8e8562e5a0
Minor fix to crushing ritual. Felling ritual's upkeep cost was reduced.
2016-02-19 20:11:29 -05:00
WayofTime
70d0723dde
Added recipes for sigils. Updated changelog for -18 release.
2016-02-18 12:53:04 -05:00
WayofTime
34a9b5a7ec
Fixed Portal ritual.
2016-02-18 12:11:29 -05:00
Tombenpotter
7e8aec8652
Huge commit for the Pull-Request.
...
Added a lot of things:
- Blood Tank
- Teleposition Sigil
- Transposition Sigil
- Cobblestone/Netherrack/Obisidian generation Ritual
- Tree Cutter Ritual
- Pump Ritual
- Altar Builder Ritual
- Block Placing Ritual
- Portal Ritual
- Teleportation System and API Components
- Cross pattern Area Descriptor
- Two reagents and their textures for the sigils’ crafting
Fixed:
- Teleposer not teleporting entities correctly
And probably other things I forgot!
2016-02-18 17:25:11 +01:00
WayofTime
15650bac8b
Amended range of Zephyr ritual
...
Fixed Green Grove ritual
Fixed Crusher ritual so it didn't break everything at once.
2016-02-16 11:46:47 -05:00
WayofTime
db4c68e5f3
Added Ritual: Ritual of Living Evolution, which is used to set the living armour's max upgrade points to 300.
2016-02-15 17:13:50 -05:00
WayofTime
7610329d0a
Added Ritual: Song of the Cleansing Soul to remove Living Armour upgrades from the armour.
2016-02-15 15:27:39 -05:00
Nick
fd16a58b6b
Move getOwnerName/UUID to IBindable
...
Where it should have been to begin with... hehe...
Deprecated methods will be removed after beta
2016-02-04 00:25:37 -08:00
Nick
b6bdd0740c
Fix method conflict for IImperfectRitualStone
2016-01-31 15:48:49 -08:00
Nick
50bd8514ee
Allow mods to blacklist their blocks from Green Grove
2016-01-23 00:32:10 -08:00
Arcaratus
203a48d526
More rituals
...
More rituals
Comment out unimplemented portion
some thing useful
Renamed to something more useful
2016-01-12 20:51:05 -05:00
Nick
351aa3e74c
Implement Entity blacklist for WoS
2016-01-09 18:05:21 -08:00
Nick
cdc045f7be
Fix non-wildcard stem crops not harvesting
...
protip: == != .equals()
who woulda known
2016-01-09 17:38:23 -08:00
WayofTime
b3f965cbe3
Added Ritual of the Satiated Stomach
2016-01-09 18:51:55 -05:00
WayofTime
c3b21fa223
Added Crushing ritual
2016-01-09 18:17:38 -05:00
WayofTime
db8586d4b7
Fixed lit redstone ore not being picked up.
2016-01-09 16:43:32 -05:00
WayofTime
487332ff8d
Forgot a class (How does THAT happen?)
2016-01-09 16:37:20 -05:00
Nick
34e6350cbc
Add handlers for "tall" and "stem" crops
...
Documentation for all harvest-y stuff as well.
2016-01-09 01:54:25 -08:00
Nick
92d633626e
Fix Plantable harvest handler
2016-01-08 16:14:27 -08:00
Nick
5744d19ca9
Implement Harvest Ritual
...
Currently only a handler for standard crops (wheat, carrots, etc) is implemented.
2016-01-08 00:32:03 -08:00
WayofTime
f379351e88
Added animal growth ritual.
2016-01-07 08:04:59 -05:00
WayofTime
14d3a1ec7e
Fixed #541
...
Fixed #542
2016-01-03 08:30:59 -05:00
Nick
5eabf5b009
Remove Test ritual and disable ImperfectRitualDay
2016-01-02 14:31:56 -08:00
Nick
0670585aa4
Water/Lava Rituals/Sigils now place flowing variants of the liquid
2016-01-02 14:21:38 -08:00
WayofTime
d5e28038d6
Repriced rituals.
2016-01-02 17:15:33 -05:00
Nick
fa030a1d43
Add an unlocalized name to Imperfect Rituals
2016-01-01 18:54:58 -08:00