jaskarth / ecotones

A realistic biome mod for fabric 1.19.2
GNU Lesser General Public License v3.0
38 stars 16 forks source link

Unregistered stuff #8

Closed K0-RR closed 3 years ago

K0-RR commented 3 years ago

According to Blame: ecotones:drainage

jaskarth commented 3 years ago

It should be registered. May I see the full log?

K0-RR commented 3 years ago

After reporting other unregistered stuff to other dev it seems that there is something wrong with the Blame mod. I will report this to them.

TelepathicGrunt commented 3 years ago

The other dev was wrong and their stuff wasnt registered after all lol. I'll take a look at ecotones to see what's up with the drainage. hang on.

Also, @RDKRACZ, please post latest.logs next time. It makes things easier for us devs lol

TelepathicGrunt commented 3 years ago

@SuperCoder7979 Found it

https://github.com/SuperCoder7979/ecotones/blob/e59312d5a49e179c417dce4fb483bb3feb354fd3/src/main/java/supercoder79/ecotones/world/biome/BiomeUtil.java#L74

The configuredfeature form is not registered. The whole thing will need to be registered to BuiltinRegistries.CONFIGURED_FEATURE EcotonesFeatures.DRAINAGE.configure(FeatureConfig.DEFAULT).decorate(EcotonesDecorators.DRAINAGE_DECORATOR.configure(DecoratorConfig.DEFAULT))

jaskarth commented 3 years ago

Fixed in 0.7.1. Thanks for the report!