Skip to content

Commit

Permalink
Cleanup. Update Forge and GuideAPI to recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
maxanier committed Oct 15, 2023
1 parent 10b866f commit 5139cf6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ The following labeling scheme is used:
- *discussion*: Looking for feedback
- *enhancement*: Any minor tweak that can be introduced in minor releases
- *feature*: Any change that takes more time to implement and test
- *accepted*: Any feature/enhancement that is planned to be implemented eventually
- *1.12-1.***: Affecting only a specific MC version
- *v1.8-v1.**: Bug affecting or enhancement targeting a specific Vamprism release branch
- *v1.8-v1.**: Bug affecting or enhancement targeting a specific Vampirism release branch
- *latest*: Bug affecting or enhancement targeting the latest (potentially unreleased) Vampirism branch


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx3G
# forge
minecraft_version=1.20.1
minecraft_version_range=[1.20.1,1.21)
forge_version=47.1.0
forge_version=47.2.0
forge_version_range=[47,)
loader_version_range=[47,)
mappings_channel=parchment
Expand Down Expand Up @@ -38,5 +38,5 @@ include_terrablender=true
#Dependencies/Optional Libraries
jei_mc_version=1.20.1
jei_version=15.0.0.12
guideapi_version=1.20.1-2.2.6-alpha+20230617-1850
guideapi_version=1.20.1-2.2.6
terrablender_version=1.20.1-3.0.0.164
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public boolean canContinueToUse() {
return super.canContinueToUse();
}

@SuppressWarnings({"unchecked", "rawtypes"})

@Override
public boolean canUse() {
if (golem.tickCount < 20) return false; // Some delay to allow nearby totems to load
Expand All @@ -58,6 +58,7 @@ protected void findTarget() {
*
* @return Whether the faction has changed
*/
@SuppressWarnings({"unchecked", "rawtypes"})
private boolean determineGolemFaction() {
IFaction<?> faction = VReference.HUNTER_FACTION;
if (VampirismConfig.BALANCE.golemAttackNonVillageFaction.get()) {
Expand Down

0 comments on commit 5139cf6

Please sign in to comment.