Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.12.1-4.0.1] Custom datapack settings not getting applied #64

Closed
SirLinkos opened this issue Sep 29, 2023 · 2 comments
Closed

[1.12.1-4.0.1] Custom datapack settings not getting applied #64

SirLinkos opened this issue Sep 29, 2023 · 2 comments

Comments

@SirLinkos
Copy link

Hey there,

I made a custom datapack with some different options, but seemingly some are not getting applied correctly. I can select the options when I create a new bingo game, but some parts from the game section aren't working (i.e. invulnerable, lockout, leaderboard and time from my testing). The teleport radius works correctly.

I'm using the mod version Bongo-1.20.1-4.0.1 with LibX-1.20.1-5.0.5.

These are the setting I tired to use:

{
  "game": {
    "win_condition": "bongo.default",
    "invulnerable": false,
    "pvp": false,
    "friendly_fire": false,
    "time": "3600",
    "consume_items": false,
    "lock_task_on_death": true,
    "teleports_per_team": 0,
    "leaderboard": true,
    "lockout": true
  },
  "level": {
    "teleporter": "bongo.default",
    "teleport_radius": 1000
  },
  "equipment": {
    "inventory": [],
    "backpack": [],
    "emergency": [],
    "offhand": {
      "item": "minecraft:air",
      "count": 0
    },
    "head": {
      "item": "minecraft:air",
      "count": 0
    },
    "chest": {
      "item": "minecraft:air",
      "count": 0
    },
    "legs": {
      "item": "minecraft:air",
      "count": 0
    },
    "feet": {
      "item": "minecraft:air",
      "count": 0
    }
  }
}

Here is an excerpt from the startup log:

[...]
[23:03:52] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
[23:03:59] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.1.0, for MC 1.20.1 with MCP 20230612.114412
[23:03:59] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.1.0 Initialized
[23:03:59] [modloading-worker-0/INFO] [Dynmap/]: [Dynmap] Mod Support API available
[23:03:59] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [bongo] Starting version check at https://assets.melanx.de/updates/bongo.json
[23:04:00] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [bongo] Found status: BETA Current: 1.20.1-4.0.1 Target: null
[23:04:00] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [libx] Starting version check at https://assets.melanx.de/updates/libx.json
[23:04:00] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [libx] Found status: BETA Current: 1.20.1-5.0.5 Target: 1.20.1-5.0.5
[23:04:00] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[23:04:00] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.1.0 Target: 47.2.0
[...]
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:plains
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:desert
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:windswept_hills
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:taiga
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:swamp
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:river
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:frozen_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:beach
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:windswept_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:jungle
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:deep_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:stony_shore
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:birch_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:dark_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:snowy_taiga
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:savanna
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:savanna_plateau
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:cold_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:windswept_gravelly_hills
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:nether_wastes
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:the_end
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:frozen_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:jagged_peaks
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:mushroom_fields
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:beach
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:windswept_savanna
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:windswept_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:jungle
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:deep_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:stony_shore
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:snowy_beach
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:dark_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:snowy_taiga
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:savanna
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:savanna_plateau
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:badlands
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:wooded_badlands
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:warm_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:lukewarm_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:cold_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:deep_lukewarm_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:deep_cold_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:deep_frozen_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:sunflower_plains
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:windswept_gravelly_hills
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:flower_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:ice_spikes
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:bamboo_jungle
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:soul_sand_valley
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:crimson_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:warped_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:basalt_deltas
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:plains
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:desert
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:windswept_hills
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:taiga
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:swamp
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:river
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:nether_wastes
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:beach
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:windswept_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:jungle
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:birch_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:dark_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:snowy_taiga
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:savanna
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:savanna_plateau
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:badlands
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:cold_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:deep_lukewarm_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:deep_cold_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:deep_frozen_ocean
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:soul_sand_valley
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:crimson_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:warped_forest
[23:04:16] [Server thread/ERROR] [bongo/]: Failed to validate task of type bongo.biome: Biome not registered: minecraft:basalt_deltas

I think that's everything related to bongo, hope I didn't miss something.

@noeppi-noeppi
Copy link
Owner

Your time value should not use quotation marks around the number. I'll publish an update that produces an error message instead of discarding the whole game block silently but you can fix that by removing the quotation marks.

@SirLinkos
Copy link
Author

Ahhh... Yeah, makes sense. Tested that and it works as intended. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants