LeviLamina
Loading...
Searching...
No Matches
AllExperiments.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class AllExperiments : int {
6 TestExperiment = 0,
7 NextUpdate = 1,
8 DisabledExperiment = 2,
9 ExperimentalText = 3,
10 AllowSeedChange = 4,
11 DataDrivenBiomes = 5,
12 UpcomingCreatorFeatures = 6,
13 BetaApis = 7,
14 DataDrivenVanillaBlocksAndItems = 8,
15 DisableDataDrivenVanillaBlocksAndItems = 9,
16 ExperimentalCreatorCameras = 10,
17 MinecraftExplorer = 11,
18 DeferredTechnicalPreview = 12,
19 VillagerTradesRebalance = 13,
20 VanillaBlockGeometry = 14,
21 JigsawStructures = 15,
22 SimplifiedSpawnRules = 16,
23 Count = 17,
24};