Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Bonemeal Tweaker

Bonemeal Tweaker

A simple mod that modifies the way plants are spawned when bonemeal is applied on blocks

13
1
Game Mechanics
Utility

Compatibility

Minecraft: Java Edition

1.12.2

Platforms

Forge

Supported environments

Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server
Donate on Ko-fi

Creators

ACGaming
ACGaming Member

Details

Licensed MIT
Published 2 weeks ago
Updated last week
DescriptionGalleryChangelogVersions

Bonemeal Tweaker

Not bad to the bone!

A simple mod that modifies the way plants are spawned when bonemeal is applied on blocks.

Configuration is handled by JSON-based config files per block in the config/bonemealtweaker directory. Example for the vanilla grass block (vanilla_grass.json):

{
  "block": "minecraft:grass",
  "replaceBlock": "minecraft:air",
  "iterations": 128,
  "biomes": [
    "minecraft:plains",
    "minecraft:forest"
  ],
  "dimensions": [
    0
  ],
  "spawnBlocks": [
    {
      "block": "minecraft:tallgrass[type=tall_grass]",
      "weight": 60
    },
    {
      "block": "flowerEntry",
      "weight": 20
    }
  ]
}
  • block: The IGrowable block to apply custom bonemeal logic on
  • replaceBlock: The block to be replaced with foliage (above block), can be omitted to replace air
  • iterations: The density of blocks/plants to spawn
  • biomes: An optional list of whitelisted biomes, can be left empty to allow any
  • dimensions: An optional list of whitelisted dimensions, can be left empty to allow any
  • spawnBlocks: An array of blocks/plants by resource location to spawn on the specified block, flowerEntry picks a random flower
  • weight: The relative chance to spawn across all spawnBlocks entries

This mod was commissioned for Minecraft 1.12.2.

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.