BloodMagic/src/main/java/WayofTime/bloodmagic
Tobias Gremeyer 95d99c0a01 Command rework (#1434)
* Network part finished.

* Should be more reasonable now

* This should be good enough.

* Orb finished, needs strings

* Bind finished. Needs strings.

* Reformat & Help subcommand

* Cleanup, strings, no negative amounts

* Removed TODOs

* Added missing MaxTier check for Blood Orbs.
Added TODO: Test with custom Blood Orbs.

* Ritual commands finished.
Check for valid placement might be optimized. (TODO)

* Access modifiers, moved TODO

* Added TODOs for localized strings

* DrainUtils postponed until the necessary functionality is available with SoulTickets (telling SoulTicket network from soul ticket, a list of all registered soul tickets per network)

* Replaced all occurrences of TextHelper with TextComponentTranslation in the commands section

* - Moved Teleports.java to teleport package
- added teleposer command
- added missing strings
- cleanup

* Fixed spelling of "Successful(ly)"

* getUsage() now returns translation keys.
getInfo() is now an explicit String

ritual creation command now has proper tab completions

help is an additional argument with "-h" or "?"

cleanup

* teleposerSet final
cleanup.

* Removed ritual removal command

Signed-off-by: tobias <angryaeon@icloud.com>

* Check if the tile has a ritual first

Signed-off-by: tobias <angryaeon@icloud.com>

* A bit more optimisation

Signed-off-by: tobias <angryaeon@icloud.com>

* Cleanup part 1

Signed-off-by: tobias <angryaeon@icloud.com>

* Cleanup part 2

Signed-off-by: tobias <angryaeon@icloud.com>

* Part 3

Signed-off-by: tobias <angryaeon@icloud.com>

* Part 4

Signed-off-by: tobias <angryaeon@icloud.com>

* Updated language file to reflect cleanup & continuity changes.

Signed-off-by: tobias <angryaeon@icloud.com>

* Change to use an abstract class that gets called instead of calling super on overriden execute() for commands

Signed-off-by: tobias <angryaeon@icloud.com>

* Use player facing for ritual creation.

Signed-off-by: tobias <angryaeon@icloud.com>
2019-01-31 16:46:02 -08:00
..
alchemyArray Make Movement & Updraft arrays stronger by adding more of their ingredients! (#1520) 2019-01-31 16:22:00 -08:00
altar Reenable tier 6 with config option 2018-12-06 23:33:23 -08:00
api/impl Reenable tier 6 with config option 2018-12-06 23:33:23 -08:00
block Command rework (#1434) 2019-01-31 16:46:02 -08:00
client Seer Sigil can now be used in place of divination sigil in additon to it's own functions for HUD elements (#1527) 2019-01-22 10:09:08 -08:00
command Command rework (#1434) 2019-01-31 16:46:02 -08:00
compat Added simple GuideBook documentation for all rituals (#1515) 2019-01-20 15:17:00 -08:00
compress Reinstated Compression sigil. (#1374) 2018-08-26 13:05:30 -07:00
core Implemented Ritual of Grounding, a Ritual to change gravity behavior (#1501) 2019-01-31 16:33:46 -08:00
demonAura Cleaned up a lot of different inspections 2018-03-01 19:27:39 -08:00
entity Several mimic fixes, with actually cleaned up commit history. (#1379) 2018-08-07 16:28:55 -07:00
event Base work for ticket based syphoning 2018-06-28 18:24:17 -07:00
fakePlayer Run formatter 2017-08-15 21:30:56 -07:00
gson Fix will type serializer using lowercased names for lookups (#1369) 2018-07-22 06:56:10 -07:00
iface SoulTicket internal implementation (#1372) 2018-08-07 15:27:12 -07:00
incense Cleaned up a lot of different inspections 2018-03-01 19:27:39 -08:00
inversion Cleaned up a lot of different inspections 2018-03-01 19:27:39 -08:00
item Command rework (#1434) 2019-01-31 16:46:02 -08:00
livingArmour SolarPowered logic fix. (#1454) 2019-01-31 16:36:31 -08:00
meteor Mark of the Falling Tower meteor costs are now configurable (#1518) 2019-01-20 15:20:03 -08:00
network Merge apibutnotreally with the main packages 2018-02-15 18:49:07 -08:00
orb Rewrite IBindable to provide an object instead of storing 2 strings 2018-02-27 16:59:51 -08:00
potion Implemented Ritual of Grounding, a Ritual to change gravity behavior (#1501) 2019-01-31 16:33:46 -08:00
proxy Rework of HUD element system 2018-06-28 20:37:53 -07:00
recipe Fix server crash when handling dye recipes (#1250) 2018-03-13 23:10:13 -07:00
registry Add Handlers for Ritual of Crushing (#1469) 2018-12-30 16:14:27 -08:00
ritual Command rework (#1434) 2019-01-31 16:46:02 -08:00
routing Fixed the Fluid filters so that they now work perfectly in the routing system. 2018-04-29 09:57:29 -04:00
soul Needed to be more pushy. 2018-05-01 06:51:37 -04:00
structures A bit of Ritual cleanup 2018-03-04 09:17:24 -08:00
teleport Command rework (#1434) 2019-01-31 16:46:02 -08:00
tile Command rework (#1434) 2019-01-31 16:46:02 -08:00
util Command rework (#1434) 2019-01-31 16:46:02 -08:00
BloodMagic.java Add Handlers for Ritual of Crushing (#1469) 2018-12-30 16:14:27 -08:00
ConfigHandler.java Reenable tier 6 with config option 2018-12-06 23:33:23 -08:00