{"id":77205,"date":"2026-06-04T14:06:16","date_gmt":"2026-06-04T11:06:16","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/"},"modified":"2026-06-04T14:06:16","modified_gmt":"2026-06-04T11:06:16","slug":"golf_ball","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/","title":{"rendered":"Golf Ball"},"content":{"rendered":"<p># Golf Ball<br \/>\n![GitHub](https:\/\/github.com\/Stoupy51\/GolfBall\/releases\/latest)<br \/>\n![Smithed](https:\/\/smithed.net\/packs\/golf_ball)<br \/>\n![Modrinth](https:\/\/modrinth.com\/datapack\/golf_ball)<br \/>\n![PMC](https:\/\/www.planetminecraft.com\/data-pack\/golf-ball-6470618\/)<br \/>\n![Discord](https:\/\/discord.gg\/anxzu6rA9F)<br \/>\n![Powered by StewBeet](https:\/\/stewbeet.paralya.fr\/)<\/p>\n<p>\ud83d\udcfa Old datapack showcase: https:\/\/www.youtube.com\/watch?v=TqVvRwF2psQ<\/p>\n<p>\ud83c\udfcc\ufe0f Golf Ball is a datapack that transforms you into a golf ball in Minecraft, offering an immersive golfing experience!<br \/>\n\u26f3 The following two commands are your best friends:<br \/>\n&#8211; \ud83c\udfae `\/function golf_ball:summon`: Turns the player executing the command into a golf ball (e.g: `\/execute as <player> positioned 123 100 54 run function golf_ball:summon`)<br \/>\n&#8211; \ud83d\udd04 `\/function golf_ball:respawn`: Rolls back the ball to the last shot position (e.g: `\/execute as <player> run function golf_ball:respawn`)<\/p>\n<p>## Configuration Commands \u2699\ufe0f<br \/>\nFine-tune your golfing experience with these powerful configuration commands!<br \/>\nCustomize ball physics, movement dynamics, power settings and more &#8211; either globally for all new balls or locally for individual balls. \ud83c\udfae<\/p>\n<p>\u26a0\ufe0f Using `\/scoreboard players set` for all commands below (abbreviated as `\/SPS`)<\/p>\n<p>### Core Settings \ud83c\udfaf<\/p>\n<p>| Setting | Global Command | Local Command | Default | Range | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| Strength Percentage \ud83d\udcaa | `\/SPS #default_strength_percentage golf_ball.data <value>` | `\/SPS @s golf_ball.strength_percentage <value>` | 50 | 0-100 | Controls the overall power of your shots |<br \/>\n| Energy Loss \ud83d\udcc9 | `\/SPS #default_energy_loss_percentage golf_ball.data <value>` | `\/SPS @s golf_ball.energy_loss_percentage <value>` | -90 | -100-0 | Determines how much energy is lost on impacts |<br \/>\n| Collision Multiplier \ud83d\udca5 | `\/SPS #default_collision_multiplier golf_ball.data <value>` | `\/SPS @s golf_ball.collision_multiplier <value>` | 50 | 0-100 | Adjusts the intensity of collisions |<br \/>\n| Y-Shots \ud83d\udd3c | `\/SPS #default_do_y_shots golf_ball.data <value>` | `\/SPS @s golf_ball.do_y_shots <value>` | 0 | 0 or 1 | Enables\/disables vertical shots |<br \/>\n| Collision Detection \ud83c\udfaf | `\/SPS #default_do_collision golf_ball.data <value>` | `\/SPS @s golf_ball.do_collision <value>` | 1 | 0 or 1 | Toggles collision physics |<br \/>\n| Minimum Power \u2b07\ufe0f | `\/SPS #min_power golf_ball.data <value>` | N\/A | 40 | N\/A | Sets the lower power limit |<br \/>\n| Maximum Power \u2b06\ufe0f | `\/SPS #max_power golf_ball.data <value>` | N\/A | 500 | N\/A | Sets the upper power limit |<\/p>\n<p>### Surface Friction Settings \u26a1<br \/>\nControl how the ball behaves on different surfaces by adjusting friction values. Each value represents the percentage of speed retained per tick.<\/p>\n<p>| Surface Type | Global Command | Local Command | Default | Range | Best For |<br \/>\n|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8211;|<br \/>\n| Normal Friction \ud83d\udd04 | `\/SPS #k_normal golf_ball.data <value>` | `\/SPS @s golf_ball.friction_normal <value>` | 90 | 0-100 | Standard terrain |<br \/>\n| Fast Friction \ud83c\udfc3 | `\/SPS #k_fast golf_ball.data <value>` | `\/SPS @s golf_ball.friction_fast <value>` | 95 | 0-100 | Smooth surfaces |<br \/>\n| Slippery Friction \ud83e\uddca | `\/SPS #k_slippery golf_ball.data <value>` | `\/SPS @s golf_ball.friction_slippery <value>` | 98 | 0-100 | Ice and similar |<br \/>\n| Slow Friction \ud83d\udc0c | `\/SPS #k_slow golf_ball.data <value>` | `\/SPS @s golf_ball.friction_slow <value>` | 85 | 0-100 | Rough terrain |<br \/>\n| Very Slow Friction \ud83e\udda5 | `\/SPS #k_very_slow golf_ball.data <value>` | `\/SPS @s golf_ball.friction_very_slow <value>` | 80 | 0-100 | Heavy resistance |<\/p>\n<p>### Usage Tips \ud83d\udca1<br \/>\n&#8211; \ud83c\udfaf For local commands targeting a specific ball, use this format: `\/execute as <player> on vehicle run scoreboard players set @s golf_ball.strength_percentage <value>`<br \/>\n&#8211; \ud83c\udfae The &#8220;@s&#8221; selector refers to the golf ball currently being controlled by the player<br \/>\n&#8211; \u26a1 Surface friction values dramatically affect ball behavior &#8211; experiment to find the perfect settings!<br \/>\n&#8211; \ud83d\udcc1 View all available surface definitions in the surfaces json files<br \/>\n&#8211; \u26a0\ufe0f You may have fun with unrealistic configurations, but the physics will be wonky!<\/p>\n<p>## \u2b50 Star History<\/p>\n<picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https:\/\/api.star-history.com\/svg?repos=Stoupy51\/GolfBall&#038;type=Date&#038;theme=dark\" \/><source media=\"(prefers-color-scheme: light)\" srcset=\"https:\/\/api.star-history.com\/svg?repos=Stoupy51\/GolfBall&#038;type=Date\" \/><img decoding=\"async\" alt=\"Star History Chart\" src=\"https:\/\/api.star-history.com\/svg?repos=Stoupy51\/GolfBall&#038;type=Date\" \/>\n <\/picture>\n","protected":false},"excerpt":{"rendered":"<p>Transform into a golf ball in Minecraft and experience realistic and configurable golfing physics!<\/p>\n","protected":false},"featured_media":77206,"template":"","meta":{"_minecraft_slug":"golf_ball","_minecraft_project_id":"LYFNgbrG","_minecraft_author":"Stoupy51","_minecraft_license":"MIT","_minecraft_downloads":189,"_minecraft_follows":4,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"golf_ball.zip","_minecraft_size_bytes":110265,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-15T20:58:40.829101Z","_minecraft_date_created":"2024-11-27T04:30:20.125772Z","_minecraft_date_modified":"2026-04-18T16:57:21.596179Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/golf_ball","_minecraft_icon_attachment_id":77206,"_minecraft_imported_at":"2026-06-04T11:06:17+00:00","_minecraft_import_hash":"0b3b977a5b354938420448c676505866","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[84,873,866,869],"mod_loader":[86],"minecraft_version":[41,73,74,38,78,79,80,83,167,163],"class_list":["post-77205","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-datapack","mod_category-library","mod_category-minigame","mod_category-transportation","mod_loader-datapack","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Golf Ball - 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\/golf_ball\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Golf Ball - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Transform into a golf ball in Minecraft and experience realistic and configurable golfing physics!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/api.star-history.com\/svg?repos=Stoupy51\/GolfBall&type=Date\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/golf_ball\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/golf_ball\\\/\",\"name\":\"Golf Ball - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/golf_ball\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/golf_ball\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/golf_ball-icon-0c430950286a6a1a9ce092106004e8e8c9f89568_96.webp\",\"datePublished\":\"2026-06-04T11:06:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/golf_ball\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/golf_ball\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/golf_ball\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/golf_ball-icon-0c430950286a6a1a9ce092106004e8e8c9f89568_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/golf_ball-icon-0c430950286a6a1a9ce092106004e8e8c9f89568_96.webp\",\"width\":64,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/golf_ball\\\/#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\":\"Golf Ball\"}]},{\"@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":"Golf Ball - 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\/golf_ball\/","og_locale":"en_US","og_type":"article","og_title":"Golf Ball - Minecraft","og_description":"Transform into a golf ball in Minecraft and experience realistic and configurable golfing physics!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/api.star-history.com\/svg?repos=Stoupy51\/GolfBall&type=Date","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/","name":"Golf Ball - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/golf_ball-icon-0c430950286a6a1a9ce092106004e8e8c9f89568_96.webp","datePublished":"2026-06-04T11:06:16+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/golf_ball-icon-0c430950286a6a1a9ce092106004e8e8c9f89568_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/golf_ball-icon-0c430950286a6a1a9ce092106004e8e8c9f89568_96.webp","width":64,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/golf_ball\/#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":"Golf Ball"}]},{"@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\/77205","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\/77206"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=77205"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=77205"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=77205"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=77205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}