Added Entity, Item and Block palletes for 1.17/1 and 1.18/1. Added pallete generators as a command line option. Fixed a minor warning with AttackBot

This commit is contained in:
Dusan Milutinovic 2022-02-13 01:10:10 +01:00
parent 6986902938
commit 61a682a69b
16 changed files with 4488 additions and 72 deletions

View file

@ -46,8 +46,11 @@
RedSand,
Gravel,
GoldOre,
DeepslateGoldOre,
IronOre,
DeepslateIronOre,
CoalOre,
DeepslateCoalOre,
NetherGoldOre,
OakLog,
SpruceLog,
@ -79,10 +82,13 @@
JungleLeaves,
AcaciaLeaves,
DarkOakLeaves,
AzaleaLeaves,
FloweringAzaleaLeaves,
Sponge,
WetSponge,
Glass,
LapisOre,
DeepslateLapisOre,
LapisBlock,
Dispenser,
Sandstone,
@ -164,6 +170,7 @@
Chest,
RedstoneWire,
DiamondOre,
DeepslateDiamondOre,
DiamondBlock,
CraftingTable,
Wheat,
@ -195,6 +202,7 @@
AcaciaPressurePlate,
DarkOakPressurePlate,
RedstoneOre,
DeepslateRedstoneOre,
RedstoneTorch,
RedstoneWallTorch,
StoneButton,
@ -264,6 +272,7 @@
PumpkinStem,
MelonStem,
Vine,
GlowLichen,
OakFenceGate,
BrickStairs,
StoneBrickStairs,
@ -276,6 +285,9 @@
EnchantingTable,
BrewingStand,
Cauldron,
WaterCauldron,
LavaCauldron,
PowderSnowCauldron,
EndPortal,
EndPortalFrame,
EndStone,
@ -284,6 +296,7 @@
Cocoa,
SandstoneStairs,
EmeraldOre,
DeepslateEmeraldOre,
EnderChest,
TripwireHook,
Tripwire,
@ -393,6 +406,7 @@
DarkOakStairs,
SlimeBlock,
Barrier,
Light,
IronTrapdoor,
Prismarine,
PrismarineBricks,
@ -777,5 +791,126 @@
ChiseledNetherBricks,
CrackedNetherBricks,
QuartzBricks,
Candle,
WhiteCandle,
OrangeCandle,
MagentaCandle,
LightBlueCandle,
YellowCandle,
LimeCandle,
PinkCandle,
GrayCandle,
LightGrayCandle,
CyanCandle,
PurpleCandle,
BlueCandle,
BrownCandle,
GreenCandle,
RedCandle,
BlackCandle,
CandleCake,
WhiteCandleCake,
OrangeCandleCake,
MagentaCandleCake,
LightBlueCandleCake,
YellowCandleCake,
LimeCandleCake,
PinkCandleCake,
GrayCandleCake,
LightGrayCandleCake,
CyanCandleCake,
PurpleCandleCake,
BlueCandleCake,
BrownCandleCake,
GreenCandleCake,
RedCandleCake,
BlackCandleCake,
AmethystBlock,
BuddingAmethyst,
AmethystCluster,
LargeAmethystBud,
MediumAmethystBud,
SmallAmethystBud,
Tuff,
Calcite,
TintedGlass,
PowderSnow,
SculkSensor,
OxidizedCopper,
WeatheredCopper,
ExposedCopper,
CopperBlock,
CopperOre,
DeepslateCopperOre,
OxidizedCutCopper,
WeatheredCutCopper,
ExposedCutCopper,
CutCopper,
OxidizedCutCopperStairs,
WeatheredCutCopperStairs,
ExposedCutCopperStairs,
CutCopperStairs,
OxidizedCutCopperSlab,
WeatheredCutCopperSlab,
ExposedCutCopperSlab,
CutCopperSlab,
WaxedCopperBlock,
WaxedWeatheredCopper,
WaxedExposedCopper,
WaxedOxidizedCopper,
WaxedOxidizedCutCopper,
WaxedWeatheredCutCopper,
WaxedExposedCutCopper,
WaxedCutCopper,
WaxedOxidizedCutCopperStairs,
WaxedWeatheredCutCopperStairs,
WaxedExposedCutCopperStairs,
WaxedCutCopperStairs,
WaxedOxidizedCutCopperSlab,
WaxedWeatheredCutCopperSlab,
WaxedExposedCutCopperSlab,
WaxedCutCopperSlab,
LightningRod,
PointedDripstone,
DripstoneBlock,
CaveVines,
CaveVinesPlant,
SporeBlossom,
Azalea,
FloweringAzalea,
MossCarpet,
MossBlock,
BigDripleaf,
BigDripleafStem,
SmallDripleaf,
HangingRoots,
RootedDirt,
Deepslate,
CobbledDeepslate,
CobbledDeepslateStairs,
CobbledDeepslateSlab,
CobbledDeepslateWall,
PolishedDeepslate,
PolishedDeepslateStairs,
PolishedDeepslateSlab,
PolishedDeepslateWall,
DeepslateTiles,
DeepslateTileStairs,
DeepslateTileSlab,
DeepslateTileWall,
DeepslateBricks,
DeepslateBrickStairs,
DeepslateBrickSlab,
DeepslateBrickWall,
ChiseledDeepslate,
CrackedDeepslateBricks,
CrackedDeepslateTiles,
InfestedDeepslate,
SmoothBasalt,
RawIronBlock,
RawCopperBlock,
RawGoldBlock,
PottedAzaleaBush,
PottedFloweringAzaleaBush,
}
}