Jump to content

Search the Community

Showing results for tags '1.19.4'.

  • Search By Tags

    • 1.19.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. OK, what I need is to be able to take a JSON string, from a config file or data pack, and convert into NBT that can be applied to any arbitrary item (technically, item stack). This could easily be done in 1.12.2 using JsonToNBT.getTagFromJson(String data) like so: NBTFromJsonWrapper(String...
  2. Forge version: 45.4.0 Minecraft version: 1.19.4 Downloads: Changelog: (Direct) Installer: (AdFocus) (Direct) MDK: (AdFocus) (Direct) Downloads page Intro: Today, we release our fourth recommended build for 1.19.4. Much like with 1.19.2, Forge 45 has contin...
  3. Wish you could make huge wheat fields easily and fast? Or wide roads by just walking? Or maybe you have hard time finding spawners or slime chunks? This mod can do that for you! This mod adds some useful tools for farming, mining and world building. This mod is not far from vanilla Minec...
  4. I have a keybind where you spit like a llama. On singleplayer both the entity and particle spawn and it's sound is played (https://youtu.be/bpxnFDuWw_I). But on a server only the entity is spawned and nothing else (https://youtu.be/veVQ4zSqnIA), no particles nor sound. Upon starting the server...
  5. Hello! I was trying to create a mob which has two different textures: "red" and "black". It should be chosen randomly when the mob spawns and then never change. I had to find some way to save data about the variant of the mob when player go out from the game. I thought that using read/addAdditionalS...
  6. I wanted to ask if there's a way to code something like in this image. I already tried changing the yaw of the camera through an event i forgot the name of and I also went through Minecraft code to see if I can find something useful but I got no progress whatsoever.
  7. Hello! I need to check is it night for some featues of my new mob. I planned to use the MyMob.level.isNight() method, but it seems to work kinda odd for some reason. So I'd wrote down a function in MyMob.tick() which prints value returned by level.isNight(): The result was: "True" an...
  8. Hello! I've made a block, it is displaying with a black texture, but I haven't found anything wrong in the mod files. Here is my files: link to the texture: https://i.ibb.co/ck4nJ8L/tea.png
  9. I am trying to make some animations for my mod, and one of the steps is rolling out a ball of dough for a pizza. I want to have the rolled out dough slowly fade in, but trying to use RenderSystem#setShaderColor to set the alpha channel does not work how I would expect it to Is there another...
  10. As the title reads, I've been trying to create a custom advancement trigger to activate based off a capability I've created. Despite my best efforts to A)Understand the sparse documentation for 1.19 on advancements and B) Reverse Engineer it by looking at the code, I keep coming back to this spot st...
  11. Forge version: 45.3.0 Minecraft version: 1.19.4 Downloads: Changelog: (Direct) Installer: (AdFocus) (Direct) MDK: (AdFocus) (Direct) Downloads page Intro: This third recommended build for MC 1.19.4 offers improved performance, bugfixes, new features and va...
  12. I have a tool that harvests multiple crops at once, that either replants or harvests the crops depending on an enchant on the tool. The harvesting and loot dropping works fine, but when it comes to updating what block is rendering, only the clicked block is updated properly, while the others drop th...
  13. Hello everyone, I recently created a modpack but my game can't even load. As soon as I launch minecraft I get an error message saying that Psi can't load. I share the log and crash report. As I don't know anything about modpack creation, maybe the solution is quite simple but I haven't found any...
  14. How can I replace the vanilla DeathScreen with a custom one? My custom screen only adds an extra button.
  15. Does anybody know how to get old enchant glint from 1.17.1 on newer versions? not the texture pack but accualy to make it move on armors and items like in old versions. Is there any mod/shader to do it?
  16. (EDIT: THIS IS A CLIENT-SIDED ISSUE, THIS HAPPENS WHEN JOINING ANY SERVER) I have been currently having this issue where if I join my server, I get one of these 2 errors. I have tried fixing this issue by looking at the output log in both Server and Client side, from what I have seen I was no...
  17. I have programmed an entity that can load chunks independently of the player and is therefore always active. Since the entity is very large (volume of about 66800 blocks), I implemented that the entity is rendered from a distance of several thousand blocks, even outside of the player's actual render...
  18. I made a projectile extending the AbstractHurtingProjectile class. The relevant code and video showing the error are shown below. I want my projectile to be able to pass through blocks and hit multiple entities, it should only despawn after a certain amount of time. For some reason, it does not hit...
  19. I'm updating my mod from 1.19.2 to 1.20.X, going to 1.19.3 as an intermediate step so that I can ensure my data generators work correctly before updating the rest. I have many lines to create configured features that look like this: ALPINE_ROCK = new ConfiguredFeature<>(ModGeneration.OUTCROP...
  20. I have a block already registered in my mod, which I have used in some worlds. The problem arises when in code, I add a property called CURRENT_AGE, when running Minecraft it freezes. In the console it doesn't appear any excpetion except that it stays in this phase: [Render thread/DEBUG] [ne.mi.c...
  21. I'm trying to run MrCrayfish's Gun Mod in 1.19.4 (latest available version), so have created a new installation with the same version of Forge/Minecraft. I put the mod in the mod folder as well as the appropriate Framework mod, but they just don't load. I can play that version of Minecraft but the...
  22. Hello, for a while now I have been trying to play Minecraft with Forge but it is not possible since I always get error screen 1 and this happens to me from this version to 1.20 and its latest updates https://paste.ee/p/vlWko I really appreciate your help
  23. https://dswrap.minecrafthopper.net/486731460137713664/1194724890759135294/message.txt
  24. Greetings Forge community and enthusiasts, I have previously come here to seek help for a mod that has been in development for about 7 Months now, focusing on adding realism and theory to Minecraft, and I'm looking for MORE individuals to help tackle this massive project with me and the...
×
×
  • Create New...

Important Information

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