MicrosoftDocs / minecraft-creator

This is the repository for Minecraft Bedrock documentation.
Creative Commons Attribution 4.0 International
179 stars 131 forks source link

File/Name placement and ore/world generation code? #787

Open NatulilakkReal opened 8 months ago

NatulilakkReal commented 8 months ago

[Enter feedback here] Below is the error i just dont get how the world generation works


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

NatulilakkReal commented 8 months ago

i think ive placed all the files/folders on the right place but im stuck why its not spawningin in the world

this is the features/emily_ore_feature.json { "format_version": "1.17.0", "minecraft:ore_feature": { "description": { "identifier": "emily:emily_ore_feature" }, "count": 8, "replace_rules": [ { "places_block": "emily:emily_ore", "may_replace": "minecraft:stone" }, { "places_block": "emily:emily_ore", "may_replace": "minecraft:deepslate" } ] } }

and this is the feature_rules/overworld_underground_emily_ore_feature.json { "format_version": "1.13.0", "minecraft:feature_rules": { "description": { "identifier": "emily:overworld_underground_emily_ore_feature", "places_feature": "emily:emily_ore_feature" }, "conditions": { "placement_pass": "underground_pass", "minecraft:biome_filter": [ { "any_of": [ { "test": "has_biome_tag", "operator": "==", "value": "overworld" }, { "test": "has_biome_tag", "operator": "==", "value": "overworld_generation" } ] } ] }, "distribution": { "iterations": 10, "x": { "distribution": "uniform", "extent": [0, 16] }, "y": { "distribution": "triangle", "extent": [-64, 62] }, "z": { "distribution": "uniform", "extent": [0, 16] } } } } Skjermbilde 2024-02-08 122220