trulyno / star-technology

One of the first 1.19.2 GregTech modpacks having as an end goal making stargates.
MIT License
13 stars 17 forks source link

[1.20.1] KubeJS warnings during startup ".material(string)" deprecated #110

Open LunaLycan287 opened 4 days ago

LunaLycan287 commented 4 days ago

Pack Version: 1.20.1-GAMMA

During startup there are 3 warnings from KubeJS that .material(string) is deprecated:

[21:40:51] [WARN] custom blocks and items.js#351: blockBuilder.material(string) is no longer supported! Use .soundType(SoundType) and .mapColor(MapColor) instead!
[21:40:51] [WARN] custom blocks and items.js#504: blockBuilder.material(string) is no longer supported! Use .soundType(SoundType) and .mapColor(MapColor) instead!
[21:40:51] [WARN] custom blocks and items.js#530: blockBuilder.material(string) is no longer supported! Use .soundType(SoundType) and .mapColor(MapColor) instead!
trulyno commented 4 days ago

Did you update from 1.19.2, or did you make a new instance?

LunaLycan287 commented 2 days ago

I made a new instance.

Also these are not blocking / visible during normal play. I only saw them in the startup.log while investigating an other issue after adding some of my own mods. Of course I verified that this issue still exists on a clean instance without the additional mods.