Nicholas Ignoffo
33d6cdb3a9
Fix mundane component being really really really thirsty ( #1218 )
2018-02-11 14:43:00 -08:00
Nicholas Ignoffo
123b06c288
Alchemy arrays should mostly function now ( #1202 )
...
Rewrites the crafting recipe portion of alchemy arrays. Currently the rewritten
portion is wrapped in the old stuff. Ideally the remaining old stuff will
be rewritten as well.
Mods who wish to do custom array effects still need to depend on internal
classes and I think this is fine.
2018-02-11 11:40:13 -08:00
Nicholas Ignoffo
57591973a3
Move Altar to new recipe API
2018-02-06 21:40:50 -08:00
Nicholas Ignoffo
f8c734bc96
Implemented new Tranquility value API
...
For quick compat, mods can now register a static state-based tranquility
value for their blocks. More
2018-02-06 21:24:40 -08:00
Nicholas Ignoffo
739c1aa05f
Cleaner sub-item implementation
...
Todo: Move more sub items to use it
2018-02-06 18:59:47 -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
42931bcf0e
JSON recipes, much to the displeasure of Elucent and shadows
...
feelsgoodman
(cherry picked from commit c23d577
)
2018-02-04 19:09:37 -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
37ec0582eb
Fixed the last of the model errors
2017-08-16 16:39:57 -07:00
Nicholas Ignoffo
08258fd6ef
Run formatter
2017-08-15 21:30:56 -07:00
Nicholas Ignoffo
61c44a831b
Fix some things that went missing
2017-08-15 21:24:59 -07:00
Nicholas Ignoffo
348fee1e2a
It compiles. Somehow.
2017-08-15 20:21:55 -07:00
Nicholas Ignoffo
554c9852e6
Move commonly used API systems to a plugin based system
...
Create a class that implements IBloodMagicPlugin and annotate it with
`@BloodMagicPlugin`. The `register` method will be called during init.
Currently implemented systems:
- Blacklisting
- Teleposer
- Teleposer (entity)
- Transposition
- Well of Suffering
- Green Grove
- Setting sacrificial values
- Adding altar components
2017-08-15 18:14:28 -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
5b9bb07d8d
Large Bloodstone Bricks should get 4 from crafting ( #1125 )
2017-05-21 12:29:52 -07:00
Nicholas Ignoffo
41c2f37042
Change lots of recipes to use oredict ( #1101 )
...
I probably missed a few
2017-03-14 19:13:08 -07:00
majikguy
b4603a4b9a
Entity Registration Fix ( #1087 )
...
* Replaced the Entity registration code. Before, the code was manually adding entities to the GameRegistry.
Doing this prevents the engine from fully registering the added entities in all the proper places. The result was that the Client was never informed of when these entities were created or what they were doing, as all of that behavior is managed by the EntityRegistry.
Changing to the proper EntityRegistry calls fixes issue #1065 .
* Changed ResourceLocation calls to the one with two arguments. Didn't know that was a thing before. :D
Also added more consistent whitespace.
2017-03-07 16:17:18 -08:00
Nicholas Ignoffo
72c321acb0
Implement an inverted MRS that requires an RS signal to function ( #1022 )
...
(cherry picked from commit ddb7542
)
2017-02-19 14:41:06 -08:00
Nicholas Ignoffo
cdb5127598
Fix ore doubling potentially adding invalid recipes ( #1051 )
...
(cherry picked from commit 9027f76
)
2017-02-19 14:34:19 -08:00
Nicholas Ignoffo
78093631c5
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.
(cherry picked from commit 4c614df
)
2017-01-02 01:59:24 -08:00
WayofTime
65104db564
Added Fluid routing to the routing nodes - this is done by using the Fluid Filter and placing a fluid container as the filter.
...
(cherry picked from commit a5a17f6
)
2017-01-02 01:34:33 -08:00
Nicholas Ignoffo
a628adfde8
Lowercase all the tooltip strings
2017-01-02 01:18:29 -08:00
Nicholas Ignoffo
ed27873fbe
It runs!
2017-01-02 00:10:28 -08:00
Nicholas Ignoffo
f5a68adc2e
Remove all the package-info.java's
...
Except the API one
2017-01-01 21:49:52 -08:00
Nicholas Ignoffo
00d6f8eb46
Initial stab at 1.11
...
About halfway.
2016-12-12 19:56:37 -08:00
Nicholas Ignoffo
ce52aea512
Recipes for Blood Tank
2016-12-12 00:33:25 -08: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
fb38c2e8b8
Snares can no longer hit the thrower of the snare within 20 ticks of throwing it ( #745 )
...
Added the "Diseased" upgrade, which vastly decreases healing potency.
2016-11-11 10:42:56 -05:00
WayofTime
33b799723c
Made it so you can view the recipes for downgrades in JEI.
2016-11-10 10:39:19 -05:00
WayofTime
0419800a86
Finished most of the Augments for the Ritual of the Shepherd.
2016-11-06 17:03:10 -05:00
WayofTime
731ba99fa3
Added the Destructive Will effect to the Ritual of the Green Grove. This ritual now is done~
2016-10-23 18:57:24 -04:00
WayofTime
5e1c791908
Added the pages for a few arrays. Also disabled the Ritual for the downgrades temporarily. Final commit for -66
2016-10-22 16:52:35 -04:00
WayofTime
44e1c47e1c
Added an alchemy array, the Array of the Fast Miner
2016-10-22 16:11:30 -04:00
WayofTime
e3c55da214
- Added the entries for the Skeleton Turret Array and the Updraft Array
...
- Added the Bounce Array
2016-10-16 15:19:57 -04:00
WayofTime
5cb5ec4264
Changed most of the BlockString blocks to a BlockEnum in order to solve a loading issue with schematics.
2016-10-15 22:02:16 -04:00
WayofTime
ea43fbce7d
Added the Sigil of Elasticity, the Sigil of the Claw, and the Sigil of Winter's Breath.
2016-10-14 20:51:21 -04:00
WayofTime
0a1d66a1d9
Fixed the recipes for some of the Demon Will blocks
2016-10-13 22:08:28 -04:00
WayofTime
5ad3c0eda1
Added new potion effects for bouncing as well as clinging to walls - the sigils will come later (Hai, Yulife~)
2016-10-13 19:58:39 -04:00
WayofTime
2e192ff29c
Attempted to add a new schematic, but for some reason the generated schematic is non-functional. (Divination Sigil is in testing mode)
...
Added some more stuff to the Downgrade ritual.
2016-10-10 10:57:29 -04:00
WayofTime
f74f46ab4a
Removed the stat trackers for the downgrades and prevented downgrades from combining with each other in an anvil.
2016-10-09 10:44:50 -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
WayofTime
b5f7344ca6
Added a Dig Slowdown armour downgrade called "Weakened Pick", trained by having weakness on while mining. Also expanded Dwarven Might so that it can get to level 10.
2016-10-05 16:38:58 -04:00
WayofTime
16a4857dfb
Added a Repairing Living Armour Upgrade (trained by damaging the chestplate of the Living Armour while you have a full set on - it repairs all of your armour pieces over time)
...
Added the stat trackers for various Living Armour Downgrades.
2016-10-04 17:10:27 -04:00
WayofTime
6ea17510b7
- Added a potion effect called "(-) Immunity", which allows the training of Living Armour Downgrades. This potion is crafted using a Draft of Angelus with a potion flask. Check the uses of the flask!
...
- Added some more framework for the Living Armour Downgrades.
- Modified the Grim Reaper's Sprint so it is better at later levels.
2016-10-02 15:03:31 -04:00
WayofTime
006cbeaa83
Changed the Quick Feet upgrade and the speed boost sigil so that their speeds are applied when strafing and walking backwards as well.
...
Added the Disoriented Downgrade. Muahaha
2016-09-29 16:37:41 -04:00
WayofTime
1a510c694c
Finished the Dulled Blade downgrade
2016-09-27 21:10:09 -04:00
WayofTime
8d2ea249ac
Added the Quenched Living Armour Downgrade.
2016-09-27 17:15:24 -04:00
WayofTime
f9185817a1
Added another proper Armour Downgrade: Battle Hunger. More to follow.
2016-09-25 19:08:06 -04:00
WayofTime
ca96afa375
- Changed the recipe of the Acceleration rune so that it is a T4 rune.
...
- Added the Charging rune, which accumulates charge by using the LP from the Blood Altar (1 charge = 1 LP always). If enough charge is stored when crafting, the crafting occurs instantly.
2016-09-22 14:20:05 -04:00
WayofTime
9538e9aa0d
Added a corrupted chicken, which hits very hard but stealths itself in between attacks.
2016-09-20 17:28:58 -04:00