Started by
axel91220
on
Topic category: Advanced modding
hello I would like to know how to make the bone meal to grow special tall grass when used on grass
Topic category: Advanced modding
hello I would like to know how to make the bone meal to grow special tall grass when used on grass
Make a "When block right clicked" procedure (which is a global procedure). Check if the current entity is holding bonemeal in their current hand using and "If" block. If it's true, make it so the bottom of the tall grass is placed at the current block, and the top of the grass one block above. Hope it helps ;)