Psicraft Posted April 16, 2013 Posted April 16, 2013 Request A simple mod that increases the flower weights for growing red roses and yellow flowers using bonemeal. The mod would allow the vanilla flowers to be prioritised over mod flowers. The mod should be configurable so the weights of the red roses and yellow flowers can be adjusted as mod flowers are added to the collection. MineCraftForge.addGrassPlant() public static void addGrassPlant(Block block, int metadata, int weight) Register a new plant to be planted when bonemeal is used on grass. Parameters: block - The block to place. metadata - The metadata to set for the block when being placed. weight - The weight of the plant, where red flowers are 10 and yellow flowers are 20.
planetguy Posted April 17, 2013 Posted April 17, 2013 Made it. Should work barring a major Forge break, because it only uses Forge. It can only be used to increase flower spawn density, not decrease.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now