Jump to content

Recommended Posts

Posted

Hey here are two bugs that i have found in forge, one that i could have reported a while ago hoping some else had found it. here goes.

 

new bug that wasn't in the previews forge was a bug the it eats you music disks when you load them in the jukebox.

 

a bug that has been around for a few forges now is that when you add a new block or item to an existing world all of the textures get out of aligned between every mod that you have installed. i found this bug a while back because i am part of a team that is make a multi mod mod and i also tried it in multimc with bop installed adding it later to a current world and the texture mapping when crazy. it affected bop and our mods as well.

 

thanks i hope you these are easy to fix.  have a great day

TheRealM18

Posted

No it also happened in the dev environment as well.

 

best way of putting it, for the textures if you go into the creative tabs and havew least stay 3 new creative tabs. the first tab stuff is all good because nothing changed, and the second tab you have a new item added to it. it will put the new texture in the last spot on the last tab and replace backwards until it finds the new item.

 

and the jukebox thing i was in creative if that helps.

 

but no i dont use of because it doesnt launch worlds right now with minecraft 1.8 but it will launch into minecraft starting screen so any bug that i find i make sure that it is not a of bug first, because i know that it causes a lot of problems with textures.

Posted

you cant find the texture bug unless you have multiple mods loading that is the bug shuffle all the textures across all the mods that is the bug.  that is way nobody has found it yet because everyone is going to a one jar mod. and we in the dev environment are using like 9 jars. if you want to pm me and i can talk to you and show you the bug. I now understand were the bug is coming from and why nobody has found it yet is that there is not three mods that you can test a pack with.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • ahh yes I mean waystone. Thank you very much helped alot  cheers mate!
    • Do you mean waystones?   You can use KubeJS to remove and add a changed recipe for it: https://www.curseforge.com/minecraft/mc-mods/kubejs   Add KubeJS and start the modpack once to generate the files for the mod   In your modpack folder, you will find now a kubejs folder Go to server_scripts (create the folder if missing) - yes, also for singleplayer, use the server_scripts folder Create a new file "reciperemove.js" Edit this file and add the recipe for the waypoint mod: ServerEvents.recipes(event => { let toRemove = [ {output: 'waystones:example_item'}, ]; for (const remove of toRemove) { event.remove(remove); } }) Just make sure you are using the correct item ID   Create another file "recipes.js" in the server_scripts folder and use: ServerEvents.recipes(event => { event.shaped( Item.of('waystones:example_item'), [ 'AAA', 'BCB', 'AAA' ], { A: 'minecraft:stone', B: 'waystones:item_1', C: 'waystones:item_2' } ) })   The Letter Block with AAA etc is a crafting table - so there you define the recipe and the items      
    • I am currently making a modpack for myself and I want to change the recipe for waypoints*. How do I do this? Is there a simply way to change an existing recipe (or to delete the old one and make a new one). I only need a for 1 single player world. My coding Knowledge is limited to arduinos but I feel I could teach myself some Java if needed *waypoint mod by BlayTheNinth
    • Tired of the same old iron sword and pickaxe? Dive into a world of enhanced possibilities with Droid's Implements! This exciting addition to your Minecraft experience introduces:   Four Unique Weapons:    Daggers: Quick, cheap, and effective, great for agility. Applies Weakness for one minute. Warhammers: A powerful option for defeating strong enemies. Applies Harming for a quarter of a second, making it ineffective against the undead. Spears: A balanced weapon with fair damage and speed. Applies Mining Fatigue, making escape difficult for cornered enemies. Clubs: Hard-hitting yet slow, the club is a robust alternative to the sword. Applies Slowness, increasing the chance of catching your enemy.   Two Handy Tools:   The Mining Hammer: A worthwhile alternative to the pickaxe, the Mining Hammer mines in a 3x3 area, making mining stone more efficient. The Heavy Shovel: A beneficial substitute to the shovel, the Mining Hammer mines in a 3x3 area, making mining sand and gravel more efficient.   Damage Comparison: Dagger > Spear > Sword = Club > Warhammer     Check it out now!
  • Topics

×
×
  • Create New...

Important Information

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