Fixed Bartering LootTable
This commit is contained in:
parent
f7b4c8a618
commit
261099babd
7 changed files with 108 additions and 318 deletions
|
@ -12,4 +12,5 @@ accessible class net/minecraft/world/level/levelgen/presets/WorldPresets$Boot
|
|||
extendable class net/minecraft/world/level/levelgen/NoiseBasedChunkGenerator
|
||||
|
||||
#Methods
|
||||
accessible method net/minecraft/client/gui/screens/worldselection/WorldGenSettingsComponent updateSettings (Lnet/minecraft/client/gui/screens/worldselection/WorldCreationContext$Updater;)V
|
||||
accessible method net/minecraft/client/gui/screens/worldselection/WorldGenSettingsComponent updateSettings (Lnet/minecraft/client/gui/screens/worldselection/WorldCreationContext$Updater;)V
|
||||
accessible method net/minecraft/world/level/storage/loot/LootPool <init> ([Lnet/minecraft/world/level/storage/loot/entries/LootPoolEntryContainer;[Lnet/minecraft/world/level/storage/loot/predicates/LootItemCondition;[Lnet/minecraft/world/level/storage/loot/functions/LootItemFunction;Lnet/minecraft/world/level/storage/loot/providers/number/NumberProvider;Lnet/minecraft/world/level/storage/loot/providers/number/NumberProvider;)V
|
|
@ -20,6 +20,7 @@
|
|||
"EnchantingTableBlockMixin",
|
||||
"ItemStackMixin",
|
||||
"LayerLightSectionStorageMixin",
|
||||
"LootPoolMixin",
|
||||
"MainMixin",
|
||||
"MinecraftServerMixin",
|
||||
"MobSpawnSettingsAccessor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue