Jump to content

Recommended Posts

Posted

Say I have an item, that I use on a block. When I do so, I want this block to be "marked" with a certain texture that's "painted" on top of the block's own texture. And then I want to undo that at another time. Is it possible to do that in Forge without dealing with core modding or ASM?

 

Thanks in advance!

Posted

Is the block made by you, or should it apply to any block?

 

If it's made by you, you can use metadata to do that, assuming you don't need a complex system.

If it's not, you can replace the block by another block made by yourself, and have a TileEntity store the block that was in that place.

 

I can't help any more unless you are more specific and give more details on the feature you're trying to create.

Did I help? Hitting 'Thank You' would be appreciated.

 

Soon, the lost city will rise from the bottom of the ocean, and spread it's technology across Minecraft.

Posted

Both, actually. I want this to work with vanilla blocks and some new blocks too.

 

I guess making a new block for it will be better after all. I already store a blockId I'll use when working the Tile Entity anyway.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.