Go to file
Jkibbels 3795875cdf [5] Initial implementation of some attribute stuff. Nothing in this commit actually works but the game still launches! Will need to move item and armor stuff to a more generic file as well to make it less unique so it can be used broadly. Directory structure extended to add items and resources
[5] **WORKING** add custom item and item group to game. primarily metaljacket items not added yet - but example item works.

[5] initial add of custom blocks

[5] Made adding blocks more dynamic - tested to work

[5] Fixed metal jacket armor & created correct texture files to not break game. TEXTURES ARE RANDOM ON WEARING AS I DONT HAVE AN ACTUAL TEXTURE YET

[5] Started attribute tree stuff

[5] end of day commit. **NOT WORKING**

[5] First successful attribute write using test commandsgit br
2024-09-01 00:15:11 -04:00
.github/workflows Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
gradle/wrapper Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
src [5] Initial implementation of some attribute stuff. Nothing in this commit actually works but the game still launches! Will need to move item and armor stuff to a more generic file as well to make it less unique so it can be used broadly. Directory structure extended to add items and resources 2024-09-01 00:15:11 -04:00
.gitattributes Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
.gitignore Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
build.gradle Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
gradle.properties Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
gradlew Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
gradlew.bat Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
LICENSE Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00
settings.gradle Basic working project using OPENJDK 21 (jdk 21 for windows) and Minecraft 1.20 - requires java extension packs in vscode 2024-07-22 18:17:04 -04:00