Posted August 8, 20205 yr Hi guys I would like to change input of using item from right click to F key and change item available to put as same as block such as pail that we can use right click to put the pail on a block it can do? please tell me Thank you in advance Edited August 8, 20205 yr by beestrug
August 8, 20205 yr Author 13 minutes ago, diesieben07 said: Sorry, but I have no idea what your question is. Blocks and items are separate. Blocks exist only in the world, when placed. When you hold a "block" in your inventory (e.g. you have 64 Stone in your inventory) that is still an Item, namely a BlockItem, which is the item implementation that looks like a block and will place a block on right click. For example, holding a bucket of water and right clicking will drop water, right? But I want it to be a bucket of water instead. Edited August 8, 20205 yr by beestrug
August 8, 20205 yr Author 2 minutes ago, diesieben07 said: I see. So you want right-clicking to behave like pressing Q? no i want the water bucket to be able to fit on the floor like a block. Edited August 8, 20205 yr by beestrug
August 8, 20205 yr Author Just now, diesieben07 said: Then you need to create a custom block with a tile entity renderer which renders the item. no can use water bucket that is already?
August 8, 20205 yr Are you trying to achieve something like this? https://www.curseforge.com/minecraft/mc-mods/placeable-items Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
August 8, 20205 yr Author 38 minutes ago, Beethoven92 said: Are you trying to achieve something like this? https://www.curseforge.com/minecraft/mc-mods/placeable-items oh yep thanks how to create mod? Edited August 8, 20205 yr by beestrug
August 8, 20205 yr 38 minutes ago, beestrug said: oh yep thanks how to create mod? https://mcforge.readthedocs.io/ Everything said above may be absolutely wrong. No rights reserved.
August 8, 20205 yr 51 minutes ago, beestrug said: oh yep thanks how to create mod? How to create a mod in general or How to create a mod that places down a custom water bucket block model? Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
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.