Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcox06/forge-1.19-test
Just a ForgeMod that adds a few blocks.
https://github.com/jcox06/forge-1.19-test
Last synced: 7 days ago
JSON representation
Just a ForgeMod that adds a few blocks.
- Host: GitHub
- URL: https://github.com/jcox06/forge-1.19-test
- Owner: JCox06
- Created: 2022-10-25T19:20:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T20:45:17.000Z (about 2 years ago)
- Last Synced: 2023-08-13T19:25:47.656Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forge-1.19-Test
I want to get into Minecraft forge modding. This project is where I will be testing around with forge.
The main mod class is called ItemTest.java (now looking back, probably not the best name)
All data generation is done apart from lang (because I find it easier to manually write the JSON file) and loot tables (I have not got round to implementing data generation for loot tables)
I used the Forge Forums and mainly Jorrit Tyberghein (Youtube) for help using forge
Thanks!