Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Leaderboard

Popular Content

Showing content with the highest reputation on 01/30/23 in all areas

  1. I read both of those and with the help of an online loot table generator, I was able to see how it is constructed. I ended up successfully modifying the gravel loot table. Thanks... { "type": "minecraft:block", "pools": [ { "rolls": 1, "bonus_rolls": 0, "entries": [ { "type": "minecraft:alternatives", "children": [ { "type": "minecraft:item", "name": "minecraft:gravel", "conditions": [ { "condition": "minecraft:match_tool", "predicate": { "enchantments": [ { "enchantment": "minecraft:silk_touch", "levels": { "min": 1 } } ] } } ] }, { "type": "minecraft:item", "name": "minecraft:flint", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.45 } ] }, { "type": "minecraft:item", "name": "minecraft:coal", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.20 } ] }, { "type": "minecraft:item", "name": "foundations:iron_nugget_ore", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.057 } ] }, { "type": "minecraft:item", "name": "foundations:clay_ore", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.038 } ] }, { "type": "minecraft:item", "name": "minecraft:raw_iron", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.0075 } ] }, { "type": "minecraft:item", "name": "foundations:gold_nugget_ore", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.0025 } ] }, { "type": "minecraft:alternatives", "conditions": [ { "condition": "minecraft:survives_explosion" } ], "children": [ { "type": "minecraft:item", "name": "minecraft:flint", "conditions": [ { "condition": "minecraft:table_bonus", "enchantment": "minecraft:fortune", "chances": [ 0.1, 0.142387, 0.25, 1.0 ] } ] }, { "type": "minecraft:item", "name": "minecraft:gravel" } ] } ] } ] } ] } { "type": "minecraft:block", "pools": [ { "rolls": 1, "bonus_rolls": 0, "entries": [ { "type": "minecraft:alternatives", "children": [ { "type": "minecraft:item", "name": "minecraft:gravel", "conditions": [ { "condition": "minecraft:match_tool", "predicate": { "enchantments": [ { "enchantment": "minecraft:silk_touch", "levels": { "min": 1 } } ] } } ] }, { "type": "minecraft:item", "name": "minecraft:flint", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.45 } ] }, { "type": "minecraft:item", "name": "minecraft:coal", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.20 } ] }, { "type": "minecraft:item", "name": "foundations:iron_nugget_ore", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.057 } ] }, { "type": "minecraft:item", "name": "foundations:clay_ore", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.038 } ] }, { "type": "minecraft:item", "name": "minecraft:raw_iron", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.0075 } ] }, { "type": "minecraft:item", "name": "foundations:gold_nugget_ore", "conditions": [ { "condition": "minecraft:random_chance", "chance": 0.0025 } ] }, { "type": "minecraft:alternatives", "conditions": [ { "condition": "minecraft:survives_explosion" } ], "children": [ { "type": "minecraft:item", "name": "minecraft:flint", "conditions": [ { "condition": "minecraft:table_bonus", "enchantment": "minecraft:fortune", "chances": [ 0.1, 0.142387, 0.25, 1.0 ] } ] }, { "type": "minecraft:item", "name": "minecraft:gravel" } ] } ] } ] } ] } I treat gravel as a filter catch-all. Some extra minor drops - adding some nugget ores so you don't get iron ores dropping from gravel except on rare occurrence. Clay ore is a new item I've implemented that drops from a new clay block added to regular clay generation. ...edited the loot table. It was an older one while I was building it. This one is the complete loot table.
  2. Finally! I did it ๐Ÿ•บ๐Ÿค

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.