your current location:首页 > news>1.16ore Tweaker's JSON basic writing Ore Tweaker Minecraft Game

1.16ore Tweaker's JSON basic writing Ore Tweaker Minecraft Game

2024-12-10 17:53:33|Myriagame |source:minecraft skins

This tutorial is set by the author's setting without permission.

Reference Document: Tweaking ore Generation | Ore Tweaker 2 · Ewyboy/Oretweaker Wiki (github.com)

After installing this module (Ore Tweaker) start the game, it will become a folder called Oretweaker in the config folder in the game directory

There are four files in it, we only need to modify the content of the Data folder

The json file in it directly opens the following parameters. The diamond ore is used to explain the meaning of it.

 {{

"Ouconfig": [[

{{

"Ol": "Minecraft: Diamond_ore",, "

"Filler": "Minecraft: Stone",

"Miny": 1,

"Maxy": 16,

"Maxveinsize": 7,

"Spawnrate": 1.0,

"Biomeblacklist": [],,,

"Biomewhitelist": [] []

}

]

}

Ore represents the ore. This is not only the ore, but you can think of any square if you think

Filler fills the square, which means that the block in the ORE parameter needs to be filled and generated in which block

MINY minimum genera (height axis) MAXY maximum generation Y axis

maxveinsize maximum number of mineral pulses

The probability of spawnrate generates, the greater the probability, the more

Biomeblacklist group blacklist Biomewhitelist group whites are generated or not generated by the specified group system (block)

Note:

1. This module does not support heat loading, please restart the game after modifying

2. All modifications are performed under the data folder. If you are not sure if you are added or modified successfully, you can modify the debug = false to debug = true under the oretweaker.toml file and then check whether it is successful in the latest.log.

3. This tutorial is only applicable to the simplest use.

4. This module can work with the COT module, use COT to create a mineral block and then use this module to deploy to the world to generate

If the text can't understand, you can view the video tutorial