Posted March 30, 201411 yr Hello, I am creating a mod that has a custom furnace. I need a way to give the player who smelted ore in the furnace, a custom xp value. I can't find a method that detects when a player pulls out a an item from a specific slot and then give him/her xp according to what they pulled out. Also could someone tell me how i can make a specific slot not accept any items from a player, like slot 2 in a vanilla furnace. All help is appreciated, thank you in advance. Don't be afraid to ask question when modding, there are no stupid question! Unless you don't know java then all your questions are stupid!
March 30, 201411 yr You should take a look at the ContainerFurnace class, and specificly and the row: this.addSlotToContainer(new SlotFurnace()); Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
March 30, 201411 yr Author Thanks Don't be afraid to ask question when modding, there are no stupid question! Unless you don't know java then all your questions are stupid!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.