Inventory, Terrain and Entity handling

This commit is contained in:
Anon 2024-07-02 11:08:46 +02:00
parent 58a5260b5b
commit 5a6fd577e5
35 changed files with 3456 additions and 66 deletions

View file

@ -71,7 +71,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[1835008] = ItemType.DetectorRail;
mappings[1900544] = ItemType.StickyPiston;
mappings[1966080] = ItemType.Cobweb;
mappings[2031617] = ItemType.Grass;
mappings[2031617] = ItemType.ShortGrass;
mappings[2031618] = ItemType.Fern;
mappings[2097152] = ItemType.DeadBush;
mappings[2162688] = ItemType.Piston;

View file

@ -71,7 +71,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[1835008] = ItemType.DetectorRail;
mappings[1900544] = ItemType.StickyPiston;
mappings[1966080] = ItemType.Cobweb;
mappings[2031617] = ItemType.Grass;
mappings[2031617] = ItemType.ShortGrass;
mappings[2031618] = ItemType.Fern;
mappings[2097152] = ItemType.DeadBush;
mappings[2162688] = ItemType.Piston;

View file

@ -62,7 +62,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[1769472] = ItemType.PoweredRail;
mappings[1835008] = ItemType.DetectorRail;
mappings[1900544] = ItemType.StickyPiston;
mappings[2031617] = ItemType.Grass;
mappings[2031617] = ItemType.ShortGrass;
mappings[2031618] = ItemType.Fern;
mappings[2097152] = ItemType.DeadBush;
mappings[2162688] = ItemType.Piston;

View file

@ -88,7 +88,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[73] = ItemType.DetectorRail;
mappings[74] = ItemType.StickyPiston;
mappings[75] = ItemType.Cobweb;
mappings[76] = ItemType.Grass;
mappings[76] = ItemType.ShortGrass;
mappings[77] = ItemType.Fern;
mappings[78] = ItemType.DeadBush;
mappings[79] = ItemType.Seagrass;
@ -531,7 +531,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[516] = ItemType.Jigsaw;
mappings[517] = ItemType.Composter;
mappings[518] = ItemType.TurtleHelmet;
mappings[519] = ItemType.Scute;
mappings[519] = ItemType.TurtleScute;
mappings[520] = ItemType.IronShovel;
mappings[521] = ItemType.IronPickaxe;
mappings[522] = ItemType.IronAxe;

View file

@ -101,7 +101,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[86] = ItemType.DetectorRail;
mappings[87] = ItemType.StickyPiston;
mappings[88] = ItemType.Cobweb;
mappings[89] = ItemType.Grass;
mappings[89] = ItemType.ShortGrass;
mappings[90] = ItemType.Fern;
mappings[91] = ItemType.DeadBush;
mappings[92] = ItemType.Seagrass;
@ -583,7 +583,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[568] = ItemType.StructureBlock;
mappings[569] = ItemType.Jigsaw;
mappings[570] = ItemType.TurtleHelmet;
mappings[571] = ItemType.Scute;
mappings[571] = ItemType.TurtleScute;
mappings[572] = ItemType.IronShovel;
mappings[573] = ItemType.IronPickaxe;
mappings[574] = ItemType.IronAxe;

View file

@ -101,7 +101,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[86] = ItemType.DetectorRail;
mappings[87] = ItemType.StickyPiston;
mappings[88] = ItemType.Cobweb;
mappings[89] = ItemType.Grass;
mappings[89] = ItemType.ShortGrass;
mappings[90] = ItemType.Fern;
mappings[91] = ItemType.DeadBush;
mappings[92] = ItemType.Seagrass;
@ -583,7 +583,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[568] = ItemType.StructureBlock;
mappings[569] = ItemType.Jigsaw;
mappings[570] = ItemType.TurtleHelmet;
mappings[571] = ItemType.Scute;
mappings[571] = ItemType.TurtleScute;
mappings[572] = ItemType.FlintAndSteel;
mappings[573] = ItemType.Apple;
mappings[574] = ItemType.Bow;

View file

@ -158,7 +158,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[147] = ItemType.ChiseledSandstone;
mappings[148] = ItemType.CutSandstone;
mappings[149] = ItemType.Cobweb;
mappings[150] = ItemType.Grass;
mappings[150] = ItemType.ShortGrass;
mappings[151] = ItemType.Fern;
mappings[152] = ItemType.Azalea;
mappings[153] = ItemType.FloweringAzalea;
@ -687,7 +687,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[676] = ItemType.StructureBlock;
mappings[677] = ItemType.Jigsaw;
mappings[678] = ItemType.TurtleHelmet;
mappings[679] = ItemType.Scute;
mappings[679] = ItemType.TurtleScute;
mappings[680] = ItemType.FlintAndSteel;
mappings[681] = ItemType.Apple;
mappings[682] = ItemType.Bow;

View file

@ -158,7 +158,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[147] = ItemType.ChiseledSandstone;
mappings[148] = ItemType.CutSandstone;
mappings[149] = ItemType.Cobweb;
mappings[150] = ItemType.Grass;
mappings[150] = ItemType.ShortGrass;
mappings[151] = ItemType.Fern;
mappings[152] = ItemType.Azalea;
mappings[153] = ItemType.FloweringAzalea;
@ -687,7 +687,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[676] = ItemType.StructureBlock;
mappings[677] = ItemType.Jigsaw;
mappings[678] = ItemType.TurtleHelmet;
mappings[679] = ItemType.Scute;
mappings[679] = ItemType.TurtleScute;
mappings[680] = ItemType.FlintAndSteel;
mappings[681] = ItemType.Apple;
mappings[682] = ItemType.Bow;

View file

@ -449,7 +449,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[598] = ItemType.GraniteSlab;
mappings[581] = ItemType.GraniteStairs;
mappings[355] = ItemType.GraniteWall;
mappings[160] = ItemType.Grass;
mappings[160] = ItemType.ShortGrass;
mappings[14] = ItemType.GrassBlock;
mappings[42] = ItemType.Gravel;
mappings[1032] = ItemType.GrayBanner;
@ -927,7 +927,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[626] = ItemType.SculkSensor;
mappings[329] = ItemType.SculkShrieker;
mappings[327] = ItemType.SculkVein;
mappings[715] = ItemType.Scute;
mappings[715] = ItemType.TurtleScute;
mappings[461] = ItemType.SeaLantern;
mappings[166] = ItemType.SeaPickle;
mappings[165] = ItemType.Seagrass;

View file

@ -473,7 +473,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[608] = ItemType.GraniteSlab;
mappings[591] = ItemType.GraniteStairs;
mappings[365] = ItemType.GraniteWall;
mappings[164] = ItemType.Grass;
mappings[164] = ItemType.ShortGrass;
mappings[14] = ItemType.GrassBlock;
mappings[44] = ItemType.Gravel;
mappings[1066] = ItemType.GrayBanner;
@ -956,7 +956,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[636] = ItemType.SculkSensor;
mappings[337] = ItemType.SculkShrieker;
mappings[335] = ItemType.SculkVein;
mappings[732] = ItemType.Scute;
mappings[732] = ItemType.TurtleScute;
mappings[471] = ItemType.SeaLantern;
mappings[170] = ItemType.SeaPickle;
mappings[169] = ItemType.Seagrass;

View file

@ -495,7 +495,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[622] = ItemType.GraniteSlab;
mappings[605] = ItemType.GraniteStairs;
mappings[379] = ItemType.GraniteWall;
mappings[172] = ItemType.Grass;
mappings[172] = ItemType.ShortGrass;
mappings[14] = ItemType.GrassBlock;
mappings[47] = ItemType.Gravel;
mappings[1090] = ItemType.GrayBanner;
@ -985,7 +985,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[650] = ItemType.SculkSensor;
mappings[350] = ItemType.SculkShrieker;
mappings[348] = ItemType.SculkVein;
mappings[753] = ItemType.Scute;
mappings[753] = ItemType.TurtleScute;
mappings[485] = ItemType.SeaLantern;
mappings[178] = ItemType.SeaPickle;
mappings[177] = ItemType.Seagrass;

View file

@ -505,7 +505,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[625] = ItemType.GraniteSlab;
mappings[608] = ItemType.GraniteStairs;
mappings[381] = ItemType.GraniteWall;
mappings[173] = ItemType.Grass;
mappings[173] = ItemType.ShortGrass;
mappings[14] = ItemType.GrassBlock;
mappings[48] = ItemType.Gravel;
mappings[1094] = ItemType.GrayBanner;
@ -1003,7 +1003,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[653] = ItemType.SculkSensor;
mappings[352] = ItemType.SculkShrieker;
mappings[350] = ItemType.SculkVein;
mappings[757] = ItemType.Scute;
mappings[757] = ItemType.TurtleScute;
mappings[487] = ItemType.SeaLantern;
mappings[179] = ItemType.SeaPickle;
mappings[178] = ItemType.Seagrass;

View file

@ -1025,7 +1025,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[674] = ItemType.SculkSensor;
mappings[373] = ItemType.SculkShrieker;
mappings[371] = ItemType.SculkVein;
mappings[794] = ItemType.Scute;
mappings[794] = ItemType.TurtleScute;
mappings[508] = ItemType.SeaLantern;
mappings[200] = ItemType.SeaPickle;
mappings[199] = ItemType.Seagrass;

File diff suppressed because it is too large Load diff

View file

@ -70,7 +70,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[1769472] = ItemType.PoweredRail;
mappings[1835008] = ItemType.DetectorRail;
mappings[1900544] = ItemType.StickyPiston;
mappings[2031617] = ItemType.Grass;
mappings[2031617] = ItemType.ShortGrass;
mappings[2031618] = ItemType.Fern;
mappings[2097152] = ItemType.DeadBush;
mappings[2162688] = ItemType.Piston;

View file

@ -66,7 +66,7 @@ namespace MinecraftClient.Inventory.ItemPalettes
mappings[1769472] = ItemType.PoweredRail;
mappings[1835008] = ItemType.DetectorRail;
mappings[1900544] = ItemType.StickyPiston;
mappings[2031617] = ItemType.Grass;
mappings[2031617] = ItemType.ShortGrass;
mappings[2031618] = ItemType.Fern;
mappings[2097152] = ItemType.DeadBush;
mappings[2293760] = ItemType.WhiteWool;

View file

@ -47,6 +47,8 @@
Anvil,
Apple,
ArcherPotterySherd,
ArmadilloScute,
ArmadilloSpawnEgg,
ArmorStand,
ArmsUpPotterySherd,
Arrow,
@ -143,6 +145,8 @@
BlueStainedGlassPane,
BlueTerracotta,
BlueWool,
BoggedSpawnEgg,
BoltArmorTrimSmithingTemplate,
Bone,
BoneBlock,
BoneMeal,
@ -154,6 +158,7 @@
BrainCoralBlock,
BrainCoralFan,
Bread,
BreezeRod,
BreezeSpawnEgg,
BrewerPotterySherd,
BrewingStand,
@ -478,6 +483,9 @@
FletchingTable,
Flint,
FlintAndSteel,
FlowArmorTrimSmithingTemplate,
FlowBannerPattern,
FlowPotterySherd,
FlowerBannerPattern,
FlowerPot,
FloweringAzalea,
@ -525,7 +533,6 @@
GraniteSlab,
GraniteStairs,
GraniteWall,
Grass, // 1.20.3+ renamed to ShortGrass
GrassBlock,
Gravel,
GrayBanner,
@ -557,11 +564,14 @@
Grindstone,
GuardianSpawnEgg,
Gunpowder,
GusterBannerPattern,
GusterPotterySherd,
HangingRoots,
HayBlock,
HeartOfTheSea,
HeartPotterySherd,
HeartbreakPotterySherd,
HeavyCore,
HeavyWeightedPressurePlate,
HoglinSpawnEgg,
HoneyBlock,
@ -693,6 +703,7 @@
LlamaSpawnEgg,
Lodestone,
Loom,
Mace,
MagentaBanner,
MagentaBed,
MagentaCandle,
@ -825,6 +836,8 @@
Obsidian,
OcelotSpawnEgg,
OchreFroglight,
OminousBottle,
OminousTrialKey,
OrangeBanner,
OrangeBed,
OrangeCandle,
@ -1027,12 +1040,12 @@
SandstoneStairs,
SandstoneWall,
Scaffolding,
ScrapePotterySherd,
Sculk,
SculkCatalyst,
SculkSensor,
SculkShrieker,
SculkVein,
Scute,
SeaLantern,
SeaPickle,
Seagrass,
@ -1200,8 +1213,10 @@
TuffWall,
TurtleEgg,
TurtleHelmet,
TurtleScute,
TurtleSpawnEgg,
TwistingVines,
Vault,
VerdantFroglight,
VexArmorTrimSmithingTemplate,
VexSpawnEgg,
@ -1295,11 +1310,13 @@
WhiteTulip,
WhiteWool,
WildArmorTrimSmithingTemplate,
WindCharge,
WitchSpawnEgg,
WitherRose,
WitherSkeletonSkull,
WitherSkeletonSpawnEgg,
WitherSpawnEgg,
WolfArmor,
WolfSpawnEgg,
WoodenAxe,
WoodenHoe,