-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By TileEntity · Posted
# Problematic frame: # C [atio6axx.dll+0x1759f0] The crash points to AMD/ATI If there is an Nvidia GPU, make sure Java is using it: https://windowsreport.com/minecraft-not-using-gpu/ -
Just randomly stops at [15:15:17] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler no crash report just this.
-
By defectsnow · Posted
I'm not quite sure what you mean. It's on an Intel CPU & uses a GTX 3060 graphics card. The Laptop: https://www.omen.com/sa/en/laptops/2020-omen-15-intel.html -
By TileEntity · Posted
Also make a test without dynamic_fps and modernfix -
Hi. I have added a new ConfiguredFeature JSON, a new PlacedFeature JSON and a new BiomeModifier JSON, and in 1.20.4, those should be enough to generate my feature in the world. When I try to generate a world, however, I get this error: ResourceKey[minecraft:root / minecraft:worldgen/configured_feature]: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/configured_feature]: [dungeons:disk_tumblestone] Any idea what could cause this? For reference, this is my ConfiguredFeature: { "type": "minecraft:disk", "config": { "state_provider": { "fallback": { "type": "minecraft:simple_state_provider", "state": { "Name": "dungeons:tumblestone" } }, "rules": [] }, "target": { "type": "minecraft:matching_blocks", "blocks": [ "minecraft:dirt", "minecraft:clay" ] }, "radius": { "type": "minecraft:uniform", "min_inclusive": 2, "max_inclusive": 3 }, "half_height": 1 } } This is my PlacedFeature: { "feature": "dungeons:disk_tumblestone", "placement": [ { "type": "minecraft:in_square" }, { "type": "minecraft:heightmap", "heightmap": "OCEAN_FLOOR_WG" }, { "type": "minecraft:block_predicate_filter", "predicate": { "type": "minecraft:matching_fluids", "fluids": "minecraft:water" } }, { "type": "minecraft:biome" } ] } and this is my biome_modifier { "type": "forge:add_features", "biomes": "#minecraft:is_overworld", "features": "dungeons:disk_tumblestone", "step": "surface_features" }
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.