Skip to content

Commit

Permalink
17 Trash Can Death Messages
Browse files Browse the repository at this point in the history
Bump Version
  • Loading branch information
FirstMegaGame4 committed Jun 27, 2024
1 parent 446374d commit be30c2c
Show file tree
Hide file tree
Showing 23 changed files with 334 additions and 120 deletions.
27 changes: 22 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ base {
}

repositories {
// Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
exclusiveContent {
forRepository {
maven {
name "Modrinth"
url "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}

fabricApi {
Expand Down Expand Up @@ -61,6 +67,12 @@ mmodding {
it.fabricLoaderVersion = ">=" + project.loader_version
it.fabricApiVersion = "*"
}
withSuggestions {
it.addDependency("ouch", ">=" + project.ouch_version)
}
withBreakages {
it.addDependency("ouch", "<" + project.ouch_version)
}
}
}

Expand All @@ -72,6 +84,11 @@ dependencies {

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Ouch!
if (project.ouch_integration) {
modCompileOnlyApi "maven.modrinth:ouch:${project.ouch_version}"
}
}

processResources {
Expand Down
9 changes: 7 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ yarn_mappings=1.21+build.1
loader_version=0.15.11

# Mod Properties
mod_version=0.1.3-beta
mod_version=0.1.4-beta
maven_group=com.mmodding.extravaganza
archives_base_name=extravaganza

# Dependencies
fabric_version=0.100.1+1.21
fabric_version=0.100.1+1.21

# Integrations
ouch_integration=true
ouch_version=1.1.0+1.21
polymer_version=0.9.2+1.21
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21 2024-06-24T20:23:24.0302347 Extravaganza!/Tags for minecraft:block
// 1.21 2024-06-28T01:02:39.970263 Extravaganza!/Tags for minecraft:block
dbff392afc55efca744c56e3454d0e5de2012e20 data\minecraft\tags\block\fences.json
95046486087e22ae6d1b1f59624db082c3d0408e data\minecraft\tags\block\walls.json
55786c9bbcdceb69fa2bf2b3be010a0cac171f71 data\minecraft\tags\block\mineable\pickaxe.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21 2024-06-24T20:23:24.0322361 Extravaganza!/Block Loot Tables
// 1.21 2024-06-28T01:02:39.9747859 Extravaganza!/Block Loot Tables
047f4622b601aa9f2a91ea58c6bf4065fd357ca1 data\extravaganza\loot_table\blocks\blue_barred_festive_rubber_slab.json
ffe446da77e41bdb66d3f9427f14d362b99601e4 data\extravaganza\loot_table\blocks\pink_split_festive_rubber_stairs.json
719e535381fa142502da80877e274a4d93aa2d81 data\extravaganza\loot_table\blocks\pink_dotted_festive_rubber_stairs.json
Expand Down Expand Up @@ -571,8 +571,8 @@ ad8ab6e44a2b8d2be006eacaa32cafce5b8c1466 data\extravaganza\loot_table\blocks\lim
d75e81df0bb53b19c9287b6666611c9cd692b8a4 data\extravaganza\loot_table\blocks\yellow_windowed_festive_rubber_stairs.json
09e340203e918bea26fe2abaa9bec5b389b7a995 data\extravaganza\loot_table\blocks\nymph_stained_glass.json
81e4c2040748ba14b69c60854a236ea949c01c2a data\extravaganza\loot_table\blocks\orange_sharped_festive_rubber_stairs.json
81f3303437376d39a077751935d9d45118a59018 data\extravaganza\loot_table\blocks\orange_barred_festive_rubber_slab.json
c0cfa90392aa874b96e391af99d66c62022dff3a data\extravaganza\loot_table\blocks\blue_split_festive_rubber.json
81f3303437376d39a077751935d9d45118a59018 data\extravaganza\loot_table\blocks\orange_barred_festive_rubber_slab.json
1ebb6d157c5b0328d6a41e679755e18762a2de34 data\extravaganza\loot_table\blocks\orange_windowed_festive_rubber.json
2d16be2f8b124bc6c2cd303811995592b0506732 data\extravaganza\loot_table\blocks\gray_split_festive_rubber_wall.json
8a6232b828322268d7ac69d20b19753dea9f8c42 data\extravaganza\loot_table\blocks\brown_barred_festive_rubber.json
Expand Down Expand Up @@ -1184,8 +1184,8 @@ ef20322af6291926acfe3a32b988a1427ab2ec21 data\extravaganza\loot_table\blocks\ora
1a869eb3961c501e2b92843b7ea99e340f9c2ba2 data\extravaganza\loot_table\blocks\blue_scratched_festive_rubber_slab.json
8ef0328f1e7da4b3e40610bd43653c326dd25c14 data\extravaganza\loot_table\blocks\light_blue_wooded_festive_rubber_stairs.json
690a72e685ef8d0082159ceecbe65a2eb17d6ce3 data\extravaganza\loot_table\blocks\gray_scratched_festive_rubber_slab.json
366c298a14e94b63a6d8b2d5f0af47ba4d049925 data\extravaganza\loot_table\blocks\tear_wooded_festive_rubber_slab.json
e93567a3ef956bfdc465a7d55fdaa6642cbad08c data\extravaganza\loot_table\blocks\tear_wooded_festive_rubber.json
366c298a14e94b63a6d8b2d5f0af47ba4d049925 data\extravaganza\loot_table\blocks\tear_wooded_festive_rubber_slab.json
c1f17aefae9f37a5f049db8e19138aaaa523a0cd data\extravaganza\loot_table\blocks\nymph_festive_rubber_grate_slab.json
d3725d068eadf9fd44554541f84c571cfa314efd data\extravaganza\loot_table\blocks\brown_festive_rubber_grate_slab.json
5575e129f3abc70b5657472df10afd26994e8925 data\extravaganza\loot_table\blocks\tear_curved_festive_rubber_stairs.json
Expand Down Expand Up @@ -1484,8 +1484,8 @@ c6c0d7a71d64329a777bb9ac1f643cb0cce187e3 data\extravaganza\loot_table\blocks\yel
a61bbd6ee24a28130867ad003fe64118e9d6b0a0 data\extravaganza\loot_table\blocks\light_gray_bent_festive_rubber_stairs.json
2ad91033a4f0eac3312a34b430dba1dbdb9b0ca9 data\extravaganza\loot_table\blocks\nymph_tiled_festive_rubber_wall.json
97d7e3dfc488a8e9b33dcf736eac7fba51962b70 data\extravaganza\loot_table\blocks\light_blue_scratched_festive_rubber_wall.json
70f21cb7ae2c8d8760065b2280f0fa7071401550 data\extravaganza\loot_table\blocks\lime_windowed_festive_rubber_wall.json
525a19d23f12b281e059087f652a873ad6acb86a data\extravaganza\loot_table\blocks\green_festive_rubber.json
70f21cb7ae2c8d8760065b2280f0fa7071401550 data\extravaganza\loot_table\blocks\lime_windowed_festive_rubber_wall.json
efb0f544fb7363ea63465d2f11b5c7754817c9c7 data\extravaganza\loot_table\blocks\light_gray_padded_festive_rubber.json
c25741d77171254f155630e9c72cca1de11a4954 data\extravaganza\loot_table\blocks\green_festive_rubber_ladder.json
da050284e42abc90ed1791f809246fb168150f80 data\extravaganza\loot_table\blocks\purple_tiled_festive_rubber_slab.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// 1.21 2024-06-28T01:02:39.9853399 Extravaganza!/Tags for minecraft:damage_type
39f9f1e2b4c18274a69f8bd4854abf0411fd28e0 data\minecraft\tags\damage_type\bypasses_armor.json
39f9f1e2b4c18274a69f8bd4854abf0411fd28e0 data\minecraft\tags\damage_type\no_knockback.json
39f9f1e2b4c18274a69f8bd4854abf0411fd28e0 data\minecraft\tags\damage_type\always_most_significant_fall.json
39f9f1e2b4c18274a69f8bd4854abf0411fd28e0 data\minecraft\tags\damage_type\bypasses_invulnerability.json
39f9f1e2b4c18274a69f8bd4854abf0411fd28e0 data\minecraft\tags\damage_type\bypasses_resistance.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// 1.21 2024-06-24T20:23:24.0552352 Extravaganza!/Extravaganza World Generation
// 1.21 2024-06-28T01:02:40.0059701 Extravaganza!/Extravaganza DynamicRegistries Generation
af252b8e234c0211c3ebf74eb225bd64e0187fcf data\extravaganza\damage_type\trash.json
4b7657ecaf6253a401fc80be063f3a21b060687d data\extravaganza\worldgen\configured_feature\hevea_brasiliensis.json
cf3a85bd6efafc61465f552813771baf982ab901 data\extravaganza\worldgen\placed_feature\hevea_brasiliensis_checked.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.21 2024-06-24T20:23:24.0552352 Extravaganza!/Tags for minecraft:item
// 1.21 2024-06-28T01:02:40.0049696 Extravaganza!/Tags for minecraft:item
12fafce95f6a2e9842735796145b2d610a1eb57a data\extravaganza\tags\item\festive_balls.json
Loading

0 comments on commit be30c2c

Please sign in to comment.