Started by 2Cool4u on Sun, 10/25/2020 - 23:26 Topic category: Help with MCreator software How do I give an advancement when a player smelts a certain block. Jump to top That isn't possible, sorry. Jump to top Permalink Log in or register to post comments you could make it when you first get the item, thats easy enough. but if you mean when you smelt the item only, with there being a seperate recipe for crafting as well without crafting only smelting giving you the advancement you cant do that Jump to top Permalink Log in or register to post comments Create a procedure. Conditions: something is smelted if > the provided item is = [item] do add advanc. to player - [advanc] Jump to top Permalink Log in or register to post comments
you could make it when you first get the item, thats easy enough. but if you mean when you smelt the item only, with there being a seperate recipe for crafting as well without crafting only smelting giving you the advancement you cant do that Jump to top Permalink Log in or register to post comments
Create a procedure. Conditions: something is smelted if > the provided item is = [item] do add advanc. to player - [advanc] Jump to top Permalink Log in or register to post comments
That isn't possible, sorry.
you could make it when you first get the item, thats easy enough. but if you mean when you smelt the item only, with there being a seperate recipe for crafting as well without crafting only smelting giving you the advancement you cant do that
Create a procedure.
Conditions: something is smelted
if > the provided item is = [item]
do add advanc. to player - [advanc]