TheAfroOfDoom / omegaflowey-minecraft-remastered

MIT License
3 stars 1 forks source link

🚚 update AJ model export namespaces and animation prefixes #217

Closed TheAfroOfDoom closed 6 days ago

TheAfroOfDoom commented 6 days ago

Summary

last step needed to be minimum compatibility with Summit

added some scripts to keep us in this state going forward

also added some manual test suites to make testing that "everything works" easier in-game

TheAfroOfDoom commented 6 days ago

for posterity, i used variations of these regex to help find instances needed to replace more easily:

((?<!omegaflowey\.)(?<!storage ))mathf: (?<=animated_java:|aj.)(large_side_vine) (?<=animated_java:|aj.)(soul_5)

and this site https://regex101.com/