RubixDev / rustmatica

A Rust crate for working with Minecraft litematica files
https://crates.io/crates/rustmatica
GNU General Public License v3.0
10 stars 2 forks source link

Update lists for parity with 1.20 #2

Closed newtykip closed 1 year ago

newtykip commented 1 year ago

Looks like the DataExtractor no longer works with the latest Fabric API, it will likely need quite a large revamp. src/main/java/net/fabricmc/example/ExampleMod.java was moved to src/main/java/com/example/ExampleMod.java in the example repo as well. The first issue I came across while using the DataExtractor is that the World constructor has changed - there may be more.