All Projects → AgriCraft → Agricraft

AgriCraft / Agricraft

Licence: mit
The source code for the Minecraft mod: AgriCraft

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Agricraft

Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-90.62%)
Mutual labels:  minecraft, mod, forge, minecraft-mod, minecraft-forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+161.25%)
Mutual labels:  minecraft, mod, forge, minecraft-mod, minecraft-forge
Equivalent Exchange 3
Stars: ✭ 727 (+354.38%)
Mutual labels:  minecraft, mod, forge, minecraft-mod, minecraft-forge
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (-25.62%)
Mutual labels:  minecraft, mod, forge, minecraft-mod, minecraft-forge
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-91.87%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (-8.75%)
Mutual labels:  minecraft, mod, forge, minecraft-mod
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (-60%)
Mutual labels:  minecraft, mod, forge, minecraft-forge
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-90.62%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
relics
No description or website provided.
Stars: ✭ 24 (-85%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-73.75%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
FrogCraft-Rebirth
A standalone rewrite of FrogCraft, an IC2 Addon with theme of chemical industry, starting from scratch.
Stars: ✭ 27 (-83.12%)
Mutual labels:  minecraft, mod, minecraft-mod, minecraft-forge
Cc Tweaked
Just another ComputerCraft fork
Stars: ✭ 331 (+106.88%)
Mutual labels:  minecraft, forge, minecraft-mod, minecraft-forge
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-86.25%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (-76.87%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
MrCrayfishGunMod
A Minecraft Mod focused on adding fun and simple weapons wtih lots of customisation including attachments and more!
Stars: ✭ 132 (-17.5%)
Mutual labels:  forge, mod, minecraft-mod, minecraft-forge
Loot-Slash-Conquer-Pre1.14
An immersive, action-RPG mod based on Hack/Mine.
Stars: ✭ 17 (-89.37%)
Mutual labels:  minecraft, mod, minecraft-mod, minecraft-forge
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+590%)
Mutual labels:  minecraft, mod, forge, minecraft-forge
Armourers Workshop
Minecraft armour customization mod.
Stars: ✭ 92 (-42.5%)
Mutual labels:  minecraft, mod, minecraft-mod, minecraft-forge
Antiqueatlas
A Minecraft mod that adds a fancy interactive map item.
Stars: ✭ 110 (-31.25%)
Mutual labels:  minecraft, mod, minecraft-mod
Viafabric
Client-side and server-side ViaVersion implementation for Fabric
Stars: ✭ 115 (-28.12%)
Mutual labels:  minecraft, mod, minecraft-mod

AgriCraft branch build coverage curse

Agricultural farming extended.

Contact contact

I have a Discord channel where you can contact me for support/suggestions which you don't think fit on this issue tracker. Also if you want to discuss something with me, this is the place to be!

Supported Versions

AgriCraft has releases for Minecraft versions 1.7.10 and onwards, status per Minecraft version is as follows:

Version Notes
1.7.10 No more work will be done on 1.7.10 by InfinityRaider or RlonRyan, if you want to maintain 1.7.10, contact us on Discord
1.8.9 The 1.8.9 branch was highly experimental and the rendering is one big hack. Don't expect anything.
1.9 Skipped 1.9, as it was an incredibly short-lived release.
1.10 Port finished, but not moved out of alpha.
1.11 Skipped 1.11.
1.12 Port in progress.

Bug Reports bug

Please report any and all bugs you might encounter while playing with this mod (this only applies to versions of Minecraft this mod is currently being developed for). Suggestions are also welcome. However before reporting a bug please update to the latest version of the mod to see if it still persists. If you want to post bug reports for older versions, make sure to tell me what version you are using and the version of Forge you are using. If you report a bug and I request more feedback, the label 'Awaiting reply' will be added, if I have had no response for 5 days after adding that label, the issue will be closed.

Technical Documentation wiki

AgriCraft is documented in the official GitHub wiki. Note that this kind of information is, most of the time, only needed by pack creators and not the average user.

Compilation Notes

The latest versions of ForgeGradle require some tweaking to get builds working. The two most important things to note are as follows:

  1. ForgeGradle does not like JDKs newer than JDK8. To develop install openjdk8, and update gradle.propeties to contain the following:
org.gradle.java.home = C:\\Program Files\\AdoptOpenJDK\\jdk-8.0.275.1-hotspot
  1. The default JVM heap size is too small to handle decompilation of MineCraft. Builds fail without increasing the heap size that Gradle allocates for the build. Update gradle.propeties to contain the following:
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G

Note: We do not provide a default gradle.properties file as it is discouraged by the Gradle documentation, given that the file may contain maven login information and the likes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].