-
-
Notifications
You must be signed in to change notification settings - Fork 17
Placement Modifier: Minecraft: Count
DerFrZocker edited this page May 7, 2023
·
4 revisions
Key: minecraft:count
The count placement modifier is one of the simpler placement modifiers. It will take a location and outputs the same locations multiple times as set by the count setting.
In Minecraft default features this placement modifier is used to set how often a feature should spawn in a chunk.
Note: A feature can generate less in a chunk, than specific with this placement modifier, if other criteria are
not satisfied.
Value-Type: Integer
Value-Range: [0, ∞)
The count determines how often the given location should be returned.
| Feature | Count |
|---|---|
minecraft:ore_diamond |
7 |
minecraft:ore_diamond_buried |
4 |
minecraft:ore_diamond_large |
1 |
minecraft:ore_iron_middle |
10 |
minecraft:ore_iron_small |
10 |
minecraft:ore_iron_upper |
90 |
minecraft:ore_clay |
33 |
minecraft:ore_copper |
46 |
minecraft:ore_gravel |
14 |
minecraft:ore_emerald |
100 |
Configuration
"count": <integer value>,
"placement_modifier_type": "minecraft:count"Full Example
"placement_modifier_configurations": [
{
"count": {
"count_type": "feature:fixed_double_to_integer",
"value": 100.0
},
"placement_modifier_type": "minecraft:count"
}
]- Common Questions
- Inventory Gui Screens Explained
- Generators:
- Minecraft:
- Placement Modifiers:
- Minecraft:
- Feature:
- Value Types: