-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 23w44a stuff None of the command stuff here - I tried but scrapped it all, I don't understand that stuff lol * fixes
- Loading branch information
Showing
7 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
mappings/net/minecraft/inventory/LootableInventory.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
CLASS net/minecraft/class_8934 net/minecraft/inventory/LootableInventory | ||
FIELD field_47154 LOOT_TABLE_KEY Ljava/lang/String; | ||
FIELD field_47155 LOOT_TABLE_SEED_KEY Ljava/lang/String; | ||
METHOD method_10997 getWorld ()Lnet/minecraft/class_1937; | ||
METHOD method_11016 getPos ()Lnet/minecraft/class_2338; | ||
METHOD method_11285 setLootTable (Lnet/minecraft/class_2960;)V | ||
ARG 1 lootTableId | ||
METHOD method_54866 setLootTableSeed (J)V | ||
ARG 1 lootTableSeed | ||
METHOD method_54867 setLootTable (Lnet/minecraft/class_2960;J)V | ||
ARG 1 lootTableId | ||
ARG 2 lootTableSeed | ||
METHOD method_54868 setLootTable (Lnet/minecraft/class_1922;Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;Lnet/minecraft/class_2960;)V | ||
ARG 0 world | ||
ARG 1 random | ||
ARG 2 pos | ||
ARG 3 lootTableId | ||
METHOD method_54869 getLootTable ()Lnet/minecraft/class_2960; | ||
METHOD method_54870 getLootTableSeed ()J | ||
METHOD method_54871 readLootTable (Lnet/minecraft/class_2487;)Z | ||
ARG 1 nbt | ||
METHOD method_54872 writeLootTable (Lnet/minecraft/class_2487;)Z | ||
ARG 1 nbt | ||
METHOD method_54873 generateLoot (Lnet/minecraft/class_1657;)V | ||
ARG 1 player |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters