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 UpcomingCreatorFeatures = 5,
12 BetaApis = 6,
13 DataDrivenVanillaBlocksAndItems = 7,
14 DisableDataDrivenVanillaBlocksAndItems = 8,
15 ExperimentalCreatorCameras = 9,
16 MinecraftExplorer = 10,
17 DeferredTechnicalPreview = 11,
18 VillagerTradesRebalance = 12,
19 VanillaBlockGeometry = 13,
20 JigsawStructures = 14,
21 SimplifiedSpawnRules = 15,
22 VoxelShapes = 16,
23 Count = 17,
24};