Nicholas Ignoffo
3536a25cc3
Add modid to subscriber annotations
...
(cherry picked from commit 7cac007
)
2018-02-04 19:16:09 -08:00
Nicholas Ignoffo
d99cf77288
Move config to annotation system
...
All old configs must be deleted for this to work properly. Since the rest
of the update is filled with world breaking changes, this should be fine.
Also some mapping updates
(cherry picked from commit d587a8c
)
2018-02-04 19:01:27 -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
bd4efb1320
Blacklist sentient spectres from WoS and Sacrifice ( #1015 )
...
A config refresh is required for this to take effect. Needs mentioning in changelog.
(cherry picked from commit a5449d3
)
2017-01-02 01:57:29 -08:00
WayofTime
a04c8af550
Did some minor bug fixes and updates with some rituals.
2016-11-19 17:06:11 -05:00
WayofTime
faef980e59
- Made it so peaceful animals provide more LP by default (to encourage creating your own farm).
...
- Increased the effectiveness of animals for the Gathering of the Forsaken Souls ritual by a factor of 4.
- Added the framework for the Purification Altar.
2016-11-05 11:14:56 -04:00
WayofTime
ed8427c04e
Added the framework for a ritual that grants downgrades (instead of the potion method)
2016-10-08 21:23:16 -04:00
Nicholas Ignoffo
cbd2609fe2
Blacklist armor stands from WoS
2016-09-18 14:51:54 -07:00
Nicholas Ignoffo
d1455920ec
Rewrite Meteor system to be fully json ( #914 )
...
Also cleans up some other JSON stuff
2016-09-12 19:54:46 -07:00
WayofTime
4c79a4f2ff
Configurified the Meteor Ritual - Modpacks and users can edit all of the major properties of the meteor ritual, including what items need to be dropped onto the ritual as well as what you get in the ritual, radius, etc. The config will refresh if there is a version change unless you set "resyncOnVersionChange" to false.
2016-09-09 12:28:23 -04:00
Arcaratus
81d7cd4093
Bucket recipe fix and Creative Sacrificial Dagger fix ( #827 )
...
* Bucket recipe fix and Creative Sacrificial Dagger fix
* Do #808
* Add a Sacrificial Dagger conversion config
* Put the conversion everywhere
2016-06-28 11:55:58 -04:00
WayofTime
8c4eff0d81
Formatting!
2016-06-23 21:43:27 -04:00
Arcaratus
6680e8be49
Option to skip empty slots in Sigil of Holding ( #807 )
...
* Option to skip empty slots in Sigil of Holding
2016-06-17 15:46:33 -07:00
Nicholas Ignoffo
513bb113e1
Add transposition blacklist to API ( #790 )
...
Blacklist the same blocks that are blacklisted from the Teleposer.
2016-06-09 16:01:32 -07:00
Nicholas Ignoffo
512600a677
Split EventHandler into multiple different handlers
...
Better organization allows for finding things easier
2016-05-30 18:20:31 -07:00
Nicholas Ignoffo
3f28a9e268
Config for spectral block visible-ness
...
true = Invisible (default)
false = Visible from the outside
2016-05-11 20:30:23 -07:00
Nicholas Ignoffo
9253d6a410
Add an entity blacklist for the Teleposer ( #701 )
...
Added event for when an entity is teleposed. Includes a Post version as well to allow modification of the entity after the fact.
2016-05-11 20:29:16 -07:00
Nicholas Ignoffo
d550513f0a
Update Forge + mappings
2016-04-24 10:06:28 -07:00
Nicholas Ignoffo
ba17fe126e
Config for ignoring Compression mod's compress recipes
...
Over 3200 recipes with *just* vanilla + BM is... bad. Nobody should be adding that many...
2016-04-24 08:30:59 -07: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
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
Nick
f896383fe6
Allow Mob Spawners to be teleposed (default blacklisted) ( #671 )
2016-03-16 15:47:42 -07:00
WayofTime
134b11f177
Normalized code formatting.
2016-03-16 18:41:06 -04:00
Nick
3f8cccf056
Config to only render routing lines while an INodeRenderer is held
...
Current INodeRenderer's are the Node Router and all Routing Nodes
2016-02-29 23:20:57 -08: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
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
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
e219b50589
Config option for Goggles upgrade
2016-02-03 20:41:41 -08:00
Nick
7e8b469349
Allow rituals to be disabled via config ( #545 )
...
Not automated like the old method, but works. Requires an MC restart. Might look at making it reload-able while ingame at a later date.
2016-02-01 17:05:39 -08:00
Nick
3920e0926f
Allow slight configuration of Coat of Arms conversion
...
Gives modpacks control while still retaining a bit of balance.
2016-01-21 12:54:46 -08:00
Nick
073873960c
Allow modifying of entity sacrificial values
...
Done via API or Config. API values take precedence over Config values.
2016-01-19 19:46:49 -08:00
Nick
351aa3e74c
Implement Entity blacklist for WoS
2016-01-09 18:05:21 -08:00
Nick
cb929a93b6
WAILA compatibility
...
Currently has handlers for Teleposers and Blood Altars
2016-01-01 15:40:04 -08:00
Arcaratus
a8a0ae6e8b
Teleposers and refractoring
2016-01-01 12:08:17 -05:00
WayofTime
e48eedb874
Changed formatting to have bracing on a new line
2015-12-30 15:34:40 -05:00
Nick
03847ad6d9
Committing the Ritual stuff
...
Incomplete. Ritual detection/rotation needs to be implemented. Currently hardcoded to a test ritual
2015-12-26 16:49:25 -08:00
Nick
d51a908f6b
Update JEI compat
2015-12-03 17:12:50 -08:00
Nick
72d4c5e135
Config for ICompatibility
2015-12-02 13:28:50 -08:00
Nick
349efbd510
Move PotionArray size to Constants
2015-12-02 01:43:51 -08:00
Nick
34dee6447b
A whole lot of formatting cleanup
...
Also changes NBTHolder to a standard Constants class with subclasses for each category
2015-11-28 18:25:46 -08:00
Nick
d285736ca9
Imperfect ritual system hopefully works correctly now
2015-11-02 18:00:48 -08:00
Nick
92bf7cc35b
Imperfect rituals work mostly now
...
Just need to figure out an issue with the config
2015-11-02 17:45:11 -08:00
Nick
096ba02450
Refactor everything to WayofTime.bloodmagic.*
2015-11-02 12:39:47 -08:00