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 CustomComponentsV2 = 8,
15 DataDrivenVanillaBlocksAndItems = 9,
16 DisableDataDrivenVanillaBlocksAndItems = 10,
17 ThirdPersonCameras = 11,
18 MinecraftExplorer = 12,
19 DeferredTechnicalPreview = 13,
20 VillagerTradesRebalance = 14,
21 VanillaBlockGeometry = 15,
22 JigsawStructures = 16,
23 CameraAimAssist = 17,
24 ExperimentalGraphics = 18,
25 SimplifiedSpawnRules = 19,
26 Y2025Drop1 = 20,
27 Count = 21,
28};