Skip to content

Commit

Permalink
Bumped Origins version 1.3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondBlaze committed Apr 18, 2022
1 parent 1bd617b commit 300008f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 23 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ org.gradle.daemon=false
mappings_version=2022.02.13-1.18.1

# Mod Properties
mod_version=1.0.2.1
mod_version=1.0.3
mod_id=origins_classes
mod_author=LimonBlaze
maven_group=limonblaze.originsclasses
archives_base_name=origins-classes-forge

# Dependencies
caelus_version=1.18.1-3.0.0.2
origins_version=3747132
origins_version=3757462

# Compat Dependencies
apotheosis_version=3647864
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ side = "BOTH"
[[dependencies.origins-classes]]
modId = "origins"
mandatory = true
versionRange = "[1.18.1-1.3.1.14,)"
versionRange = "[1.18.1-1.3.2.1,)"
ordering = "NONE"
side = "BOTH"
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"type": "apoli:modify_crafting",
"item_condition": {
"type": "apoli:food",
"inverted": true
"type": "apoli:food"
},
"item_action": {
"type": "apoli:modify",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"type": "origins:ingredient",
"ingredient": {
"tag": "minecraft:planks"
},
"inverted": true
}
},
"item_action": {
"type": "apoli:modify",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"melee": {
"type": "apoli:modify_crafting",
"item_condition": {
"type": "origins_classes:melee",
"inverted": true
"type": "origins_classes:melee"
},
"item_action": {
"type": "apoli:modify",
Expand All @@ -14,8 +13,7 @@
"range": {
"type": "apoli:modify_crafting",
"item_condition": {
"type": "origins_classes:range",
"inverted": true
"type": "origins_classes:range"
},
"item_action": {
"type": "apoli:modify",
Expand All @@ -25,8 +23,7 @@
"tool": {
"type": "apoli:modify_crafting",
"item_condition": {
"type": "origins_classes:tool",
"inverted": true
"type": "origins_classes:tool"
},
"item_action": {
"type": "apoli:modify",
Expand All @@ -36,8 +33,7 @@
"shield": {
"type": "apoli:modify_crafting",
"item_condition": {
"type": "origins_classes:shield",
"inverted": true
"type": "origins_classes:shield"
},
"item_action": {
"type": "apoli:modify",
Expand All @@ -47,8 +43,7 @@
"helmet": {
"type": "apoli:modify_crafting",
"item_condition": {
"type": "origins_classes:helmet",
"inverted": true
"type": "origins_classes:helmet"
},
"item_action": {
"type": "apoli:modify",
Expand All @@ -58,8 +53,7 @@
"chestplate": {
"type": "apoli:modify_crafting",
"item_condition": {
"type": "origins_classes:chestplate",
"inverted": true
"type": "origins_classes:chestplate"
},
"item_action": {
"type": "apoli:modify",
Expand All @@ -69,8 +63,7 @@
"leggings": {
"type": "apoli:modify_crafting",
"item_condition": {
"type": "origins_classes:leggings",
"inverted": true
"type": "origins_classes:leggings"
},
"item_action": {
"type": "apoli:modify",
Expand All @@ -80,8 +73,7 @@
"shoes": {
"type": "apoli:modify_crafting",
"item_condition": {
"type": "origins_classes:shoes",
"inverted": true
"type": "origins_classes:shoes"
},
"item_action": {
"type": "apoli:modify",
Expand Down

0 comments on commit 300008f

Please sign in to comment.