Jump to content

Search the Community

Showing results for tags '1.20.4'.

  • Search By Tags

    • 1.20.4 ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. I tried to play with some mods (Optifine and From the Fog, the herobrine mod) ive never had a problem with minecraft mods until a while ago and I cant seem to fix it, it says Error Code: -1 and I have no idea how to check the logs.. Please help if you can!!
  2. When I create a completely fresh Forge server without any mods on 1.20.4 with Forge 49.1.37 it does not launch: https://paste.ee/p/g2K7a3T1
  3. Forge version: 49.2.0 Minecraft version: 1.20.4 Downloads: Changelog: (Direct) Installer: (AdFocus) (Direct) MDK: (AdFocus) (Direct) Downloads page Intro: Today we release our second recommended build for 1.20.4. Along with its siblings 1.20.1 and 1.20.6,...
  4. For about 2 weeks now I can't figure out what my mistake is. In general, at first I just made a block on which I pulled an oriented texture, and it worked perfectly, but then when I started trying to add functionality to the block (ripping it off the furnace functionality) Minecraft started compla...
  5. I am a beginner modder, with around 50 hours of experience being guided by tutorials and chat-gpt. My mod is almost done, but I want to make the plants specifically require sunlight to encourage players to establish structure above ground. After looking at the vanilla code for a few hours, I'm still...
  6. What would be the best logic to manage a multiple block block? I already know how some use halves like doors, but mine is supposed to be a 2x2x2 block. Is just decor, doesn't do anything special, so what is the recommended way to go about it since bounding boxes have a limit of 1 block?
  7. I'm coding a mod that adds placeable Gunpowder into the game, which behaves similarly to Redstone in terms of placing. I also want it to be flammable, so that it can be used as a fuse. However, the default fire spreading behaviour works well for this - the blocks ignite randomly, and they can burn o...
  8. New to forge modding, I'm currently trying to make a client side only mod that basically just reproduces the numbers for entities in FOV and total entity count shown in the F3 toggle (E: # in fov/# total). Basically just trying to take these numbers and display them in the center of the screen (with...
  9. Honestly almost 100% this is my fault. I've been adding mods to the New Game modpack, and until today it worked fine. I installed a couple new mods, and started getting crashes whenever I tried to start the game. I deleted all my new ones, but it's still not working. I keep getting "java.lang.R...
  10. https://gist.github.com/it-is-allie/29645c4fb5c7131ad30181769a37d12f There is my latest crash report. I've spent probably 5 hours messing with modpacks and have gotten it almost complete but it then randomly crashes before loading all the mods? I'm not even sure. if anyone could help it woul...
  11. My single player world keeps crashing for no reason after starting it up. And the reason doesn't help at all: java.lang.NullPointerException: Cannot invoke "net.minecraftforge.registries.ForgeRegistry.getKeys()" because "frozen" is null No idea what frozen is referring to, biome? condition? dat...
  12. Every time i try and open the game i get this Description: Rendering overlay com.electronwill.nightconfig.core.io.WritingException: Unsupported value type: class net.minecraft.resources.ResourceLocation at com.electronwill.nightconfig.toml.ValueWriter.write(ValueWriter.java:66...
  13. Forge version: 49.1.0 Minecraft version: 1.20.4 Downloads: Changelog: (Direct) Installer: (AdFocus) (Direct) MDK: (AdFocus) (Direct) Downloads page Intro: We're pleased to announce the first recommended build for 1.20.4. Following the spirit of significant...
  14. Hello! I`m new to minecraft modding, and have encountered this error. I also am not exactly skilled enough to tell what the issue is from the error log, since im not this technically versed. pastebin.com/NDfWj3qN this is the pastebin of my log, since i didnt want to copy it all into this field. It o...
  15. I have problem when i starts minecraft with my mod installed it freezes on loading and on loading world. I don't have anything like datagen that can slow down loading. Only thing i am afraid it's slowing down are models (for blocks). Is itr possible that complex models can slow it down? I have about...
  16. I downloaded a fresh forge server and I get this error, I'm new so I'm not sure what this means, please help java.lang.IllegalStateException: Failed to initialize server at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:638) ~[forge-1.20.4-49.0.50-server.jar!/:?] {re:...
  17. Hello, My mod quite heavily relies on the NBT data of an item. Before 1.20.4, this data could be retrieved using ItemStack.getTag(), however this seems to have changed in 1.20.4. Is there any documentation on this change, or does anyone know if the getTag() function could be replaced by somethi...
  18. CubeHaven is a SMP server with unique features that can't be found on the majority of other servers! Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132 3 different stores: - CubeHaven Store: Our store to purchase using real money. - Bitcoin Store: Store for Bitcoin. Bitcoin can b...
  19. So i have a custom ore and, arround the ore, a bunch of randomly placed custom stone blocks should be placed. After applying it, i've found that it causes moderate to extreme world generation lag (new chunks refusing to load after moving for a while, height slices of the same chunk appearing and dis...
  20. I followed the documentation (https://docs.minecraftforge.net/en/1.20.x/networking/simpleimpl/) for creating a packet handler. However, as shown in the images below, I have found out that "'net.minecraftforge.network.NetworkRegistry' is marked unstable with @ApiStatus.Internal". Strangely enough, wh...
  21. I am trying to register a new Block but in 1.20.4 there seems to be no BlockBehaviour.Properties.copy() anymore, and i have no clue how to use BlockBehaviour.Properties.of() and can't find a documentation for it (other sources stated i can but Material.STONE in it but that doesnt work either). Here...
  22. I need help understanding if this is possible. As i understand it, modifying the actual overworld is harder and requires 3rd party plugins or using mixins to inject the new biomes, but im not looking for that. I need to make a new dimension that is a copy of the overworld - but with some other...
  23. i´m trying to tell minecraft to use my modyfied candle block class for the existing candle-block. This post https://stackoverflow.com/questions/29523975/change-final-variable-defined-in-another-java-file told, that it should be possible to override ecisting classes from minecraft by recreating...
  24. Hello I created a mod, where i recreated model, text-layout and other stuff for the build-in signs in an older version of minecraft forge, where it worked properly. Now i´m updating it, but i found a problem: When i open the sign edit screen, i want to instantly replace it with my own...
  25. Hello forum members! I am relatively new to Forge and I'm having issues with implementing my custom gui elements. Essentially what I'm trying to do is to add a singular rectangle shape which sits on top of every other gui element that's rendered to the player's screen in the Screen object...
×
×
  • Create New...

Important Information

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