your current location:首页 > news>SHIPS MOD-How to configure the physical properties of the block (Ships Mod) Minecraft Game

SHIPS MOD-How to configure the physical properties of the block (Ships Mod) Minecraft Game

2024-12-10 17:45:04|Myriagame |source:minecraft skins

Note: Ships Mod does not create .cfg configuration files by itself, so before configuration, please create a shipblockproperties.cfg file in the .minecraft/config/in.(You can create a text document first, and then change the complexation to make it .cfg file and right -click to open it with a notepad book, you can add/modify.)

Before changing, you must first understand the physical properties that can be changed in the configuration file. They are quality (the unit is KN), the volume (unit is m³), ​​and water density. Whether it is ignored and water by the ship.Among them, the "whether it is water" can define the square as a water square (such as the wooden boat in the lady lake), and the option of "whether to be ignored by a ship" will makeAir blocks), which is very friendly for the building pier.(But the bottom of the ship is still unable to drive when it is touched by the box.) The "water tightness" is very important, because the hull must be built with water density materials, otherwise the cabin will enter the water and cause the ship to sink the bottom.

As a reference, the nature of a water block is default to 1; 1 (that is, the mass is 1kn and the volume is 1m³). When configuration, you can configure it according to the following format:

Whether the quality of the block ID is defined by the ship's ignore by the ship is defined as water

Such as: Minecraft: Stone = 3; 1; True; TRUE; FALSE, this translation is; the original stone is 3kn and the volume is 1m³, which is a water -dense block, which is ignored by the ship (the default is false, here is just for it forFor example), not water.

(Note: In general, except for special blocks such as doors, ladders, fences, living plate doors, pressure boards, and half bricks. Most blocks are 1 volume.Yes 1).

For the physical properties of other original blocks, see the official website in detail.