Files
Rocketmc/src/models/v2/mod.rs
Wyatt Verchere fd18185ef0 More staging fixes (#768)
* Fixes issues

* staging fixes

* passes tests

* fixes. fmt/clippy

* drops datapack/plugin extras

* fixed failing test

---------

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
2023-11-26 20:29:59 -07:00

4 lines
121 B
Rust

// Legacy models from V2, where its useful to keep the struct for rerouting/conversion
pub mod projects;
pub mod search;