#Collison box smaller than block (like honeyblock for example)

18 messages · Page 1 of 1 (latest)

valid trout
#

Hi I am trying to create a block that would have collison box exactly like a honey block but still have the 16x16 block model. How would I do that? .box also changes the model 😦

flat baneBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

soft perch
#

.box changes the model?

#

wot hmmm

#

.box is the colision box, it shouldnt affect the model

valid trout
#

I was suprised too

#
event.create("ivy_block")
    .box(1, 1, 1, 14, 14, 14, true)
    .displayName("Ivy Block")
    .soundType("moss")
    .hardness("0.2")
    .resistance("0.5")
    .tagBlock("mineable/hoe")
    .tagBlock("minecraft:climbable")
#

ill send a screenshot in a sec

#

ignore the fact that it should be 15 not 14 for it to mimic honey block xd

soft perch
#

and what happens if you make the .box() just 1x1x1?

valid trout
#

baby block

soft perch
valid trout
#

I guess I could just make 16x16 model json

#

but is it possible to make it climbable?

soft perch
#

i dunno how to do that~

verbal hatch