User Tools

Site Tools


tutorial:generator_types

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorial:generator_types [2020/09/06 13:20] – Add how to loosen the access of the private constructor siglongtutorial:generator_types [2025/11/21 13:59] (current) – ↷ Links adapted because of a move operation 40.77.167.2
Line 1: Line 1:
 +:!: //**This tutorial is outdated. For versions 1.18 and beyond, see [[tutorial:world_presets|Adding World Presets]].**//
 +
 ====== Adding Generator Types ====== ====== Adding Generator Types ======
 +
 +
 +
 Generator type is a wrapper around a chunk generator and shows up on the world generation menu as world type. Generator type is a wrapper around a chunk generator and shows up on the world generation menu as world type.
 If you don't know what generator type is, you may want to scroll down and see the result section of this page first. If you don't know what generator type is, you may want to scroll down and see the result section of this page first.
Line 31: Line 36:
 It is used when it localizes the world generation menu. It is used when it localizes the world generation menu.
  
-The constructor of ''GeneratorType'' is a private, so you have to use [[tutorial:accesswideners|Access Wideners]] to loosen the access.+The constructor of ''GeneratorType'' is a private, so you have to use [[tutorial:accesswidening|Access Wideners]] to loosen the access.
 Your access widener file should look like this: Your access widener file should look like this:
  
tutorial/generator_types.1599398434.txt.gz · Last modified: 2020/09/06 13:20 by siglong