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
51e10eaad2
Everything else except sigils
2017-01-01 22:26:42 -08: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
Nicholas Ignoffo
24b4c4b8d1
Made all item fields final
2016-09-10 17:04:24 -07:00
WayofTime
98406793a1
Added the Potion Flask and a few of the potion effects - max amount of effects that can be added to a single flask is currently 3
2016-07-26 19:44:42 -04:00
Nicholas Ignoffo
065043bafa
(Temporary?) Recipe for Holding Sigil ( #824 )
...
I just kinda picked stuff... Chest + Leather + String = Makeshift backpack = "essence" of portable storage? i'unno
2016-06-25 15:43:53 -07:00
WayofTime
f8859dbf56
Added the Draft of Angelus, which increases the max number of upgrade points for Living Armour.
2016-06-12 15:20:48 -04:00
WayofTime
d79be6d312
Added saltpeter and sulfur, used for gunpowder creation and will be used for other things.
2016-05-06 17:51:39 -04:00
WayofTime
03fa7b2712
Added plant oil and associated recipes - need to compile a list for future alchemy items
2016-05-05 07:59:08 -04:00
WayofTime
37cb2a1360
Added some more recipes (like rudimentary ore doubling) to the alchemy table
2016-05-04 19:25:42 -04:00
Nick
d48e4e5ae8
Move setRegistryName out of item/block constructors
2016-04-09 16:50:16 -07: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
03662c0cd3
Most items done now
2016-03-16 01:10:33 -07: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
ea24e7edd8
Created the proper rendering for the crystal clusters while in hand
2016-02-25 22:00:02 -05: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
1787f50a65
Added recipes for various sigils.
2016-02-12 20:48:00 -05:00
WayofTime
8d6bc20400
Added magnetism sigil array and texture for the reagent.
2016-01-31 16:23:17 -05:00
WayofTime
27d63d5df3
Added blood lamp reagent, sigil effects, and the blood lamp array.
2016-01-31 14:31:16 -05:00
WayofTime
b8079bb509
Added multiple router filters and made sure that they are able to work properly. Textures and localization completed. Added a recipe for a consumable "frame" - more of these gating materials to be added.
2016-01-21 15:53:37 -05:00
Nick
fdfcb5c5b7
Change how blocks/items are registered (desc)
...
tterrag is a meany face and yelled at me for using class.getSimpleName(). So here's an API-friendly re-work of the registration system. This allows all our Items/Blocks to be obtained via the API. Just add a new enum.
2016-01-18 22:34:12 -08:00
WayofTime
b170654ed3
Implemented recipes and arrays for Suppression sigil.
2016-01-01 15:46:40 -05: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
WayofTime
46f3e7573e
Added recipes for bound weapons. Created temporary recipe for the Binding Reagent.
2015-12-29 17:47:12 -05:00
Nick
beb85cf154
Generify
2015-12-28 14:04:34 -08:00
Nick
e6354fb483
String lookup for ItemComponent
2015-12-28 13:50:32 -08:00
WayofTime
9ce9c66fb9
Created the base items class, for items that are mainly just used in recipes.
...
Created reagents to be used in array crafting and added the array recipes for the water, lava, void, green grove, fast miner, elemental affinity, sight and air sigils.
Fixed the textures for the Sight sigil and Fast Miner sigil.
2015-12-28 15:59:35 -05:00