Skip to content

Commit

Permalink
[ci-skip] add nether_roof option in renderers comment
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Feb 23, 2024
1 parent 5a3b66a commit 9d685a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class WorldConfig extends AbstractConfig {
@Comment("""
Renderers to use. Each renderer will render a different
type of map. The built-in renderers include:
vintage_story, basic, biomes, flowermap, inhabited, night, and vanilla""")
vintage_story, basic, biomes, flowermap, inhabited, night, nether_roof, and vanilla""")
public Map<@NotNull String, @NotNull String> RENDER_RENDERERS = new LinkedHashMap<>() {{
put("vintage_story", "overworld_basic");
}};
Expand Down

0 comments on commit 9d685a1

Please sign in to comment.