Started by
Dragma2005
on
Topic category: Advanced modding
Basically, I don't want players to be able to craft certain items until a specific block has been placed in the world, to clarify: I do NOT want to use the block as a crafting table (I already know how to do that anyway) I want to make it so that you can't craft certain modded things until a certain type of block has been placed in the world.
Is the craft on minecraft working table or a custom table?
Normal crafting table
Almost sure you will need to code that
Make a procedure that is run whenever you craft the specific item and make the procedure check if you have a particular achievement that you get from placing that specific block, if the player has that achievement then nothing happens and you get the item but if the player doesn't have the achievement then make the procedure remove the item from the players inventory and give the player all of the items needed to craft it.
If you need any more help with it just ask me :)