MattCzyr / RealisticTorches

A Minecraft mod that causes torches to burn out after a configurable amount of time.
https://www.curseforge.com/minecraft/mc-mods/realistic-torches
Other
26 stars 12 forks source link

1.16.4 #33

Closed CorgiTaco closed 3 years ago

CorgiTaco commented 3 years ago

Alright only major changes I had to make are in your match item(same as vanilla 1.16.4), using the "BiomeLoadingEvent" which allows your feature to affect datapack biomes, registered your torch feature(configured aswell) which is required by 1.16, added your license project to mods.toml(required by forge), and I added a minor optimization in the feature generation which should save on ram and should be overall faster. Lmk if you need any changes and ofc, make sure to test it on your own and verify it works :D

MattCzyr commented 3 years ago

Looks good, thanks!