
New slimeskull adding
Closed this issue ยท 2 comments
Minecraft Version
1.20.1
Forge Version
36.1.0
Mantle Version
1.11.71
Tinkers' Construct Version
3.10.2.92
Problem description
I added a new slimeskull in my mod. But the new slimeskull didn't display the skull's texture because TinkerHeadType is an enum class.
Suggested solution
Add ways to display customizable skull's texture on slimeskull.
Alternatives considered
Add ways to display skull's texture of other mods on slimeskull.
Additional context
No response
Searched for existing enhancement?
Used the search bar
Tinkers head type is unrelated to slime skulls. We have many slime skulls that are registered from vanilla skulls. You just need to call the proper registration method.
Find the one we use to register zombie slimeskill (internally iron I believe), which is not part of our skill block list. You don't need to modify the enum at all, make your own enum if you want.