Is it possible to make carpet looking blocks in 2020.3 for the latest version of Minecraft?

Started by nuclearflame11 on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Jun 2020
Points:
629

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Is it possible to make carpet looking blocks in 2020.3 for the latest version of Minecraft?
Mon, 06/29/2020 - 03:41 (edited)

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
Active 5 years ago
Joined Jun 2020
Points:
629

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
ANOTHER NOTE: By latest…
Mon, 06/29/2020 - 03:39

ANOTHER NOTE: By latest version I mean Minecraft 1.15.2

Active 2 years ago
Joined Jul 2017
Points:
819

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 105
The easiest way to do this…
Mon, 06/29/2020 - 03:40

The easiest way to do this is by creating a custom block model that's 1 pixel high

Active 5 years ago
Joined Jun 2020
Points:
629

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Thanks. Do you recommend any…
Mon, 06/29/2020 - 03:43

Thanks. Do you recommend any tools for this, and when I finish making it, how can I import the model? 

Active 2 years ago
Joined Mar 2020
Points:
905

User statistics:

  • Modifications: 3
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 367
blockbench,ProjectType java…
Mon, 06/29/2020 - 04:45

blockbench,ProjectType java block/item,export as .json

The easiest way to do this…
Mon, 06/29/2020 - 10:06

The easiest way to do this is by creating a custom block model that's 1 pixel high

^^

Active 3 weeks ago
Joined May 2020
Points:
738

User statistics:

  • Modifications: 6
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
If you're willing to edit…
Mon, 06/29/2020 - 11:35

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

Active 5 years ago
Joined Jun 2020
Points:
629

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Thank you! I'll try this out…
Sun, 07/12/2020 - 22:44

Thank you! I'll try this out.