Commit Graph

41 Commits

Author SHA1 Message Date
Flotschispielt
9bd333d74f Fixed EnergyStorage Bug and implemented it with directional energy extraction 2026-02-13 22:17:46 +01:00
Flotschispielt
ba5f5e11b4 Added Interaction for EnergyStorages 2026-02-08 16:08:29 +01:00
b085d8b6ad Improved ChunkSafeBlockAround 2026-02-08 16:06:24 +01:00
96dee9509b removed IsEndless 2026-02-08 14:38:48 +01:00
f45043f571 Removed unnecessary Data structures, parameters and imports 2026-02-08 14:24:18 +01:00
051940b64b Working Energy Transmission 2026-02-08 14:16:11 +01:00
3950bdab08 Added Somewhat functional Transmission between storages 2026-02-08 02:00:22 +01:00
Flotschispielt
59e8fc1734 Merge remote-tracking branch 'origin/main' 2026-02-07 19:31:52 +01:00
Flotschispielt
7b6fc8ce02 Added EnergyStorage Model and added it to the game 2026-02-07 19:31:44 +01:00
5380b275a8 Added Dispatcher for SourceTicking 2026-02-07 18:55:14 +01:00
Flotschispielt
2e3feb5c61 Merge remote-tracking branch 'origin/main' 2026-02-07 17:58:55 +01:00
Flotschispielt
837d7ceb02 Implemented all required Components 2026-02-07 17:58:13 +01:00
a979a77e3e Improved CubeAround and added setBlockRefTicking 2026-02-07 16:29:30 +01:00
Flotschispielt
9aea3a3e83 added model into asset editor 2026-02-07 14:34:18 +01:00
Flotschispielt
0f496ca03f Merge branch 'main' of https://github.com/KainTim/hytale-solar-cell-plugin 2026-02-07 13:11:53 +01:00
75900d50f9 Implemented transfering between two Solarpanels 2026-02-07 01:58:54 +01:00
486254b6dd Added SolarCell Ticking System 2026-02-07 00:24:59 +01:00
Flotschispielt
2ccc7ba5e3 added first version of solar panel model 2026-02-06 18:16:38 +01:00
6fc02d82b4 Added SolarCellInitializer 2026-02-06 18:14:31 +01:00
4cb965adb9 Added Interfaces and SolarCellComponent 2026-02-06 17:42:04 +01:00
2370f624c7 Add World destruction 2026-02-06 13:31:34 +01:00
790012e4c4 Added Logging for what kind of components a chunk reference has 2026-02-05 23:48:37 +01:00
63482565c5 Run Workflow 2026-02-05 22:23:17 +01:00
66fb1d619c Add Energy Storage as dependency 2026-02-05 22:10:07 +01:00
5ed67d4e0d Updated Manifest and Package names
# Conflicts:
#	src/main/java/org/KaiFlo/SolarCell/ExamplePlugin.java
#	src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java
#	src/main/java/org/example/plugin/ExamplePlugin.java
2026-02-05 22:02:17 +01:00
6f20b8268b Updated Manifest and Package names 2026-02-05 21:58:32 +01:00
14012dbb2a Remove old Plugin 2026-02-05 21:50:49 +01:00
Britakee
0036b323ac Update README.md 2026-01-25 21:49:44 +01:00
Britakee
51a96d77e5 Merge branch 'main' of https://github.com/realBritakee/hytale-template-plugin 2026-01-25 21:48:12 +01:00
Britakee
637408fa09 Merge branch 'fix-assets' of https://github.com/CodyAdam/hytale-template-plugin 2026-01-25 21:47:55 +01:00
Britakee
39a048c352 Merge pull request #18 from realBritakee/Avellea-main
Avellea main
2026-01-25 21:45:12 +01:00
Britakee
1cf2fe39fe Merge branch 'fix-assets' of https://github.com/CodyAdam/hytale-template-plugin into Avellea-main 2026-01-25 21:43:05 +01:00
Britakee
b8aa5e265e Merge branch 'main' of https://github.com/Avellea/hytale-template-plugin into Avellea-main 2026-01-19 04:06:00 +01:00
Britakee
7a3993766d Revamp README with improved setup and usage instructions
The README has been rewritten for clarity and ease of use, providing step-by-step setup, authentication, development, and troubleshooting instructions. It now includes clearer prerequisites, quick start, asset bundling, build instructions, and links to full documentation, making it more accessible for new users.
2026-01-16 13:57:37 +01:00
Britakee
082aa83ba9 Clarify HytaleServer run configuration instructions
Updated the README to provide clearer steps for selecting and starting the HytaleServer run configuration, specifying the dropdown location and play button.
2026-01-16 13:46:20 +01:00
Britakee
41dd40e48b Migrate to new Hytale plugin template structure
Replaces the previous Kotlin-based Gradle build and template files with a new Java-based Gradle build system and updated example plugin code. Removes old build scripts, plugin template, and configuration, and introduces a new ExamplePlugin with updated manifest, command, and recipe example. Updates documentation and project configuration to match the new structure and usage.
2026-01-16 07:24:15 +01:00
Avellea
f1a44f2a21 [FIX] Modify template for release Hytale 2026-01-15 10:17:41 -06:00
Cody Adam
2e98ce8457 fix: update paths for Hytale server and assets in build configuration
Adjusted the paths in build.gradle.kts to reference the correct locations for HytaleServer.jar and Assets.zip. Updated README to reflect changes in the server's mods folder instead of plugins folder for clarity.
2026-01-14 10:28:58 +01:00
Cody Adam
b7b84b47ba feat: allow to pass in relative paths for input files and add assets file 2026-01-13 18:48:52 +01:00
Britakee
4f7cabf1d1 Update server testing instructions and placeholder JAR URL
Expanded README with detailed usage instructions and features for the Run Hytale Server Gradle plugin. Updated build.gradle.kts to use a Paper server JAR as a placeholder for testing the runServer functionality.
2026-01-09 20:11:45 +01:00
Britakee
0dc5695def Initial project setup with Hytale plugin template
Add a minimal, ready-to-use Hytale plugin template including Gradle build scripts, GitHub Actions CI workflow, example plugin class, configuration and manifest files, and supporting documentation. This setup provides modern build tooling, automated server testing, and best practices for plugin development.
2026-01-09 20:08:26 +01:00