Commit graph

1766 commits

Author SHA1 Message Date
Nicholas Ignoffo 348664c3fe Fix Waila stack display for pillars 2016-09-05 15:04:02 -07:00
Nicholas Ignoffo 246eb7950c Add the rest of the walls 2016-09-05 14:59:24 -07:00
WayofTime 74196dd67b Finished Wall framework, including the fancy break particles. 2016-09-05 17:42:26 -04:00
Nicholas Ignoffo a62e377801 Walls render in inventory now
Includes a bit of cleanup and fixes pickblock on Pillars and Caps
2016-09-05 11:40:25 -07:00
WayofTime 78b035d0fd Started work on most of the framework for the BlockStringWall - commiting so TehNut can fix my mistakes in life 2016-09-05 13:11:07 -04:00
WayofTime afcba54df4 Finished adding all of the dungeon blocks and localized them. Added the appropriate models for rotated pillars/pillar caps. 2016-09-05 10:30:59 -04:00
neconeco2 b08c7fd7ae Update ja_JP.lang (#903) 2016-09-04 23:22:37 -07:00
WayofTime 10e9d046c3 Fixed the problem with the pillars not showing their proper textures \o\ /o/ \o/ 2016-09-04 21:54:25 -04:00
WayofTime f1b3d6f4bc Finished the pillar but rearranged the .json for testing 2016-09-04 21:25:32 -04:00
WayofTime 1286efbca7 Finished adding the standard blocks and localized them - pillars are next 2016-09-04 18:09:04 -04:00
WayofTime d52240813e Initial work on pillars - needs some serious bug fixing! 2016-09-04 16:20:10 -04:00
WayofTime bafbd0b076 Added more blocks for Yulife to bang his head against 2016-09-04 10:04:46 -04:00
WayofTime 4174be42b0 Added some Demon Will blocks for Yulife to peruse - more coming 2016-09-04 09:50:34 -04:00
Yulife 2c4aac9beb Folder 2016-09-04 10:42:21 +02:00
Yulife a40084ebbb Dungeon Blocks 2016-09-04 10:42:21 +02:00
WayofTime 0bc3824814 Added the Living Armour Upgrade, Nocturnal Prowess, which gives night vision in dark areas and increases damage while the area is dark 2016-09-03 11:17:36 -04:00
WayofTime 0a2074c110 More testing (successful!) with loot tables! 2016-09-02 11:52:16 -04:00
WayofTime 99a4ac4fb3 Added a test loot table for later testing. Also fixed a small issue in the Routing Node documentation. 2016-09-02 11:36:28 -04:00
Nicholas Ignoffo 59135f5142 Add support for Buttons
Currently just a "Fill network" button
2016-09-01 19:33:49 -07:00
Nicholas Ignoffo 44cf949e91 Add Curse badge to README 2016-08-31 22:28:16 -07:00
Nicholas Ignoffo 58150ab075 Fix reading dungeon files (#899)
Now requires new rooms to be registered in `resources/assets/bloodmagic/schematics/Schematics.json`. This *can* be overwritten by a resource pack, so adding new rooms is still possible. Also allows sub-folders, so sorting rooms is now possible (sort by themes maybe?)
2016-08-31 20:32:31 -07:00
WayofTime 5a44ac53e0 Temporarily removed the dungeon stuff so that it doesn't crash. 2016-08-31 21:05:29 -04:00
WayofTime 8df391a2b7 Prepping a small bit before working on the Tether - final push before build -57. 2016-08-31 18:41:32 -04:00
WayofTime 4080a6add8 Satisfied @Vazkii 's BIZARRE OCD 2016-08-31 16:56:25 -04:00
WayofTime fd684588d4 Further improved the routing GUI by allowing an amount to be typed into the amount bar 2016-08-31 16:19:20 -04:00
WayofTime 4a21e6cbf0 Updated the toggleable sigils so they drain the user's LP based on the user's total ticks existed instead of the world time. This is to solve the doDaylightCycle glitch in this scenario.
Also further tweaked the Routing Node GUI
2016-08-31 11:45:25 -04:00
WayofTime 78c7a63190 Expanded the size of the Routing GUI and moved the buttons over to the right. Future movement is planned. 2016-08-31 08:30:35 -04:00
WayofTime 5b13be4965 Disabled the cobblestone ritual 2016-08-31 08:12:50 -04:00
WayofTime 3d372d18e3 Removed the Master Routing Node GUI. 2016-08-31 07:27:11 -04:00
WayofTime 3e7187610a Further un-stupified the routing GUI. 2016-08-31 07:26:22 -04:00
WayofTime 413b150142 Updated the Filtered Item Routing Nodes' GUI so that it behaved less like ass. Also added the necessary nbt porting code. 2016-08-30 21:12:40 -04:00
WayofTime 7d690ad598 Generalized the demon entity AI logic. Also improved the behaviour of the mimic entities. 2016-08-29 18:56:21 -04:00
qianzha 043c4cab6a Update zh_CN.lang (#893) 2016-08-27 22:48:49 -07:00
Nicholas Ignoffo 3a26dbb567 Move guide recipe registration to Mod mapping
The guide's index after loading a world may not be the same as the guide's index at preInit.

In the 1.10 version of GuideAPI, there is a `setMappingFunction(Function<Book, Void>)` method that will clean this up.
2016-08-26 19:03:43 -07:00
Nicholas Ignoffo ffeb0309a8 Fix Elytra upgrade causing server to think you're always flying (#780) 2016-08-26 18:10:33 -07:00
WayofTime 95983732b1 Fixed #792. 2016-08-26 20:57:32 -04:00
Nicholas Ignoffo 5240755a05 Rewrite keybinding system
@Arcaratus, I don't even know what you were thinking with that...

I'm still not happy with IKeybindable, but the system is at least better than it was
2016-08-26 15:56:32 -07:00
WayofTime 4c514224d5 SUPPOSEDLY fixed 1.9.4 compat again. >.> 2016-08-26 18:40:15 -04:00
WayofTime f998481329 Fixed 1.9.4 compat. 2016-08-26 18:14:04 -04:00
Nicholas Ignoffo 280340182d Fix Draft of Angelus not using Ore Dictionary (#890) 2016-08-26 15:10:45 -07:00
WayofTime b422e00019 Fixed SILLY rendering errors with the Mimic 2016-08-26 17:11:03 -04:00
WayofTime 215b337f71 Added peaceful-friendly settings for the Sentient Mimics 2016-08-26 17:01:34 -04:00
WayofTime fc6f99df75 Set it so that clicking on a mimic block that has a potion set to it on different sides will allow the person to set the player detection radius, potion spawn radius, and potion spawn intervals.
Also made it so that you can set the player detection of the sentient mimic blocks.
2016-08-26 15:53:58 -04:00
Nicholas Ignoffo 89ec81a78b Register and localize the keybinds
Forgot that
2016-08-25 23:43:17 -07:00
Nicholas Ignoffo da2120434d Keybind for Holding Sigil cycling
For those 3 weird people who don't have a scroll wheel in 2016.
2016-08-25 23:35:26 -07:00
WayofTime 166b629ccb Players in creative can add a potion to the mimic block, which causes them to drop potions from them... >:D Needs tweaking to be more configurable. 2016-08-25 21:07:09 -04:00
WayofTime 42d2c454f8 Changed the Demon Will Aura Gauge so it refreshes based on the player's ticks existed 2016-08-24 22:10:12 -04:00
WayofTime 8a94dd8acd Mimic entities will spawn when the player can see their block and they are within 5 blocks (mimics with inventories only spawn on interacting with them). 2016-08-24 17:06:24 -04:00
WayofTime 421aa77c02 Worked on mimic spawning and death - needs some adjustments 2016-08-23 19:41:05 -04:00
WayofTime 1adbe04ab8 Made it so that replaced chests from mimics keep their inventory and when broken will drop their inventory. 2016-08-23 17:53:33 -04:00