Skip to content

Commit

Permalink
chore(cleanup): removed unused features
Browse files Browse the repository at this point in the history
BREAKING CHANGE: All ore gen feature are removed
  • Loading branch information
D4RKAR117 committed Jun 23, 2024
1 parent 0184ff5 commit d963409
Show file tree
Hide file tree
Showing 271 changed files with 23 additions and 3,582 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ runs {
// "REGISTRYDUMP": For getting the contents of all registries.
systemProperty 'forge.logging.markers', 'REGISTRIES'

// Recommended logging level for the console
// Recommended logging world for the console
// You can set various levels here.
// Please read: https://stackoverflow.com/questions/2031163/when-to-use-the-different-log-levels
systemProperty 'forge.logging.console.level', 'debug'
systemProperty 'forge.logging.console.world', 'debug'

modSource project.sourceSets.main
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mod_name=Cog Works Engineering
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=PolyFormPerimeter-1.0
# The mod version. See https://semver.org/
mod_version=0.7.0
mod_version=0.8.0
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
// 1.21 2024-06-14T16:49:27.9379848 Tags for minecraft:block mod id cog_works
1a6573827671e3b60d4bd14599a5d96c8563dea4 data/c/tags/block/ores.json
8e78287246125b0e18a4f086e00f37fc8298ae00 data/c/tags/block/ores/bauxite.json
11945b728eda841b521980d792506977f8dbf17c data/c/tags/block/ores/beryllium.json
396e65747bfbe9848f20769e5d38f6d6bf84bbb9 data/c/tags/block/ores/cadmium.json
f04e22f9c2f5c29fc0cc8699adb7f0acd81dc3dd data/c/tags/block/ores/chromium.json
49280ece99a4c033b7b2592e7caaf4a5fcd52b8f data/c/tags/block/ores/cobalt.json
005adf3e8dd399322ebfa268dd0456c8e3fa7e2f data/c/tags/block/ores/graphite.json
3c034f3c93e22ad55a8a866c121b3842ce2faec2 data/c/tags/block/ores/iridium.json
ffd6d649f2a2d1802403a3e37a1d8b13675ba556 data/c/tags/block/ores/lithium.json
bf66cc2d3e867ce1d51ede15360e8c198462eff4 data/c/tags/block/ores/manganese.json
32103ef4930c1b109015d7935915b3e1395ca3ec data/c/tags/block/ores/molybdenum.json
2a308644fd36140101992c68bb57fcb95b613e98 data/c/tags/block/ores/nickel.json
09161043b33d44b42b9077c21e350b9899db271a data/c/tags/block/ores/osmium.json
2a258de4ef8ad588238b3efd22b580e5477b922d data/c/tags/block/ores/palladium.json
d3b67ae304dff1fb62d7e632ec75032c7c782f7e data/c/tags/block/ores/platinum.json
a8510c24f9b54ea46af72a7399de3ff8760a7d1e data/c/tags/block/ores/thorium.json
9f9d51638d1ea8f13ea7fbd36206eb7237cc5702 data/c/tags/block/ores/titanium.json
df7a2272e210bac05c0b10236534f1eca9df90c4 data/c/tags/block/ores/tungsten.json
e969c8e005ba656c14fda7b1210e549a8dcbdcd1 data/c/tags/block/ores/uranium.json
ed0917989c8fd94ba75bc921f5f99e2e5686efb9 data/c/tags/block/ores/vanadium.json
47e3c5be8aa6bc35900fc081ac0cc19bfeaabe78 data/c/tags/block/ores/zinc.json
95b15bada0ff3c70f5531af5624fc1290a96caaf data/minecraft/tags/block/mineable/pickaxe.json
0588128a1c4b038372348beb255961e587767064 data/minecraft/tags/block/needs_diamond_tool.json
2ef2283a7b8467e0556eeaeb65a99432d3618cf4 data/minecraft/tags/block/needs_iron_tool.json
// 1.21 2024-06-23T16:53:27.3525419 Tags for minecraft:block mod id cog_works
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.21 2024-06-15T20:07:52.6313778 Languages: en_us for mod: cog_works
4912a269c1b663adfefa8f4246ee6e9cc2345391 assets/cog_works/lang/en_us.json
// 1.21 2024-06-23T16:53:27.3540434 Languages: en_us for mod: cog_works
3fe5f26758c94d9671369cb9480128d801d41c9d assets/cog_works/lang/en_us.json
Loading

0 comments on commit d963409

Please sign in to comment.