Skip to content

This is a base mod (proxies registry and main class)

Notifications You must be signed in to change notification settings

Kazuya79/Base-Mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base-Mod

  • To make a basic mod
  • Clone this repo
  • install the latest forge mdk
  • run ./gradlew setupDecompWorkspace
  • run ./gradlew eclipse or ./gradlew idea depending on your ide
  • change the mod name from base mod
  • add items and blocks in the registry using the example
  • add custom blocks and items in the correct package (making sure they implement IHasModel)
  • test your mod
  • run ./gradlew build and the mod will be in dir/build/libs/<modname>.jar

About

This is a base mod (proxies registry and main class)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages