Skip to content

Commit

Permalink
mob compatability update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigereye504 committed Mar 10, 2022
1 parent 11e9769 commit a2de7fb
Show file tree
Hide file tree
Showing 54 changed files with 374 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
// You may need to force-disable transitiveness on them.

// Replace modImplementation with modApi if you expose components in your own API
modApi "com.github.tigereye504:modify-drops-api:master-SNAPSHOT"
modApi "com.github.tigereye504:modify-drops-api:v0.4.0.2"
modApi("me.shedaniel.cloth:cloth-config-fabric:5.0.38") {
exclude(group: "net.fabricmc.fabric-api")
}
Expand All @@ -42,7 +42,7 @@ dependencies {


// Jar-in-Jar dependencies
include "com.github.tigereye504:modify-drops-api:v0.4.0.1"
include "com.github.tigereye504:modify-drops-api:v0.4.0.2"
include "me.shedaniel.cloth:cloth-config-fabric:5.0.38"
//include "me.shedaniel.mcmods:autoconfig1u:3.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.12.8

# Mod Properties
mod_version = 2.13.5
mod_version = 2.14.0
maven_group = net.tigereye.chestcavity
archives_base_name = chestcavity

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/constructs/blaze.json",
"entities": [
"adventurez:blaze_guardian"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"chestcavity": "chestcavity:types/animals/brutish.json",
"entities": [
"adventurez:piglin_beast",
"adventurez:enderwarthog",
"adventurez:desert_rhino",
"adventurez:orc"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/magical_beasts/dragon.json",
"entities": [
"adventurez:dragon"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/compatibility/adventurez/ender_whale.json",
"entities": [
"adventurez:ender_whale"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/fireproof.json",
"entities": [
"adventurez:iguana"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"chestcavity": "chestcavity:types/animals/herbivore.json",
"entities": [
"adventurez:deer",
"adventurez:mammoth"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"chestcavity": "chestcavity:types/humanoids/human.json",
"entities": [
"adventurez:necromancer",
"adventurez:shaman"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"chestcavity": "chestcavity:types/null.json",
"entities": [
"adventurez:void_shade",
"adventurez:the_eye",
"adventurez:tiny_eye",
"adventurez:brown_fungus",
"adventurez:red_fungus"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"chestcavity": "chestcavity:types/undead/skeleton.json",
"entities": [
"adventurez:summoner",
"adventurez:skeleton_vanguard"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"chestcavity": "chestcavity:types/undead/wither_skeleton.json",
"entities": [
"adventurez:nightmare",
"adventurez:soul_reaper",
"adventurez:wither_puppet"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/carnivore.json",
"entities": [
"aqupd:grizzly_bear"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/small_carnivore.json",
"entities": [
"aqupd:caracal"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/insects/cave_spider.json",
"entities": [
"besmirchment:beelzebub"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/compatibility/bewitchment/werewolf.json",
"entities": [
"besmirchment:werepyre"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/dolphin.json",
"entities": [
"betteranimalsplus:whale"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chestcavity": "chestcavity:types/animals/carnivore.json",
"entities": [
"betteranimalsplus:blackbear",
"betteranimalsplus:brownbear",
"betteranimalsplus:feralwolf"
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chestcavity": "chestcavity:types/animals/insect.json",
"chestcavity": "chestcavity:types/insects/insect.json",
"entities": [
"betteranimalsplus:bobbit_worm",
"betteranimalsplus:butterfly",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"betteranimalsplus:octopus",
"betteranimalsplus:shark",
"betteranimalsplus:squid_colossal",
"betteranimalsplus:squid_giant",
"betteranimalsplus:whale"
"betteranimalsplus:squid_giant"
]
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"chestcavity": "chestcavity:types/animals/omnivore.json",
"entities": [
"betteranimalsplus:blackbear",
"betteranimalsplus:boar",
"betteranimalsplus:brownbear",
"betteranimalsplus:coyote",
"betteranimalsplus:turkey",
"betteranimalsplus:walrus"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/herbivore.json",
"entities": [
"capybara:capybara"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"chestcavity": "chestcavity:types/animals/dolphin.json",
"entities": [
"creatures_of_the_snow:beluga",
"creatures_of_the_snow:narwhal",
"creatures_of_the_snow:snow_wyrm"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"chestcavity": "chestcavity:types/animals/omnivore.json",
"entities": [
"creatures_of_the_snow:snikerbosh",
"creatures_of_the_snow:snow_trover"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"chestcavity": "chestcavity:types/animals/small_aquatic_carnivore.json",
"entities": [
"creatures_of_the_snow:snow_seal",
"creatures_of_the_snow:penguin"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/insects/insect.json",
"entities": [
"earth:carboranea"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/small_omnivore.json",
"entities": [
"earth:rubro"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/humanoids/human.json",
"entities": [
"earthtojavamobs:viler_witch"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/constructs/iron_golem.json",
"entities": [
"earthtojavamobs:furnace_golem"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/large_fish.json",
"entities": [
"earthtojavamobs:glow_squid"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/llama.json",
"entities": [
"earthtojavamobs:jolly_llama"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"chestcavity": "chestcavity:types/animals/omnivore.json",
"entities": [
"earthtojavamobs:mottled_pig",
"earthtojavamobs:muddy_pig",
"earthtojavamobs:pale_pig",
"earthtojavamobs:piebald_pig",
"earthtojavamobs:pink_footed_pig",
"earthtojavamobs:sooty_pig",
"earthtojavamobs:spotted_pig"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"chestcavity": "chestcavity:types/animals/rabbit.json",
"entities": [
"earthtojavamobs:bold_striped_rabbit",
"earthtojavamobs:freckled_rabbit",
"earthtojavamobs:harelequin_rabbit",
"earthtojavamobs:jumbo_rabbit",
"earthtojavamobs:muddy_foot_rabbit",
"earthtojavamobs:vested_rabbit"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"chestcavity": "chestcavity:types/animals/ruminant.json",
"entities": [
"earthtojavamobs:albino_cow",
"earthtojavamobs:ashen_cow",
"earthtojavamobs:cookie_cow",
"earthtojavamobs:cream_cow",
"earthtojavamobs:dairy_cow",
"earthtojavamobs:pinto_cow",
"earthtojavamobs:sunset_cow",
"earthtojavamobs:umbra_cow",
"earthtojavamobs:wooly_cow",
"earthtojavamobs:moobloom",
"earthtojavamobs:moolip",
"earthtojavamobs:flecked_sheep",
"earthtojavamobs:fuzzy_sheep",
"earthtojavamobs:horned_sheep",
"earthtojavamobs:inky_sheep",
"earthtojavamobs:long_nosed_sheep",
"earthtojavamobs:patched_sheep",
"earthtojavamobs:rainbow_sheep",
"earthtojavamobs:rocky_sheep"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"chestcavity": "chestcavity:types/undead/skeleton.json",
"entities": [
"earthtojavamobs:skeleton_wolf",
"earthtojavamobs:bone_spider"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/constructs/snow_golem.json",
"entities": [
"earthtojavamobs:melon_golem"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"chestcavity": "chestcavity:types/undead/zombie.json",
"entities": [
"earthtojavamobs:bouldering_zombie",
"earthtojavamobs:lobber_zombie"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/constructs/iron_golem.json",
"entities": [
"friendsandfoes:copper_golem"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/magical_beasts/creeper.json",
"entities": [
"friendsandfoes:glare"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"chestcavity": "chestcavity:types/animals/ruminant.json",
"entities": [
"friendsandfoes:moobloom"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"chestcavity": "chestcavity:types/humanoids/human.json",
"entities": [
"goblintraders:goblin_trader",
"goblintraders:vein_goblin_trader",
"endgoblintraders:end_goblin_trader"
]
}
Loading

0 comments on commit a2de7fb

Please sign in to comment.