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 SimplifiedSpawnRules = 14,
21 VoxelShapes = 15,
22 Poi = 16,
23 BrainPrototype = 17,
24 FurnaceRecipeBook = 18,
25 CustomProjectiles = 19,
26 Y2026Drop2 = 20,
27 Lwe = 21,
28 Count = 22,
29};