Skip to content

Commit

Permalink
KEEPING
Browse files Browse the repository at this point in the history
  • Loading branch information
nevixity1 committed Nov 28, 2023
1 parent 719069c commit 02e37b2
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// 1.20.1 2023-11-28T18:04:05.8505797 Nevixity's Mod/Tags for minecraft:item
// 1.20.1 2023-11-28T18:19:28.4168182 Nevixity's Mod/Tags for minecraft:item
db0bf369aff4a0a36f16bc02e7a03e07980f9073 data\minecraft\tags\items\music_discs.json
4daf0e7b32a7df50bc4070bab6bb3534f7d280d2 data\minecraft\tags\items\beacon_payment_items.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 1.20.1 2023-11-28T18:04:05.8515773 Nevixity's Mod/Tags for minecraft:block
8a23702b05296c8af5014d6aa6e9265ded85c7d9 data\minecraft\tags\blocks\mineable\axe.json
// 1.20.1 2023-11-28T18:19:28.4178143 Nevixity's Mod/Tags for minecraft:block
8a23702b05296c8af5014d6aa6e9265ded85c7d9 data\minecraft\tags\blocks\mineable\hoe.json
8a23702b05296c8af5014d6aa6e9265ded85c7d9 data\minecraft\tags\blocks\mineable\axe.json
8a23702b05296c8af5014d6aa6e9265ded85c7d9 data\minecraft\tags\blocks\needs_diamond_tool.json
8a23702b05296c8af5014d6aa6e9265ded85c7d9 data\minecraft\tags\blocks\needs_iron_tool.json
9ee95efd1e6d6d02e14954f45e10b536cc56ffaf data\minecraft\tags\blocks\beacon_base_blocks.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20.1 2023-11-28T18:04:05.8525745 Nevixity's Mod/Model Definitions
// 1.20.1 2023-11-28T18:19:28.4188138 Nevixity's Mod/Model Definitions
3325ce50335c8f1a57445a899e9d705df7eb70f7 assets\nevixitysmod\blockstates\odium_ore.json
acb5c9ec0b78408a1b0ee62611bc214087316750 assets\nevixitysmod\models\item\raw_odium.json
7a11f47f16c0fb51582e21b69c932fb4460da397 assets\nevixitysmod\models\item\odium_block.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// 1.20.1 2023-11-28T18:04:05.8535719 Nevixity's Mod/World Gen
// 1.20.1 2023-11-28T18:19:28.4198106 Nevixity's Mod/World Gen
21abffe9fc941ce93b079f301de98f889c7b6f8e data\nevixitysmod\worldgen\placed_feature\odium_ore_placed.json
80d6f73ff0036c69e312c3dd9cc871eb6e094b38 data\nevixitysmod\worldgen\configured_feature\odium_ore.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.1 2023-11-28T18:04:05.8525745 Nevixity's Mod/Language (en_us)
// 1.20.1 2023-11-28T18:19:28.4188138 Nevixity's Mod/Language (en_us)
fad5630de8de153d92a2d0b4c2ecba69d467f5d7 assets\nevixitysmod\lang\en_us.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.1 2023-11-28T18:04:05.8545693 Nevixity's Mod/Advancements
// 1.20.1 2023-11-28T18:19:28.4198106 Nevixity's Mod/Advancements
c574b09d725ff3d853369848df6ff9704d889215 data\nevixitysmod\advancements\raw_odium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"nevixitysmod:odium_ingot"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ public ModItemTagProvider(FabricDataOutput output, CompletableFuture<RegistryWra
protected void configure(RegistryWrapper.WrapperLookup arg) {
getOrCreateTagBuilder(ItemTags.MUSIC_DISCS)
.add(ModItems.MUSIC_DISC_AUTUMN_FALLS);
getOrCreateTagBuilder(ItemTags.BEACON_PAYMENT_ITEMS)
.add(ModItems.ODIUM_INGOT);
}
}
}

0 comments on commit 02e37b2

Please sign in to comment.