#Set cullingShapes to "minecraft:unit_cube" by default

1 messages · Page 1 of 1 (latest)

woeful dagger
#

Can you explain it more?

heavy smelt
#

@brisk mural was this fixed?

brisk mural
#

Uh not yet actually

#

I'll fix in a few mins

brave tartan
brisk mural
#

I'm fixing something else & then I'll fix this

brave tartan
#

ok ty

#

I'll send you a list of 10 bugs at once; I'm too lazy to create a ticket for each one.

brisk mural
#

@brave tartan I just tested with my old furniture plugin but I don't have the problem

#

can I see your block definition?

brave tartan
#

public CustomBlockDefinition getDefinition() {
return CustomBlockDefinition
.builder(this)
.geometry(new Geometry("geometry.chest"))
.texture("iron_chest")
.materials(Materials.builder()
.any(Materials.RenderMethod.BLEND, "iron_chest"))
.build();
}

brisk mural
#

ok I think I see

#

geometry.chest is not made by you, its a minecraft one right?

brave tartan
#

Me

brisk mural
#

ok I see now

brisk mural
#

ok thats very odd