Started by
Pan_Glitch
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make exp collector (block) to make energy from exp points. The problem is that I don't know how to make block collect exp.
Topic category: Help with Minecraft modding (Java Edition)
I want to make exp collector (block) to make energy from exp points. The problem is that I don't know how to make block collect exp.
Just a though, if there is a entity type for exp orb
maybe you can try to create value for block and check for a area from x y z of block, if there is a exp orb nearby kill it and increase your value.
and when player breaks the block summonX[value] exp orb
idk never tried it