Skip to content

Commit

Permalink
Updated ancient city centers
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Dec 13, 2023
1 parent 308cc67 commit b234105
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ private void friendsandfoes_addCustomStructures(

if (FriendsAndFoes.getConfig().generateCopperGolemInAncientCity) {
if (Objects.equals(id.getPath(), "ancient_city/city_center")) {
addElement(FriendsAndFoes.makeStringID("ancient_city/city_center/copper_golem_city_center_1"), 3, projection);
addElement(FriendsAndFoes.makeStringID("ancient_city/city_center/city_center_1"), 10, projection);
addElement(FriendsAndFoes.makeStringID("ancient_city/city_center/city_center_2"), 10, projection);
addElement(FriendsAndFoes.makeStringID("ancient_city/city_center/city_center_3"), 10, projection);
}
}
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.configureondemand=false
# Mod
mod_name=Friends&Foes
mod_id=friendsandfoes
mod_version=2.0.3
mod_version=2.0.4
mod_author=Faboslav
mod_description=Adds outvoted and forgotten mobs from the mob votes in a believable vanilla plus style.
maven_group=com.faboslav.friendsandfoes
Expand Down

0 comments on commit b234105

Please sign in to comment.