I'm just starting to modding (1.18.1). Took source code of registration and custoum properties by Team Abnormal/endergetic for 1.16.5. It uses the net.minecraft.block.AbstractBlock class for custoum properties. However, at 1.18 I did not find those class in the search(Yeah, I noticed that some classes changed their path). Is those class replaced by a more efficient one? Are there any sources of registration and for 1.18.1??
TeamAbnormals/endergetic/(custoum properties) source code