Skip to content

Commit 50d98dc

Browse files
committed
fix: block registry shouldnt use aether id
1 parent 4cb8849 commit 50d98dc

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// 1.20.4 2024-05-10T23:03:32.1607053 Languages: en_us for mod: aether_treasure_reforging
2-
fd458833bae789cfaef625d7db38caea49d944b2 assets/aether_treasure_reforging/lang/en_us.json
1+
// 1.20.4 2024-09-26T12:45:36.2385375 Languages: en_us for mod: aether_treasure_reforging
2+
982310625dd007a4e207f86e5b06ae06a61cc8f7 assets/aether_treasure_reforging/lang/en_us.json
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// 1.20.4 2024-09-26T11:12:33.5755532 Loot Tables
2-
dbf3240a71731dbbf8e009549358fe06b1606d8f data/aether/loot_tables/blocks/pyral_block.json
3-
d324f3492facdf203fc3d8b1d86c5d86f01b5453 data/aether/loot_tables/blocks/valkyrum_block.json
1+
// 1.20.4 2024-09-26T12:45:36.2405376 Loot Tables
2+
e125b9ac88e9b5288c731d1d17d73d1f930eb359 data/aether_treasure_reforging/loot_tables/blocks/pyral_block.json
3+
71569d5553777bab28f87b989e3de01b8491e116 data/aether_treasure_reforging/loot_tables/blocks/valkyrum_block.json
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// 1.20.4 2024-05-10T22:53:15.5291038 Block States: aether_treasure_reforging
2-
f00bcb829a6af337a592d0442d02ca35be1c4830 assets/aether/blockstates/pyral_block.json
3-
9b1438950be937e5c5aba53513dd71e1127b864b assets/aether/blockstates/valkyrum_block.json
1+
// 1.20.4 2024-09-26T12:45:36.2355375 Block States: aether_treasure_reforging
2+
f00bcb829a6af337a592d0442d02ca35be1c4830 assets/aether_treasure_reforging/blockstates/pyral_block.json
3+
9b1438950be937e5c5aba53513dd71e1127b864b assets/aether_treasure_reforging/blockstates/valkyrum_block.json
44
ea3b7ce93bad864feb437c32f80addb4122b4b84 assets/aether_treasure_reforging/models/block/pyral_block.json
55
b126328ad7263cdc93459ae3e151b5426bb65159 assets/aether_treasure_reforging/models/block/valkyrum_block.json
66
01ccafc7c2658228a3325c21e068c151c6833a01 assets/aether_treasure_reforging/models/block/valkyrum_block_horizontal.json
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// 1.20.4 2024-09-26T10:52:05.454581 Tags for minecraft:block mod id aether_treasure_reforging
2-
2ef60f386a62d5b7f99c520a1390f317b79e22aa data/forge/tags/blocks/storage_blocks.json
3-
2ef60f386a62d5b7f99c520a1390f317b79e22aa data/minecraft/tags/blocks/mineable/pickaxe.json
4-
2ef60f386a62d5b7f99c520a1390f317b79e22aa data/minecraft/tags/blocks/needs_iron_tool.json
1+
// 1.20.4 2024-09-26T12:45:36.2425387 Tags for minecraft:block mod id aether_treasure_reforging
2+
e34285046bb3b80e031a87af7087e15676e7b45c data/forge/tags/blocks/storage_blocks.json
3+
e34285046bb3b80e031a87af7087e15676e7b45c data/minecraft/tags/blocks/mineable/pickaxe.json
4+
e34285046bb3b80e031a87af7087e15676e7b45c data/minecraft/tags/blocks/needs_iron_tool.json
File renamed without changes.
File renamed without changes.

src/generated/resources/assets/aether_treasure_reforging/lang/en_us.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"block.aether.pyral_block": "Block of Pyral",
3-
"block.aether.valkyrum_block": "Block of Valkyrum",
2+
"block.aether_treasure_reforging.pyral_block": "Block of Pyral",
3+
"block.aether_treasure_reforging.valkyrum_block": "Block of Valkyrum",
44
"item.aether_treasure_reforging.neptune_mesh": "Neptune Mesh",
55
"item.aether_treasure_reforging.neptune_upgrade_smithing_template": "Smithing Template",
66
"item.aether_treasure_reforging.phoenix_upgrade_smithing_template": "Smithing Template",
@@ -20,8 +20,8 @@
2020
"item.aether_treasure_reforging.smithing_template.valkyrie_upgrade.ingredients": "Valkyrum Ingot",
2121
"item.aether_treasure_reforging.valkyrie_upgrade_smithing_template": "Smithing Template",
2222
"item.aether_treasure_reforging.valkyrum_ingot": "Valkyrum Ingot",
23-
"lore.block.aether.pyral_block": "A solid block made from Pyral Ingots. They can power beacons and have a fiery look to them.",
24-
"lore.block.aether.valkyrum_block": "A solid block made from Valkyrum Ingots. They can power beacons and be used as decorative accenting.",
23+
"lore.block.aether_treasure_reforging.pyral_block": "A solid block made from Pyral Ingots. They can power beacons and have a fiery look to them.",
24+
"lore.block.aether_treasure_reforging.valkyrum_block": "A solid block made from Valkyrum Ingots. They can power beacons and be used as decorative accenting.",
2525
"lore.item.aether_treasure_reforging.neptune_mesh": "A mesh of interwoven blue metallic links. With the respective template, it can be used in a Smithing Table to forge Neptune armor.",
2626
"lore.item.aether_treasure_reforging.neptune_upgrade_smithing_template": "A smithing template that can be used in the creation of Neptune Armor, using both Neptune Mesh and Zanite Armor.",
2727
"lore.item.aether_treasure_reforging.phoenix_upgrade_smithing_template": "A smithing template that can be used in the creation of Phoenix Armor, using both Pyral Ingots and Gravitite Armor.",

src/generated/resources/data/aether/loot_tables/blocks/pyral_block.json renamed to src/generated/resources/data/aether_treasure_reforging/loot_tables/blocks/pyral_block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"rolls": 1.0
1818
}
1919
],
20-
"random_sequence": "aether:blocks/pyral_block"
20+
"random_sequence": "aether_treasure_reforging:blocks/pyral_block"
2121
}

src/generated/resources/data/aether/loot_tables/blocks/valkyrum_block.json renamed to src/generated/resources/data/aether_treasure_reforging/loot_tables/blocks/valkyrum_block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"rolls": 1.0
1818
}
1919
],
20-
"random_sequence": "aether:blocks/valkyrum_block"
20+
"random_sequence": "aether_treasure_reforging:blocks/valkyrum_block"
2121
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"values": [
3-
"aether:valkyrum_block",
4-
"aether:pyral_block"
3+
"aether_treasure_reforging:valkyrum_block",
4+
"aether_treasure_reforging:pyral_block"
55
]
66
}

0 commit comments

Comments
 (0)