{"id":30051,"date":"2026-06-01T15:36:22","date_gmt":"2026-06-01T12:36:22","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/"},"modified":"2026-06-01T15:36:22","modified_gmt":"2026-06-01T12:36:22","slug":"betterfarmland","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/","title":{"rendered":"[ARCHIVED] Better Farmland"},"content":{"rendered":"<p>Better Farmland is meant to improve your experience with your farmland.<br \/>\nBut there are also other functions for people who want something fancy.<br \/>\nIf you have any suggestions for the plugin\/mod, please use the Discussion function.<\/p>\n<p>This mod also exists as a plugin for spigot.<\/p>\n<p>For developers: If you want to extend my mod or make it compatible you can use my repo.<\/p>\n<p>## Example 1<br \/>\n&#8220;`<br \/>\n{<br \/>\n  &#8220;configVersion&#8221;: 1,<br \/>\n  &#8220;mod&#8221;: {},<br \/>\n  &#8220;event&#8221;: {<br \/>\n    &#8220;prevent&#8221;: true,<br \/>\n    &#8220;crops&#8221;: {<br \/>\n      &#8220;change&#8221;: true,<br \/>\n      &#8220;changes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;use&#8221;: true,<br \/>\n          &#8220;sound&#8221;: {<br \/>\n            &#8220;sound&#8221;: &#8220;minecraft:block.crop.break&#8221;,<br \/>\n            &#8220;volume&#8221;: 1.0,<br \/>\n            &#8220;pitch&#8221;: 1.0<br \/>\n          },<br \/>\n          &#8220;from&#8221;: 0,<br \/>\n          &#8220;to&#8221;: &#8220;minecraft:air&#8221;,<br \/>\n          &#8220;drop&#8221;: {<br \/>\n            &#8220;item&#8221;: 0,<br \/>\n            &#8220;amount&#8221;: -1<br \/>\n          },<br \/>\n          &#8220;newAge&#8221;: -1<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;use&#8221;: false,<br \/>\n          &#8220;sound&#8221;: {<br \/>\n            &#8220;sound&#8221;: &#8220;minecraft:block.crop.break&#8221;,<br \/>\n            &#8220;volume&#8221;: 1.0,<br \/>\n            &#8220;pitch&#8221;: 1.0<br \/>\n          },<br \/>\n          &#8220;from&#8221;: 0,<br \/>\n          &#8220;to&#8221;: 0,<br \/>\n          &#8220;drop&#8221;: null,<br \/>\n          &#8220;newAge&#8221;: 0<br \/>\n        }<br \/>\n      ]<br \/>\n    }<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p># Documentation<br \/>\n## Files<br \/>\n&#8220;`<br \/>\nConfig \u00bb config\/betterfarmland\/config.json<br \/>\n&#8220;`<\/p>\n<p>## Config<br \/>\n&#8220;`<br \/>\n{<br \/>\n  &#8220;configVersion&#8221;: 2,<br \/>\n  &#8220;mod&#8221;: {},<br \/>\n  &#8220;rightClickHarvest&#8221;: {<br \/>\n    &#8220;use&#8221;: false,<br \/>\n    &#8220;sounds&#8221;: [<br \/>\n      {<br \/>\n        &#8220;sound&#8221;: &#8220;minecraft:block.crop.break&#8221;,<br \/>\n        &#8220;volume&#8221;: 1.0,<br \/>\n        &#8220;pitch&#8221;: 1.0<br \/>\n      },<br \/>\n      {<br \/>\n        &#8220;sound&#8221;: &#8220;minecraft:block.pumpkin.carve&#8221;,<br \/>\n        &#8220;volume&#8221;: 0.75,<br \/>\n        &#8220;pitch&#8221;: 1.0<br \/>\n      }<br \/>\n    ]<br \/>\n  },<br \/>\n  &#8220;landedUpon&#8221;: {<br \/>\n    &#8220;preventBreak&#8221;: true,<br \/>\n    &#8220;crops&#8221;: {<br \/>\n      &#8220;change&#8221;: false,<br \/>\n      &#8220;changes&#8221;: [<br \/>\n        {<br \/>\n          &#8220;use&#8221;: false,<br \/>\n          &#8220;sound&#8221;: {<br \/>\n            &#8220;sound&#8221;: &#8220;minecraft:block.crop.break&#8221;,<br \/>\n            &#8220;volume&#8221;: 1.0,<br \/>\n            &#8220;pitch&#8221;: 1.0<br \/>\n          },<br \/>\n          &#8220;from&#8221;: 0,<br \/>\n          &#8220;to&#8221;: &#8220;minecraft:air&#8221;,<br \/>\n          &#8220;drop&#8221;: {<br \/>\n            &#8220;item&#8221;: 0,<br \/>\n            &#8220;amount&#8221;: -1<br \/>\n          },<br \/>\n          &#8220;newAge&#8221;: -1<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;use&#8221;: false,<br \/>\n          &#8220;sound&#8221;: {<br \/>\n            &#8220;sound&#8221;: &#8220;minecraft:block.crop.break&#8221;,<br \/>\n            &#8220;volume&#8221;: 1.0,<br \/>\n            &#8220;pitch&#8221;: 1.0<br \/>\n          },<br \/>\n          &#8220;from&#8221;: 0,<br \/>\n          &#8220;to&#8221;: 0,<br \/>\n          &#8220;drop&#8221;: null,<br \/>\n          &#8220;newAge&#8221;: 0<br \/>\n        }<br \/>\n      ]<br \/>\n    }<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<br \/>\n&#8220;`<br \/>\nconfigVersion: Is set to the current config version.<br \/>\nprevent: Is whether the plugin should cancel the event or not. Effect: nothing happens to the farmland.<br \/>\nchange 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.<\/p>\n<p># rightClickHarvest:<br \/>\nuse: Whether you want to use the right-click function.<br \/>\nsounds: Which sounds should be played when a plant is harvested.<\/p>\n<p># landedUpon:<br \/>\nuse: Whether this rule should come into force.<br \/>\nsound: What sound to play when this rule is used.<br \/>\nfrom: From which block<br \/>\nto: To which block<br \/>\ndrop: You can specify which item should be dropped.<br \/>\nnewAge: You can change the age of the new block. -1 = same as old<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Meant to improve your experience with your farmland<\/p>\n","protected":false},"featured_media":30052,"template":"","meta":{"_minecraft_slug":"betterfarmland","_minecraft_project_id":"wQJc76vP","_minecraft_author":"HttpRafa","_minecraft_license":"MIT","_minecraft_downloads":6621,"_minecraft_follows":54,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"betterfarmland.zip","_minecraft_size_bytes":234834,"_minecraft_version_count":11,"_minecraft_updated_at":"2026-05-16T02:52:52.036956Z","_minecraft_date_created":"2022-08-04T19:42:07.101131Z","_minecraft_date_modified":"2023-06-18T21:23:20.628075Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/betterfarmland","_minecraft_icon_attachment_id":30052,"_minecraft_imported_at":"2026-06-01T12:36:23+00:00","_minecraft_import_hash":"dcc7aead861284a89c64f192bbbf524c","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,97,104,89,126,127,128,129,92],"mod_loader":[99,106],"minecraft_version":[48,49,50,51,52,53,54,55,56,57,58,59,36],"class_list":["post-30051","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-fabric","mod_loader-forge","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[ARCHIVED] Better Farmland - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[ARCHIVED] Better Farmland - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Meant to improve your experience with your farmland\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterfarmland\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterfarmland\\\/\",\"name\":\"[ARCHIVED] Better Farmland - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterfarmland\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterfarmland\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterfarmland-icon-icon.png\",\"datePublished\":\"2026-06-01T12:36:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterfarmland\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterfarmland\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterfarmland\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterfarmland-icon-icon.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterfarmland-icon-icon.png\",\"width\":300,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterfarmland\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"[ARCHIVED] Better Farmland\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[ARCHIVED] Better Farmland - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/","og_locale":"en_US","og_type":"article","og_title":"[ARCHIVED] Better Farmland - Minecraft","og_description":"Meant to improve your experience with your farmland","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/","name":"[ARCHIVED] Better Farmland - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterfarmland-icon-icon.png","datePublished":"2026-06-01T12:36:22+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterfarmland-icon-icon.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterfarmland-icon-icon.png","width":300,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterfarmland\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"[ARCHIVED] Better Farmland"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/30051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/30052"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=30051"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=30051"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=30051"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=30051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}