XercaMod

XercaMod

160k Downloads

[ REQUIRE ] implementation of a code for 1.18.2 | Answer to Question

Xelbayria opened this issue ยท 2 comments

commented

Hello,

I am creating a module for Xerca so Please take a look at EveryCompat. There is one problem that I cannot solve.

Please take a look at this: BlockedCarvedLog

Implementation

in 1.19.2, it has BlockedCarvedLog(BlockBehaviour.Properties properties) and the 1.18.2 doesn't have it. I would like it to be implemented.

Question

You could tell me what's the answer for String registerName I don't know what is required for the first argument, but I already have an argument for the second.

commented

i'll take a look

commented

That is just because block registry changed between those versions. You can look at Blocks.java to see how BlockCarvedLog's are instantiated