Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 2.58 KB

README.md

File metadata and controls

73 lines (54 loc) · 2.58 KB

RiceCraftingTable

Contents

About

This mod adds a 9x9 crafting table and it's based on Avaritia for 1.7.10.

Contacts

Downloads

Downloads located on CurseForge.

Issues

If you found any bug on this mod please report it:

  1. Make sure your issue hasn't already been fixed and that it hasn't been reported it
  2. Go to the issues page and click new issue
  3. Enter your a title of your issue (something that summarizes your issue), and then create a detailed description of the issue.
    • Do not tag it with something like [Feature] or [Bug]. When it is applicable, we will take care of it.
    • The following details are required.
      • Forge version
      • RiceCraftingTable version
      • Crash log(Please usepastebin)
        • Post the full log.
      • Other mods and their version, when reporting an issue between RiceCraftingTable and some other mod
        • Also consider updating these before submitting a new issue, it might be already fixed
      • A detailed description of the bug or feature
    • Also give these informations:
      • What was expected?
      • How to reproduce the problem?
      • Server or Client side
      • Screen shots or Pictures of the problem
      • Mod Pack using and version?
        • The modpack might be using an outdated version of the mod. If so you should report to the Modpack author instead
  4. Click Submit New Issue!

Contribution

Contribution can be done by pull requesting

How to:

  1. Fork this repo
  2. Clone the fork via
  • SSH git clone [email protected]:<your username>/RiceCraftingTable.git or
  • HTTPS git clone https://github.com/<your username>/RiceCraftingTable.git
  1. Change code base
  2. Add changes to git git add -A
  3. Commit changes to your clone git commit -m "<summary of changes made>"
  4. Push to your fork git push
  5. Create a Pull-Request on GitHub
  6. Wait for review

Credits