https://github.com/jcox06/farmingri
A Mod for Minecraft I am working on as a personal project. It's meant to be an improved version of a farming mod I made a couple of months ago
https://github.com/jcox06/farmingri
Last synced: 3 months ago
JSON representation
A Mod for Minecraft I am working on as a personal project. It's meant to be an improved version of a farming mod I made a couple of months ago
- Host: GitHub
- URL: https://github.com/jcox06/farmingri
- Owner: JCox06
- License: mit
- Created: 2023-08-13T16:27:19.000Z (almost 2 years ago)
- Default Branch: mc-1.20.1
- Last Pushed: 2023-09-02T12:10:16.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T23:42:24.731Z (5 months ago)
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Farming Ri:
Version `1.20.1-0.0.0.2` Built against Forge: `47.1.43` FML Version range: `47+`
- - -This is just a personal hobby I am currently working on, partly to get better at Java and Forge and also learn about farming.
## What is FarmingRi ?
FarmingRi is a Minecraft Forge Mod that aims to rework some vanilla farming mechanics
and instead provides a more realistic, technological, and sometimes a futuristic and mythical approach like that of modern day farming.While not trying to be completely realistic, it instead builds on the core concepts used in farming today.
For example, this means instead of using a combine to thresh the wheat, the threshing process can be
placed in a block.Another example would be creating hay bales. In FarmingRi to create hay bales all you need are the
ingredients and a crafting table, as you can see, this is not very representative of real life, but the
concept is the same.## Current Notes
- Instead of using the built-in recipe manager, I am currently using a Hashmap to store the recipes. This is a temporary solution and I aim to change this as soon as possible.
- There are quite a few blocks that are currently non-functional.