mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update IGeyserConfiguration.java
This commit is contained in:
parent
3e7e34dfb9
commit
30a032bd07
1 changed files with 2 additions and 0 deletions
|
|
@ -26,7 +26,9 @@
|
|||
package org.geysermc.common;
|
||||
|
||||
import java.util.Map;
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
public interface IGeyserConfiguration {
|
||||
|
||||
IBedrockConfiguration getBedrock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue