Commit Graph

50 Commits

Author SHA1 Message Date
6e761cae67 Created an ExtendedShapedRecipe and Builder. 2022-01-16 16:46:37 +00:00
c60c54b6d7 Removed old packet class. 2022-01-16 16:46:02 +00:00
a756a12c48 Removed old way of updating recipes based on config reload. Reason: doesn't work on server. 2022-01-16 16:45:27 +00:00
612f983343 Fixed low limit for network versions. Fixed exception when mod version is NONE. 2022-01-16 13:58:00 +00:00
8e36005bcf Fixed getVersion not returning the version. 2022-01-16 13:56:47 +00:00
b737ae487d Updated forge 36.2.16 -> 26.2.20. 2022-01-16 13:41:22 +00:00
b84c1dadc9 Registered new packet in channel. 2022-01-16 13:34:37 +00:00
c12c6dd462 Renamed RecipeUpdateEventHandler to UpdateRecipesEventHandler. Added method for mod config reload event on server-side to send packet to client. 2022-01-16 13:34:18 +00:00
0bacbb713e Created packet for updating recipes. 2022-01-16 13:33:17 +00:00
bfd7fb3c40 Initializing Network class. 2022-01-16 13:08:52 +00:00
e2acb573f5 Created initial Network class with version checking. 2022-01-16 13:08:24 +00:00
d2145b0095 Created MismatchedVersionException. 2022-01-16 13:08:17 +00:00
53e4099a30 Added method for getting the mod version. 2022-01-16 13:07:29 +00:00
0a474b1b7c Updated .gitignore 2022-01-12 17:25:17 +00:00
c4ae2ccbd3 Added new RecipeUpdateEventHandler for refreshing recipe list when config file changes. 2022-01-12 17:20:33 +00:00
9cbc63338f Removed unused Client and Common configs. Removed future totems for now. Updated TotemConfig class. 2022-01-12 17:20:06 +00:00
3ee943c908 Removed unused items for now. 2022-01-12 17:19:12 +00:00
96d0af4ff6 Removed config options. 2022-01-12 17:18:54 +00:00
415b9dfa7d Disabled not used recipes temporarily. 2022-01-12 17:18:06 +00:00
9739f75516 Created new StrawTotemItem. 2022-01-12 17:17:18 +00:00
65ab8ed292 Optimized imports. 2022-01-12 17:16:23 +00:00
f3deb1b950 Changed capitalization of item names and added entry for item group. 2022-01-12 17:15:23 +00:00
97a406ae25 Generated resources changed. 2022-01-12 17:14:46 +00:00
d93d8c42e7 Added back register method. 2022-01-09 19:28:34 +00:00
03dcdb1223 Started rewrite. 2022-01-09 19:27:13 +00:00
b6fd8fd130 Created default item group. 2022-01-09 19:26:38 +00:00
1e6d52eaa7 Moved config initialization before registration. 2022-01-09 19:26:07 +00:00
78eaabc0d3 Started implementing config files for totems. 2022-01-09 19:25:43 +00:00
1c75dcbd28 Deleted old code. 2022-01-09 19:25:14 +00:00
f5a57a756f Created helper method for creating deferred registers. Changed variables to use camelCase. 2021-11-21 14:17:52 +00:00
0d55d23508 Changed variables to use camelCase. 2021-11-21 14:17:07 +00:00
c68c7a3c52 Removed constructor, changed variable names to use camelCase. 2021-11-21 14:16:14 +00:00
de06050fac Moved networking into its own class. 2021-11-21 09:52:59 +00:00
2fe110cec5 Created template for Config. 2021-11-21 09:52:14 +00:00
1b7e8c05a2 Cleaned up TotemOfReviving by moving most setup code to the new SideProxy. 2021-11-21 09:51:33 +00:00
570a9288d4 Updated mappings (back) to official. 2021-11-21 07:48:12 +00:00
66bc8a0acd Cleanup build.gradle. Added JEI as dependency. Changed mappings channel to official. 2021-11-21 07:46:55 +00:00
dec7842d68 Included version in gradle project name. 2021-11-20 22:14:34 +00:00
526b355cfd Changed groupId to dev.micle from com.micle. Updated code to match new MCP mappings. 2021-11-20 22:13:55 +00:00
f97a0433c3 Restructured project and repo. 2021-11-20 21:52:06 +00:00
1caa099a75 Fixed amplifier and duration of poison afflicted from straw totem to balance it better. 2021-06-01 23:58:16 +01:00
f47e18bb51 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
be0987273a Fixed Straw totem description formatting. 2021-05-29 21:44:32 +01:00
f8048932e3 . 2021-05-29 21:42:46 +01:00
a025284051 Changed Straw totem base fail chance from 35 to 45. 2021-05-29 21:39:10 +01:00
e076977400 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
d54cc74d14 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
2674bbb9b6 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
7ce0fc5b3a Fixed double packet sending on single-player and LAN worlds. 2021-05-29 17:14:49 +01:00
d1b2a83b92 Version 1.0 2021-05-29 16:01:58 +01:00