Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

tvm_monster

Members
  • Joined

  • Last visited

Everything posted by tvm_monster

  1. Translocator causes a ticking block entity crash when I load into Project Ozone 3 world. Anyway to fix this while keeping the translocators in. Crash Report is attached. crash-2021-08-26_13.30.27-server.txt
  2. So what should i put in there to fix this.
  3. I am not sure what to do for this part.
  4. I am making a special tool that will only be effective on certain blocks, but i don't know how to set it effective on certain blocks.
  5. Does anyone have any idea how to make a multi tool or where I can find some examples at least?
  6. Thx I will look into that.
  7. I am making a mod where I trying to make some custom gui's for a few blocks that i made, I just need help with one gui for one block then i think i can do the others. Thx in advance for helping me with this.
  8. I am trying to figure out a way to make a tool that has multiple tool types on a mod I am making Intellij, but I can seem to figure out how to do it so I would love some help if someone was able to do so.
  9. Omg not sure how I missed that thanks
  10. Block Model: { "parent": "block/cube_all", "textures": { "all": "ckg1:blocks/ruby_block" } } Block Item Model: { "parent": "ckg1:block/ruby_block" } Blockstate: { "variants": { "": {"model": "ckg1:block/ruby_block" } } }
  11. How do I fix that I couldn't figure it out
  12. Here is my log from Minecraft. [18Aug2020 19:14:00.076] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, tvm_monster, --version, 1.16.1-forge-32.0.108, --gameDir, C:\Users\hikin\AppData\Roaming\.minecraft, --assetsDir, C:\Users\hikin\AppData\Roaming\.minecraft\assets, --assetIndex, 1.16, --uuid, d7c03640ea954fda8fd35a045759995d, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 32.0.108, --fml.mcVersion, 1.16.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20200625.160719] [18Aug2020 19:14:00.083] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 6.1.1+74+master.966c698 starting: java version 1.8.0_51 by Oracle Corporation [18Aug2020 19:14:00.769] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [18Aug2020 19:14:00.839] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/hikin/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8/mixin-0.8.jar Service=ModLauncher Env=CLIENT [18Aug2020 19:14:04.052] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlclient' with arguments [--version, 1.16.1-forge-32.0.108, --gameDir, C:\Users\hikin\AppData\Roaming\.minecraft, --assetsDir, C:\Users\hikin\AppData\Roaming\.minecraft\assets, --uuid, d7c03640ea954fda8fd35a045759995d, --username, tvm_monster, --assetIndex, 1.16, --accessToken, ????????, --userType, mojang, --versionType, release] [18Aug2020 19:14:25.017] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD' [18Aug2020 19:14:25.152] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: tvm_monster [18Aug2020 19:14:25.596] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.2.2 build 10 [18Aug2020 19:14:27.882] [modloading-worker-1/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 32.0.108, for MC 1.16.1 with MCP 20200625.160719 [18Aug2020 19:14:27.882] [modloading-worker-1/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v32.0.108 Initialized [18Aug2020 19:14:33.132] [Render thread/INFO] [com.mojang.text2speech.NarratorWindows/]: Narrator library for x64 successfully loaded [18Aug2020 19:14:33.267] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, Mod Resources [18Aug2020 19:14:33.561] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [18Aug2020 19:14:35.361] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: BETA Current: 32.0.108 Target: 32.0.108 [18Aug2020 19:14:35.362] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [ckg1] Starting version check at http://myurl.me/ [18Aug2020 19:14:35.612] [Forge Version Check/WARN] [net.minecraftforge.fml.VersionChecker/]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ at com.google.gson.Gson.fromJson(Gson.java:899) ~[gson-2.8.0.jar:?] at com.google.gson.Gson.fromJson(Gson.java:852) ~[gson-2.8.0.jar:?] at com.google.gson.Gson.fromJson(Gson.java:801) ~[gson-2.8.0.jar:?] at com.google.gson.Gson.fromJson(Gson.java:773) ~[gson-2.8.0.jar:?] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:214) [?:?] at net.minecraftforge.fml.VersionChecker$1$$Lambda$3437/635708501.accept(Unknown Source) [?:?] at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_51] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385) ~[gson-2.8.0.jar:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[gson-2.8.0.jar:?] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[gson-2.8.0.jar:?] at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?] ... 7 more [18Aug2020 19:14:39.395] [Worker-Main-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: ckg1:blockstates/ruby_block.json: java.io.FileNotFoundException: ckg1:blockstates/ruby_block.json [18Aug2020 19:14:39.396] [Worker-Main-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Exception loading blockstate definition: 'ckg1:blockstates/ruby_block.json' missing model for variant: 'ckg1:ruby_block#' [18Aug2020 19:14:40.008] [Worker-Main-5/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to load model: 'ckg1:ruby_hoe#inventory' referenced from: ckg1:ruby_hoe#inventory: java.io.FileNotFoundException: ckg1:models/item/ruby_hoe.json [18Aug2020 19:14:45.984] [Render thread/INFO] [net.minecraft.client.audio.SoundSystem/]: OpenAL initialized. [18Aug2020 19:14:45.986] [Render thread/INFO] [net.minecraft.client.audio.SoundEngine/SOUNDS]: Sound engine started [18Aug2020 19:14:46.835] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas [18Aug2020 19:14:46.987] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas [18Aug2020 19:14:46.988] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [18Aug2020 19:14:46.999] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [18Aug2020 19:14:47.003] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas [18Aug2020 19:14:47.004] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [18Aug2020 19:14:47.005] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [18Aug2020 19:14:49.849] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas [18Aug2020 19:14:49.857] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas [18Aug2020 19:14:49.858] [Render thread/INFO] [net.minecraft.client.renderer.texture.AtlasTexture/]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas [18Aug2020 19:15:37.920] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [18Aug2020 19:15:37.921] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [18Aug2020 19:15:37.923] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [18Aug2020 19:15:37.924] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [18Aug2020 19:15:37.926] [Render thread/WARN] [net.minecraft.command.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [18Aug2020 19:15:37.931] [Render thread/INFO] [net.minecraft.resources.SimpleReloadableResourceManager/]: Reloading ResourceManager: Default, forge-1.16.1-32.0.108-universal.jar, modid-1.0.jar [18Aug2020 19:15:38.743] [Render thread/INFO] [net.minecraft.item.crafting.RecipeManager/]: Loaded 7 recipes [18Aug2020 19:15:39.599] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 927 advancements [18Aug2020 19:15:40.904] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD' [18Aug2020 19:15:41.178] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Starting integrated minecraft server version 1.16.1 [18Aug2020 19:15:41.179] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Generating keypair [18Aug2020 19:15:42.635] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld [18Aug2020 19:15:46.079] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:46.079] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:46.079] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:46.080] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:46.080] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:46.080] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:46.080] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:46.193] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:47.081] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:47.148] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Preparing spawn area: 0% [18Aug2020 19:15:47.879] [Render thread/INFO] [net.minecraft.world.chunk.listener.LoggingChunkStatusListener/]: Time elapsed: 5242 ms [18Aug2020 19:15:48.743] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Changing view distance to 19, from 10 [18Aug2020 19:15:50.854] [Netty Local Client IO #0/INFO] [net.minecraftforge.fml.network.NetworkHooks/]: Connected to a modded server. [18Aug2020 19:15:51.087] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@5b6a9ca9 [18Aug2020 19:15:51.122] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: tvm_monster[local:E:64853013] logged in with entity id 18 at (165.4305033569906, 4.0, -186.86301223390166) [18Aug2020 19:15:51.168] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: tvm_monster joined the game [18Aug2020 19:15:51.819] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game... [18Aug2020 19:15:51.853] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:overworld [18Aug2020 19:15:52.226] [Render thread/INFO] [net.minecraft.advancements.AdvancementList/]: Loaded 20 advancements [18Aug2020 19:15:52.404] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:the_nether [18Aug2020 19:15:52.406] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:the_end [18Aug2020 19:16:11.867] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2019ms or 40 ticks behind [18Aug2020 19:16:39.748] [Server thread/INFO] [net.minecraft.server.integrated.IntegratedServer/]: Saving and pausing game... [18Aug2020 19:16:39.780] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:overworld [18Aug2020 19:16:40.338] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:the_nether [18Aug2020 19:16:40.347] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:the_end [18Aug2020 19:16:41.118] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: tvm_monster lost connection: Disconnected [18Aug2020 19:16:41.119] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: tvm_monster left the game [18Aug2020 19:16:41.163] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Stopping singleplayer server as player logged out [18Aug2020 19:16:41.312] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server [18Aug2020 19:16:41.313] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players [18Aug2020 19:16:41.313] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds [18Aug2020 19:16:41.314] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:overworld [18Aug2020 19:16:43.934] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (Mod Tester): All chunks are saved [18Aug2020 19:16:43.936] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:the_nether [18Aug2020 19:16:43.937] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [18Aug2020 19:16:43.937] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Mod Tester]'/minecraft:the_end [18Aug2020 19:16:43.938] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [18Aug2020 19:16:44.262] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (Mod Tester): All chunks are saved [18Aug2020 19:16:44.717] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [18Aug2020 19:16:44.718] [Server thread/INFO] [net.minecraft.world.server.ChunkManager/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [18Aug2020 19:16:48.751] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
  13. When I place down the block it only shows a purple and black block not the texture I made.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.