Moved to test

This commit is contained in:
DaanV2
2021-06-06 11:51:52 +02:00
parent f7706afc17
commit 452fe59b2b
29 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"format_version": "1.13.0",
"minecraft:weighted_random_feature": {
"description": {
"identifier": "weighted_random_features:weighted_random_feature"
},
"features": [
//The schema says float for weights, but the game truncates it. You should enforce integers.
["weighted_random_features:weighted_random_feature_obsidian", 3],
["weighted_random_features:weighted_random_feature_planks", 1]
]
}
}