your current location:首页 > news>WCE Tutorial [WCE] Water Control Extreme Minecraft Game

WCE Tutorial [WCE] Water Control Extreme Minecraft Game

2024-12-10 17:54:29|Myriagame |source:minecraft skins

Open the WaterControlextreme.cfg file in the Config folder. The content of the file is as follows:

#Configuration file

General {

#Block registry names for flows that should be made finite

S: Finiteflumps <

Water

"

// Fill in the fluid names that need to modify the fluid properties here, such as water, lava and so on.If I want to cancel the infinite attribute of Water, just fill in Water.

#Biomes in whild the fluids should be incinite

S: Infinitebiomes <

Minecraft: Ocean

Minecraft: Deep_ocean

Minecraft: Beach

Minecraft: Stone_beach

Minecraft: Cold_beach

Minecraft: Beaches

Minecraft: River

"

// The biological groups that are filled here are still infinitely infinite.

// For example, the biological groups such as the ocean, beaches, and rivers here are still infinite, while other biological groups are no longer limited.

#Dimensions in Which the Fluids Should Be Infinite

I: InfinitedIMENSIONS <

"

// The dimensions filled here are still infinitely infinite.

// For example, filling in 0, representing the main world, the water of the main world is infinite.

#Minimum y-level in which fluids can form new source blocks.#Min: 0

#MAX: 255

I: maxheight = 255

#Maximum y-level in which fluids can form new source blocks.

#Min: 0

#MAX: 255

I: minheight = 0

// Here is the height of the fluid. You can control the height of the fluid generated by modifying the maximum value and minimum value.

}