|
c9fcce403d
|
Implemented reviving.
|
2022-01-16 20:49:39 +00:00 |
|
|
6e9e46e516
|
Added new config option for being able to revive targets across dimensions.
|
2022-01-16 20:49:20 +00:00 |
|
|
aeef78f910
|
Added missing model for the straw charge item.
|
2022-01-16 20:48:52 +00:00 |
|
|
efa7c16be4
|
Added totem charging functionality to StrawTotemItem. Changed getMaxCharge() method to be global.
|
2022-01-16 19:47:41 +00:00 |
|
|
151828e474
|
Optimized imports.
|
2022-01-16 19:46:01 +00:00 |
|
|
3395810362
|
Implemented totem charging.
|
2022-01-16 19:45:46 +00:00 |
|
|
1067cb3a9a
|
Implemented target changing on totems.
|
2022-01-16 17:51:21 +00:00 |
|
|
861998df1b
|
Added straw charge item.
|
2022-01-16 17:50:55 +00:00 |
|
|
811b993409
|
Removed old unused recipe field.
|
2022-01-16 16:51:52 +00:00 |
|
|
e0b25a31b2
|
Updated generated data.
|
2022-01-16 16:50:16 +00:00 |
|
|
d3613c5eda
|
Changed SIDE_PROXY to PROXY and type ISideProxy.
|
2022-01-16 16:48:53 +00:00 |
|
|
b1975e912e
|
Made Straw totem use new Extended Recipe builder. Created ModRecipes and registering new TOTEM_RECIPE serializer. Removed old events from Registration and added RECIPE_SERIALIZERS. Created new TotemRecipe for totem items.
|
2022-01-16 16:48:07 +00:00 |
|
|
350176d6f9
|
Created an ExtendedShapedRecipe and Builder.
|
2022-01-16 16:46:37 +00:00 |
|
|
b06b88780f
|
Removed old packet class.
|
2022-01-16 16:46:02 +00:00 |
|
|
6ecf7c414d
|
Removed old way of updating recipes based on config reload. Reason: doesn't work on server.
|
2022-01-16 16:45:27 +00:00 |
|
|
288a034d63
|
Fixed low limit for network versions. Fixed exception when mod version is NONE.
|
2022-01-16 13:58:00 +00:00 |
|
|
62abe17ad4
|
Fixed getVersion not returning the version.
|
2022-01-16 13:56:47 +00:00 |
|
|
73ed4ff729
|
Updated forge 36.2.16 -> 26.2.20.
|
2022-01-16 13:41:22 +00:00 |
|
|
e6dcde1caa
|
Registered new packet in channel.
|
2022-01-16 13:34:37 +00:00 |
|
|
b7d29ecf27
|
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 |
|
|
438d543283
|
Created packet for updating recipes.
|
2022-01-16 13:33:17 +00:00 |
|
|
2667cdd658
|
Initializing Network class.
|
2022-01-16 13:08:52 +00:00 |
|
|
bb455e3d44
|
Created initial Network class with version checking.
|
2022-01-16 13:08:24 +00:00 |
|
|
78636c242d
|
Created MismatchedVersionException.
|
2022-01-16 13:08:17 +00:00 |
|
|
1ca4de1f4a
|
Added method for getting the mod version.
|
2022-01-16 13:07:29 +00:00 |
|
|
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 |
|