Skip to content

RasmusBeck/Renkin42SWT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renkin42SWT

This is the source code of a mod for Minecraft Forge which primarily adds a variety of throwable items to the game, among other things. For more details, see one of these pages:

Minecraft Forums Page | Curse(Download) Page

This source code is provided primarily as a resource to fellow modders, though I also use the code as a starting point to ask others for help, as I am by no means an experienced modder. Please be aware that for versions prior to 1.7, the file structure of this repository is not accurate. 1.6 and 1.5 did not use a src/main/java and /resources setup. I've simply done this so changes are visible across versions.

How can I Help?

My biggest need right now is translated .lang files. However, any code improvements are greatly appreciated. This repository should be ready to clone to a Forge Gradle installation, but you're on your own as far as how to accomplish that.

The lang files, though, can be done right here in GitHub. Just swtich to the 'unreleased' branch and navigate to src/main/resources/assets/renkin42swt/lang and create a new file. name it something like aa_AA.lang (aa_AA should be replaced with the appropriate name from Minecraft's assets folder). Copy the contents of en_US.lang into it and edit all the stuff on the right side of the '='. Then just commit it.

About

Repository for all versions of my Stuff Worth Throwing mod for Minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Groovy 1.0%