MineColonies

MineColonies

53M Downloads

[BUG] Number of citizens doesn't increase after researching Hamlet and Village

DmitryScaletta opened this issue ยท 3 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Are you using the latest MineColonies Verison?

  • I am running the latest alpha version of MineColonies for my Minecraft version.

Did you check on the Wiki? or ask on Discord?

  • I checked the MineColonies Wiki and made sure my issue is not covered there. Or I was sent from discord to open an issue here.

Minecraft Version

1.19.2

MineColonies Version

1.0.1289-ALPHA

Structurize Version

1.0.472-BETA

Related Mods and their Versions

Modpack: All the Mods 8
It has 1.0.1247-BETA version of MineColonies but I also tried the latest 1.0.1289-ALPHA version and the issue is still exists.

Modpack configs

minecolonies-common.toml

#All configuration items related to the core gameplay
[gameplay]
	#Whether to generate supply ships and camps in loot chests. [Default: true]
	generatesupplyloot = true

minecolonies-client.toml

#All configuration items related to the core gameplay
[gameplay]
	#minecolonies.config.enablecitizenvoices.comment [Default: true]
	enablecitizenvoices = true
	#By default, when placing a schematic near other buildings, the already-placed buildings will show as if they were at level 5 and have a blue outline around them. You can disable that by setting this to false. [Default: true]
	neighborbuildingrendering = true
	#How close a building needs to be to another to be considered a neighbor, in blocks. -1 = intersecting, 0 = touching [Default: 4, min: -2, max: 16]
	#Range: -2 ~ 16
	neighborbuildingrange = 4
	#How close (in blocks) you need to be to see work orders while wearing the Build Goggles. [Default: 50, min: 1, max: 250]
	#Range: 1 ~ 250
	buildgogglerange = 50
	#When true, the colony borders shown when holding the build tool will be in the colony's team color. When false, the colony you're inside will be white and any other colony will be red. [Default: true]
	colonyteamborders = true

Current Behavior

Number of citizens doesn't increase after researching Hamlet and Village

image

image

Expected Behavior

Number of citizens increase after researching Hamlet and Village

Reproduction Steps

  1. Build Town Hall level 3
  2. Build University level 3
  3. Research Hamlet

Logs

Anything else?

Similar Issue from the ATM discord

image

  • Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
  • Add a comment if you have any insights or background information that isn't already part of the conversation.
commented

Oh, make sure you change the right config =P The one in default configs will only affect new worlds created, the one in the world/save serverconfig folder affects existing worlds

commented

It's not a bug, ATM have screwed with the config, and made the hardcap something like 50 citizens. You should probably tell them that they messed it up =P
But you can go into the config and change it yourself - or delete the config and it will regenerate, so that you can repair the other things they messed with too.

commented

Thanks for the help, It was a config issue.
And looks like just deleting .minecraft/saves/<save_name>/serverconfig/minecolonies-server.toml file was not enough.
Probably it generates a new one based on .minecraft/defaultconfigs/minecolonies-server.toml so I deleted it as well.

ATM8 changes to the config:
https://gist.github.com/DmitryScaletta/74456c9059e9d9cab27ff6d7929db9de/revisions