-
-
Notifications
You must be signed in to change notification settings - Fork 0
Aluminum Ore
Note
This page is currently updated to CCTVCraft 4.8.0 and above.
Aluminum Ore generates in the overworld naturally.
It can generate in any biomes listed in the cctvcraft:ores/aluminum
biome tag which includes biomes from the minecraft:is_overworld
biome tag.
The ore can replace blocks listed in the cctvcraft:aluminum_ore_can_replace
block tag which includes blocks from the minecraft:stone_ore_replacables
block tag.
By default, the ore will generate between 0 and 128 on the Y level in veins of about 14 blocks though this number can vary.
In 4.8.0 Aluminum Ore has been worked into a config file under the root directory /config/cctvcraft/ore_distribution.json
The config file can be changed while in the game without needing to reboot the game.
Changes to this file will affect newly generated chunks. Existing chunks will not be updated based on the config settings.
The ore distribution config can control the ore's chance of generating and the level of which the ore generates.
This was added in so mod pack creators have a bit more control over the generation of the ore.
-
min_y
: controls the minimum level at which the ore can generate.- The lowest possible value is
-64
- The highest possible value is
320
- If the value is above
max_y
then it will be set tomax_y
value. - If the possible value is outside the bounds it will set it to the nearest possible value.
- The
default
value is set to 0.
- The lowest possible value is
-
max_y
: controls the maximum level at which the ore can generate.- The lowest possible value is
-64
. - The highest possible value is
320
. - If the possible value is outside the bounds it will set it to the nearest possible value.
- The
default
value is set to 128.
- The lowest possible value is
-
chance
: controls the amount of ore per chunk- The lowest possible value is
0
. - The highest possible value is
100
. - The Math is as follows
[Random Number (0 ~ 100)] β€ [ROUND DOWN (Chance)]
- If the possible value is outside the bounds it will set it to the nearest possible value.
- The
default
setting is set to 10.
- The lowest possible value is
Aluminum Ore drops 1 to 5 Raw ALuminum items per block. It also drops one piece of cobblestone.
If Silktouch is used it will drop 1 Aluminum Ore block.
You can also use Fortune on Aluminum Ore to get even more Raw Aluminum.
You must use a stone pickaxe
or greater to break this block with drops.
-
forge:ores/aluminum
- Tag Type: Block & Item
- Uses: Used in recipes mainly.
As of 4.8.0, this item can unlock recipes using scoreboards and objectives.
Objective Name | Objective Type | Score | Recipe Unlocked |
---|---|---|---|
cctvcraftRecipe01 | Mine Aluminum Ore | 1 or higher | cctvcraft:aluminum_ingot_blasting |
cctvcraftRecipe01 | Mine Aluminum Ore | 1 or higher | cctvcraft:aluminum_ingot_smelting |
- 4.8.0
- Lowered the amount of ore that will be generated naturally.
- Added config file to allow mod pack creators more control over the ore generation.
- Updated ore block and item tags.
- 4.6.0
- Added the tags
- Added the block
- Created textures
π Home
-
π Categories
-
π Report Bug
-
π‘ Feature Request
-
π¦ Releases
-
β Mod Dependencies
-
π₯ CurseForge
-
𧩠MCreator
-
π’ Attribution
-
β Planned Features
-
π Upcoming Changes
-
π Changelogs