
[EASY FIX] Doors are getting the wrong tag
Disketaa opened this issue ยท 2 comments
Minecraft Version
1.21.1
KubeJS Version
2101.7.1-build.181
Rhino Version
2101.2.7-build.74
Architectury Version
13.0.8
Forge/Fabric Version
Neoforge 21.1.147
Describe your issue
I created custom door, but for some reason KubeJS auto-inserted it in trapdoor tag, not door one
StartupEvents.registry('block', event => {
event.create('tin_door', 'door')
.soundType('iron')
.hardness(3.0)
.resistance(3.0)
.requiresTool(true)
.mapColor('terracotta_white')
})
Crash report/logs
No response
The issue persists here where Kube get's the trap doors tag: