ercanserteli / xercamods

Collection of Minecraft mods: XercaMod, Music Maker Mod and Joy of Painting
GNU General Public License v3.0
19 stars 20 forks source link

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

Open Xelbayria opened 1 year ago

Xelbayria commented 1 year ago

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.

ercanserteli commented 10 months ago

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

Xelbayria commented 10 months ago

i'll take a look