Mod
[ARCHIVED] Better Farmland
No reviews yet
Meant to improve your experience with your farmland
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Spigot is a popular software for running dedicated servers that can load Plugins created with the Bukkit API.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Better Farmland is meant to improve your experience with your farmland. But there are also other functions for people who want something fancy. If you have any suggestions for the plugin/mod, please use the Discussion function.
This mod also exists as a plugin for spigot.
For developers: If you want to extend my mod or make it compatible you can use my repo.
Example 1
{
"configVersion": 1,
"mod": {},
"event": {
"prevent": true,
"crops": {
"change": true,
"changes": [
{
"use": true,
"sound": {
"sound": "minecraft:block.crop.break",
"volume": 1.0,
"pitch": 1.0
},
"from": 0,
"to": "minecraft:air",
"drop": {
"item": 0,
"amount": -1
},
"newAge": -1
},
{
"use": false,
"sound": {
"sound": "minecraft:block.crop.break",
"volume": 1.0,
"pitch": 1.0
},
"from": 0,
"to": 0,
"drop": null,
"newAge": 0
}
]
}
}
}
Documentation
Files
Config » config/betterfarmland/config.json
Config
{
"configVersion": 2,
"mod": {},
"rightClickHarvest": {
"use": false,
"sounds": [
{
"sound": "minecraft:block.crop.break",
"volume": 1.0,
"pitch": 1.0
},
{
"sound": "minecraft:block.pumpkin.carve",
"volume": 0.75,
"pitch": 1.0
}
]
},
"landedUpon": {
"preventBreak": true,
"crops": {
"change": false,
"changes": [
{
"use": false,
"sound": {
"sound": "minecraft:block.crop.break",
"volume": 1.0,
"pitch": 1.0
},
"from": 0,
"to": "minecraft:air",
"drop": {
"item": 0,
"amount": -1
},
"newAge": -1
},
{
"use": false,
"sound": {
"sound": "minecraft:block.crop.break",
"volume": 1.0,
"pitch": 1.0
},
"from": 0,
"to": 0,
"drop": null,
"newAge": 0
}
]
}
}
}
configVersion: Is set to the current config version.
prevent: Is whether the plugin should cancel the event or not. Effect: nothing happens to the farmland.
change and changes: In change you can specify whether you want to use the changes function. The changes function determines what should happen when an entity / player jumps onto the farmland.
# rightClickHarvest:
use: Whether you want to use the right-click function.
sounds: Which sounds should be played when a plant is harvested.
# landedUpon:
use: Whether this rule should come into force.
sound: What sound to play when this rule is used.
from: From which block
to: To which block
drop: You can specify which item should be dropped.
newAge: You can change the age of the new block. -1 = same as old
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers