No it’s from a loot table. If you recreate the same seed on the same machine it will always have different loot.
How do I change my vanilla loot table?
Namespace: If you want to change a vanilla loot table, you have to choose “minecraft”, but if you want to create a new loot table for your mod, choose “mod”. Type: It will define which type of loot table you make.
Which bastion has best loot?
Hoglin Stable Here is the best loot that can be found in this structure: Crimson Fungus. Block of Gold. Enchanted Diamond Shovel.
What is the best loot you can get from a bastion?
Bastion Remnants loot and treasure rooms Many contain basic materials like arrows or string, but can also include more valuable items, such as: Golden weapons and armour. Gold/Iron nuggets. Gilded blackstone.
How to add a loot table to the chests in my structure?
So, first set the Loot table type value to Chest. then set the Loot table registry name to the name of your structure. Okay, now that you have done the technical part you can now play around with your loot table! alright I tried that. It… alright I tried that.
How do you Move Loot from a chest in Minecraft?
Accoding to the Minecraft wiki on inventory, it states that: To move all items of one kind into a chest from your inventory (and vice versa), pick up any item, hold ⇧ Shift, and double click one of the items (or a stack) of the items you want to move. In addition, it states in the Minecraft wiki for Chests:
What is the path for loot tables in Minecraft 1.13?
In Minecraft 1.12, I used the Loot Table generator from Minecraft Tools to create custom Loot Tables for chests. The download path was: .minecraft > saves > WORLDNAME > data > loot_tables > mctools > chests > TABLENAME
How to create a custom loot table in Minecraft?
To create a custom loot table, first create a new folder for the custom namespace, and then create loot tables within following a similar structure. Then, summon the mob with the data tag DeathLootTable set to the name of the directory and file (without the .json extension), such as DeathLootTable:”custom_namespace:path/to/table” .