Skip to content

Commit

Permalink
Merge branch 'Experimental/Multi-Version-project'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePandaOliver committed Aug 23, 2024
2 parents 1d84cab + c957f77 commit 5644238
Show file tree
Hide file tree
Showing 78 changed files with 2,889 additions and 588 deletions.
32 changes: 17 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
.gradle/
build/
*.ipr
gradle/wrapper/gradle-wrapper.jar

build.properties
.architectury-transformer

### Minecraft ###
run/
*.iws
out/
*.iml
.gradle/
output/
bin/
libs/

.classpath
.project
### IntelliJ IDEA ###
.idea/
classes/
.metadata
.vscode
.settings
*.launch
*.iml
*.ipr
*.iws

### Java ###
hs_err_*.log
replay_*.log
*.hprof
*.jfr
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Changelog 0.4.2 Beta
* **Bug Fixes**
* The shared code between Forge, Fabric, and Neoforge is now shipped correctly.
3 changes: 0 additions & 3 deletions Changelog.md

This file was deleted.

9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
This Library was created to easily share code between The Panda Oliver's mods.

### Current Features:
- Embedded Joml for 1.19.2
- Config API
- Automatic Config synchronisation

Expand All @@ -25,8 +26,12 @@ If you have any of your own questions, please leave them [here](https://github.c
You can also join my [Discord](https://discord.gg/wjPt4vEfXb)

---
### Do you need a cheap Minecraft server and want to support me, click the banner below and sign up, you can also use my code to get 15% off you first month at Kinetic Hosting.
[![](https://github.com/PandaDap2006/PandaDap2006/blob/main/assets_for_readme/kinetic_hosting_banner.png?raw=true)](https://billing.kinetichosting.net/aff.php?aff=476)
## Support me
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S0WO38H)

You can also support me by clicking the link below and signing up, every purchased server will help support me and the development of my mods.
![Partner Banner](https://github.com/PandaDap2006/PandaDap2006/blob/main/assets_for_readme/kinetic_hosting_banner_v2.png?raw=true)
**[Sign up](https://t.ly/B1Kui)**

## License
The project is licensed under the GNU GPLv3
206 changes: 0 additions & 206 deletions build.gradle

This file was deleted.

Loading

0 comments on commit 5644238

Please sign in to comment.