promotional bannermobile promotional banner

Farming for Blockheads

Adds a seed market with a search bar and a scrolling grid, and more farming utilities.

File Details

FarmingForBlockheads_1.14.4-5.3.1.jar

  • R
  • Dec 30, 2019
  • 249.43 KB
  • 99.8K
  • 1.14.4

File Name

FarmingForBlockheads_1.14.4-5.3.1.jar

Supported Versions

  • 1.14.4

Hotfixed markets being empty and datapack crash due to failed initialization of the MarketRegistry.json file

 

Fixed crash when right-clicking something other than farmland with fertilizer

Added support for BiomesOPlenty and Simple Farming

Fixed invalid market data causing all other data packs to fail loading

Update Russian translation (by Bytegm)

 

Custom Market Data

Added additional loading of market data from "config/farmingforblockheads/MarketRegistry.json" - I'd still recommend data packs for larger scenarios though, as they allow splitting data into multiple files, and can be easily reused.

Added alternative syntax for simple items when you don't care about count or nbt - "output": {"item": "minecraft:diamond"} can now be shortened to just "output": "minecraft:diamond"

Re-added error message printing on login to make registry errors easier to find

Added "modId" field that will cause a JSON file to only be loaded if the given mod is also loaded

Added "group" field that can be used to define a default category and payment for entries in the file - these are the "groups" that the "groupOverrides" field uses. Example: https://github.com/blay09/FarmingForBlockheads/blob/1.14.x/src/main/resources/data/farmingforblockheads/farmingforblockheads_compat/vanilla_saplings.json

 

Also note that the initial example I gave for the custom data pack had an error in the custom category icon - while that is now solved thanks to the new optional shorter item syntax, I've also updated the example to match the original format.