Add random seed button

This commit is contained in:
Misode
2024-10-27 05:39:04 +01:00
parent 88b8730b72
commit 446e04879c
3 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ dispatch minecraft:resource[text_component] to Text
dispatch minecraft:resource[world] to struct WorldSettings {
generate_features: boolean,
bonus_chest: boolean,
seed: #[random] int,
seed: #[random] long,
dimensions: struct {
[#[id="dimension"] string]: Dimension,
},