Create/Load of Worlds with WorldPreset appears to work
This commit is contained in:
parent
409534e6f1
commit
416ff1644e
27 changed files with 187 additions and 195 deletions
|
@ -16,7 +16,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
@Mixin(RegistryDataLoader.class)
|
||||
public interface RegistryDataLoaderMixin {
|
||||
public class RegistryDataLoaderMixin {
|
||||
@Accessor("WORLDGEN_REGISTRIES")
|
||||
@Mutable
|
||||
static void wt_set_WORLDGEN_REGISTRIES(List<RegistryDataLoader.RegistryData<?>> list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue