#Carpet Variants

38 messages · Page 1 of 1 (latest)

turbid void
#

I just made my first mod and made carpets there that can be placed on the wall or ceiling. And I decided to make a separate mod for this with vanilla carpets
If anything, you don’t need to open the item menu and look for a vertical carpet there. This works with vanilla item

slate radish
#

finally I can cover my house in carpets

steep orchid
#

can you combine carpets and put them on different faces in the same block?

turbid void
slate radish
#

it would need to be the same block, but different blockstate

#

check out how vines do it

turbid void
#

Ooh, thanks for the tip

faint trellis
#

Multi block part moment

hushed talon
#

yeah do a boolean property for each direction

next wagon
#

that'll add up quickly with so many carpet variants

#

but its the only way

slate radish
#

big brain solution:
make it a block entity

#

bigger brain solution:
make it an entity

cedar fog
#

eh, only 1k blockstates for all carpets and all directions, not that bad

warped phoenix
#

sounds more like a BE renderer thingy then imho xD

cedar fog
#

i think redstone dust has over 1k blockstates by itself though, so 1k states across 16 blocks is really not that bad

slate radish
#

it does? :o

#

huh

cedar fog
#

redstone has like 1.3k i think

#

16 (power) * 3^4 (4 direction states, 3 values each)

swift current
turbid void
#

It works a little crooked so far, but it works
Thanks everyone for the tip

exotic vine
#

finally i can make padded cells in minecraft

prime stump
#

if you could place carpet not on a surface, this could be used to make pipes you can crawl through

#

alternatively you'd just have to use string everywhere to place the carpet on

slate radish
#

string continuing to be useful for its unintended purpose

versed vigil
turbid void
versed vigil
#

ah cool

turbid void
#

If necessary, I can provide the code when the summer game fest ends

versed vigil
#

do you have zfighting if you look at the combining outside edges of two carpets placed in the same block? bc that’s a problem i’m facing

versed vigil
turbid void
turbid void
versed vigil
#

interesting