mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
21
servers/bedrock/definitions/features/fixup_lapis_position_feature.json
vendored
Normal file
21
servers/bedrock/definitions/features/fixup_lapis_position_feature.json
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"format_version": "1.13.0",
|
||||
"minecraft:scatter_feature": {
|
||||
"description": {
|
||||
"identifier": "minecraft:fixup_lapis_position_feature"
|
||||
},
|
||||
"iterations": 1,
|
||||
"coordinate_eval_order": "zyx",
|
||||
"x": {
|
||||
"distribution": "uniform",
|
||||
"extent": [ 0, 16 ]
|
||||
},
|
||||
"y": {
|
||||
"distribution": "uniform",
|
||||
"extent": [ 0, 16 ]
|
||||
},
|
||||
"z": 0,
|
||||
"project_input_to_floor": false,
|
||||
"places_feature": "minecraft:lapis_ore_feature"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user