Language

[ARCHIVED] Better Farmland

[ARCHIVED] Better Farmland

Modrinth

Meant to improve your experience with your farmland

6.7k downloads 54 followers updated 36mo ago
latest v1.0.3-1.20.1 Modrinth
Bukkit Fabric Forge Paper Purpur Spigot 1.16.5 – 1.20.1 Game-mechanicsManagementUtility

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

Alpha
1.0.3-1.20.1
forge · 1.20.1 · 36mo ago
1.1k
Beta
1.0.3-1.20.1
fabric · 1.20, 1.20.1 · 36mo ago
Updated to 1.20.1
1.6k
Beta
1.0.3-1.19.4-forge
forge · 1.19.4 · 39mo ago
140
Beta
1.0.3-1.19.4-fabric
fabric · 1.19.4 · 39mo ago
177
Beta
1.0.3.1
forge · 1.19.3 · 42mo ago
142
Beta
1.0.3.1
fabric · 1.19.3 · 42mo ago
195
Release
1.0.3
forge · 1.19.2 · 43mo ago
376
Release
1.0.3
fabric · 1.19.2 · 43mo ago
357
Release
1.0.2
bukkit, paper, purpur · 1.16.5, 1.17, 1.17.1 · 46mo ago
2.1k
Release
1.0.2
fabric · 1.19.2 · 46mo ago
View on [Github](https://github.com/HttpRafa/BetterFarmland/releases/tag/v1.0.2)
185
Beta
1.0.1
fabric · 1.19.1, 1.19.2 · 47mo ago
Fixed an error when the "to" setting is set to 0. The error caused the age of the plant to not be set to the change configure age.
267

Comments 0

No comments yet. Be the first to share your thoughts.