Skip to content

Commit

Permalink
fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsterner committed Aug 11, 2023
1 parent 49c51c7 commit 7708740
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.19.2+build.28
loader_version=0.14.19

# Mod Properties
mod_version=1.2.4
mod_version=1.2.5
maven_group=dev.sterner
archives_base_name=geocluster

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.2 2023-07-26T16:33:52.189165875 Tags for minecraft:item
// 1.19.2 2023-08-11T17:20:15.270656261 Tags for minecraft:item
55bdf2f1f23aea65385fb277dc54ee724845f85f data/c/tags/items/uranium_ingots.json
f7cd80e815358f253765edb05b429e5708b6036f data/c/tags/items/silver_nuggets.json
848db47cb76b40c7f6eaf428596cb14286b6ef65 data/c/tags/items/aluminium_ingots.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.2 2023-07-26T16:33:52.188538565 Tags for minecraft:worldgen/biome
// 1.19.2 2023-08-11T17:20:15.268058212 Tags for minecraft:worldgen/biome
d9ed5858de9992609f810870a5b07c039117179e data/c/tags/worldgen/biome/is_swamp.json
9014e596ae9afe8b3918f5f87515a6541a7b5889 data/c/tags/worldgen/biome/is_mushroom.json
f45653fdd02f79a7206281b4ffd78834da958b1e data/geocluster/tags/worldgen/biome/is_marshy.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.2 2023-07-26T16:33:52.185105417 Tags for minecraft:block
// 1.19.2 2023-08-11T17:20:15.275802078 Tags for minecraft:block
8a23702b05296c8af5014d6aa6e9265ded85c7d9 data/minecraft/tags/blocks/dirt.json
3e110dd9538ad4063fc9f7720070bc3bdb0fc2a2 data/c/tags/blocks/lead_ores.json
21f641ed6fb0bb4d49afbde694f5bb979822878d data/c/tags/blocks/titanium_ores.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.19.2 2023-07-26T16:33:52.186377705 Language
// 1.19.2 2023-08-11T17:20:15.269842608 Language
1e55fc601c51313feb636708b5cde96948f44416 assets/geocluster/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.2 2023-07-26T16:33:52.186598899 Recipes
// 1.19.2 2023-08-11T17:20:15.271104727 Recipes
adefe29cc85dc7cbf647057f60e0eae535336a8a data/geocluster/recipes/uranium_ingot_from_blasting_uranium_ore.json
4a3b944cc425f85bbd8da601353fe4058b918c4d data/geocluster/advancements/recipes/misc/quartz_from_smelting_quartz_ore.json
7e9d2d173986a3aee262ff777e80a23c4492c5a1 data/geocluster/recipes/silver_nugget.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.2 2023-07-26T16:33:52.185627836 Block Loot Tables
// 1.19.2 2023-08-11T17:20:15.276171294 Block Loot Tables
461c076315ca0b7f4c3602f5ca35c74d2e13de2d data/geocluster/loot_tables/blocks/nether_gold_ore_sample.json
a9a9adee651c85d5512d58a11face54aee191c3f data/geocluster/loot_tables/blocks/platinum_ore_sample.json
2dc448a685685623283c379d55196187d77b4bd1 data/geocluster/loot_tables/blocks/coal_ore_sample.json
Expand All @@ -18,6 +18,7 @@ ff345d7ff7d7dcd31d5314fcc693e86c7653f1d9 data/geocluster/loot_tables/blocks/deep
afef182f3702656bf653be7b6111367c7ed950d6 data/geocluster/loot_tables/blocks/nickel_ore.json
d60e744062f5aad35ef5632e84026b9557990d13 data/geocluster/loot_tables/blocks/emerald_ore_sample.json
87b075bdb735337fb8187fb656a60c78142dbd9d data/geocluster/loot_tables/blocks/deepslate_nickel_ore.json
7a5ca35716f279f49be2bda3f683678c44af0877 data/geocluster/loot_tables/blocks/ancient_debris_ore.json
2d48d15e1409f62925ffec9942520dc0f0d9acf4 data/geocluster/loot_tables/blocks/deepslate_zinc_ore.json
e3b74a362495b08e4ca881e5bcd8c19c8bc9b889 data/geocluster/loot_tables/blocks/deepslate_uranium_ore.json
888d809627a1eb8c08b6fe950c30043051eb1108 data/geocluster/loot_tables/blocks/tin_ore.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.19.2 2023-07-26T16:33:52.181557843 Models
// 1.19.2 2023-08-11T17:20:15.27740715 Models
23d6768d1f916565af2a6edf1b1c79bc7f42e5cd assets/geocluster/blockstates/deepslate_platinum_ore.json
1671be165d2de1d528486320c2affcf75c9f7f33 assets/geocluster/models/item/nickel_nugget.json
6deda6b3d8978a97d67aeae835f67b46b47a0a0e assets/geocluster/models/item/uranium_ore.json
Expand Down Expand Up @@ -30,8 +30,8 @@ b13bd92eb32101333b2448a03f9ff55794c3f89f assets/geocluster/models/item/raw_plati
2b976fa7c11503c94501be8d91cbe27916f383dc assets/geocluster/models/item/platinum_ingot.json
87bed0c4f98ef584ce2b0549c6f7cb0de532b99d assets/geocluster/models/item/deepslate_platinum_ore.json
0d0bab54a9352fc4c488e565a767148ceac71133 assets/geocluster/models/item/lead_ingot.json
2c388fb5965575f855c92adb1516a156ca0b1e5d assets/geocluster/blockstates/quartz_ore.json
b33b42b2921284d787884b5bdcc569902dc5d4a4 assets/geocluster/blockstates/deepslate_aluminium_ore.json
2c388fb5965575f855c92adb1516a156ca0b1e5d assets/geocluster/blockstates/quartz_ore.json
488e4b6f7517b03e1d0c2ae726d0d4b3471e50ec assets/geocluster/models/item/copper_nugget.json
4d6781dad06a34dbb8c6fc4d2c4a5ef1a629345a assets/geocluster/models/block/quartz_ore.json
7a871d17f94935ee25f6faa780d4952dd8a5298e assets/geocluster/models/item/silver_ingot.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "geocluster:raw_ancient_debris"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ protected void generateBlockLootTables() {
this.addDrop(QUARTZ_ORE, b -> oreDrops(b, QUARTZ));
this.addDrop(DEEPSLATE_QUARTZ_ORE, b -> oreDrops(b, QUARTZ));

this.addDrop(ANCIENT_DEBRIS_ORE, RAW_ANCIENT_DEBRIS);

this.addDrop(COPPER_SAMPLE, Items.RAW_COPPER);
this.addDrop(IRON_SAMPLE, Items.RAW_IRON);
this.addDrop(GOLD_SAMPLE, Items.RAW_GOLD);
Expand Down

0 comments on commit 7708740

Please sign in to comment.