+ Link Block

This commit is contained in:
Glitchlabs
2026-08-04 13:47:12 +02:00
parent 44c3a4f73f
commit a4236cea9a
4 changed files with 4 additions and 5 deletions
@@ -17,9 +17,9 @@ public class ModBlockLootTableProvider extends BlockLootSubProvider {
@Override @Override
protected void generate() { protected void generate() {
dropSelf(ModBlocks.LINK_BLOCK.get());
dropSelf(ModBlocks.DUCK.get()); dropSelf(ModBlocks.DUCK.get());
dropSelf(ModBlocks.BABY_TURTLE.get()); dropSelf(ModBlocks.BABY_TURTLE.get());
dropSelf(ModBlocks.LINK_BLOCK.get());
dropSelf(ModBlocks.IRON_SHELF.get()); dropSelf(ModBlocks.IRON_SHELF.get());
dropSelf(ModBlocks.OBSIDIAN_BRICKS.get()); dropSelf(ModBlocks.OBSIDIAN_BRICKS.get());
@@ -19,6 +19,6 @@
}, },
"result": { "result": {
"id": "ornamentum:baby_turtle", "id": "ornamentum:baby_turtle",
"count": 1 "count": 4
} }
} }
@@ -19,6 +19,6 @@
}, },
"result": { "result": {
"id": "ornamentum:duck", "id": "ornamentum:duck",
"count": 1 "count": 4
} }
} }
@@ -20,6 +20,5 @@
"result": { "result": {
"count": 1, "count": 1,
"id": "ornamentum:link_block" "id": "ornamentum:link_block"
}, }
"show_notification": true
} }