Commit Graph

37 Commits

Author SHA1 Message Date
9470faafac Updated .gitignore 2022-01-12 17:25:17 +00:00
85cb9c653d Added new RecipeUpdateEventHandler for refreshing recipe list when config file changes. 2022-01-12 17:20:33 +00:00
caf5d4037f Removed unused Client and Common configs. Removed future totems for now. Updated TotemConfig class. 2022-01-12 17:20:06 +00:00
3097334020 Removed unused items for now. 2022-01-12 17:19:12 +00:00
db255f99a6 Removed config options. 2022-01-12 17:18:54 +00:00
69a84bb8fe Disabled not used recipes temporarily. 2022-01-12 17:18:06 +00:00
9cb6ccf8cd Created new StrawTotemItem. 2022-01-12 17:17:18 +00:00
517162fa4b Optimized imports. 2022-01-12 17:16:23 +00:00
ff79d89481 Changed capitalization of item names and added entry for item group. 2022-01-12 17:15:23 +00:00
a0d160a056 Generated resources changed. 2022-01-12 17:14:46 +00:00
6f0f287dd5 Added back register method. 2022-01-09 19:28:34 +00:00
c91add1e80 Started rewrite. 2022-01-09 19:27:13 +00:00
06f28a4c94 Created default item group. 2022-01-09 19:26:38 +00:00
635d69a7ca Moved config initialization before registration. 2022-01-09 19:26:07 +00:00
50474bf894 Started implementing config files for totems. 2022-01-09 19:25:43 +00:00
eb9e7d5e5c Deleted old code. 2022-01-09 19:25:14 +00:00
582c8d4bd4 Created helper method for creating deferred registers. Changed variables to use camelCase. 2021-11-21 14:17:52 +00:00
d4cb7d7499 Changed variables to use camelCase. 2021-11-21 14:17:07 +00:00
4df5c42ff0 Removed constructor, changed variable names to use camelCase. 2021-11-21 14:16:14 +00:00
de7e1b2427 Moved networking into its own class. 2021-11-21 09:52:59 +00:00
749f6d2e30 Created template for Config. 2021-11-21 09:52:14 +00:00
7bf2815657 Cleaned up TotemOfReviving by moving most setup code to the new SideProxy. 2021-11-21 09:51:33 +00:00
3708d49755 Updated mappings (back) to official. 2021-11-21 07:48:12 +00:00
d61eabd754 Cleanup build.gradle. Added JEI as dependency. Changed mappings channel to official. 2021-11-21 07:46:55 +00:00
396db31fef Included version in gradle project name. 2021-11-20 22:14:34 +00:00
08c0e8809a Changed groupId to dev.micle from com.micle. Updated code to match new MCP mappings. 2021-11-20 22:13:55 +00:00
73e7c56f19 Restructured project and repo. 2021-11-20 21:52:06 +00:00
4332e9eaac Fixed amplifier and duration of poison afflicted from straw totem to balance it better. forge-1.16.4-1.1.1 forge-1.16.5-1.1.1 2021-06-01 23:58:16 +01:00
34557c3e83 Straw totem fail chance decreases upon successful revival.
Failed attempts with the straw totem now apply poison instead of damaging the player.
2021-06-01 23:45:30 +01:00
2c1ec3e7ac Fixed Straw totem description formatting. forge-1.16.4-1.1.0 forge-1.16.5-1.1.0 2021-05-29 21:44:32 +01:00
5df300dfa6 . 2021-05-29 21:42:46 +01:00
644a1634e5 Changed Straw totem base fail chance from 35 to 45. 2021-05-29 21:39:10 +01:00
3286c59fe8 Changed Straw totem base fail chance from 50 to 35.
Changed fail chance increase when failed charging from variable to static 5.
Changed conditions for failing a revive with the straw totem. The totem no longer gets destroyed and instead uses up the required charges and fail chance gets reset by the required charge amount.
2021-05-29 21:36:20 +01:00
fecf3e5895 Changed color of feedback messages from blue and aqua to gray and dark gray.
Added a check in C2SRequestPlayerRevive and C2SRequestTotemCharge to check if the totem is a straw one and to do the correct fail chance check.
Added functionality to the Straw Totem.
Added an onCraftedBy override for the normal totem in case.
Fixed a small error caused by right-clicking with any totem when no target was selected.
Created extra Utils functions for random numbers in a range.
2021-05-29 21:09:49 +01:00
2274056c04 Started working on two new items: Straw totem and straw charge.
Added textures, crafting recipes and lang file entries.
Items are basic and don't do anything yet
2021-05-29 19:20:54 +01:00
107eb688eb Fixed double packet sending on single-player and LAN worlds. forge-1.16.4-1.0.0 forge-1.16.5-1.0.0 2021-05-29 17:14:49 +01:00
439440767d Version 1.0 2021-05-29 16:01:58 +01:00