Started by
nuclearflame11
on
Topic category: Help with Minecraft modding (Java Edition)
I have been trying to make a mod involving rugs/carpets. Slight problem: all attempts I have done with single texture and normal model have ended up looking strange. The closest attempt I have gotten to is this: https://ibb.co/PFR2CLy
Those settings in the link make a block with carpet functions but do not look like a carpet, like a carpet but it looks like a wool block and you can pass through it. All I need to do is to change the cosmetics so it looks like an actual carpet to walk over, please help me if you can. :(
Edited by nuclearflame11 on Mon, 06/29/2020 - 03:41
ANOTHER NOTE: By latest version I mean Minecraft 1.15.2
The easiest way to do this is by creating a custom block model that's 1 pixel high
Thanks. Do you recommend any tools for this, and when I finish making it, how can I import the model?
blockbench,ProjectType java block/item,export as .json
^^
If you're willing to edit some code there's already a model in game you can access using this json file in place of the model one
https://mcasset.cloud/1.16.1/assets/minecraft/models/block/black_carpet.json
Just gotta change some things around, I'll be more than happy to help if you choose to do this
Thank you! I'll try this out.