Jump to content

Inherited json file notfound error during Gradle build(Mods pls read disclaimer)


Recommended Posts

Posted

TL;DR - Skip towards the end of my message lol, where I have highlighted the start of my technical question.

 

--Begin Disclaimer--

First, sorry if the "pls" and such in title offends anyone's sensibilities :P Although I would hope people would not focus on a silly detail like that. Either way I "had to" do it because well, you guys understandably have a title char limit. Now onto my real disclaimer...which BTW I am primarily typing because even though I read the relevant Rule Threads of this forum, I am not 100% sure if you guys are cool with me posting this type of question in this subforum.

 

That said, the crux of my actual disclaimer is: IFF through Rules I somehow missed or misunderstood you guys of the Forge Team do not like this question being on this subforum..I will be absolutely accept it if you then decide to take action to, e.g. move it to a different subforum, if that is a better place for it. At the least I would feel that way for sure so long as your system informs me that the thread is moved. Alternatively, if for any reason you cannot or will not move the thread in that hypothetical scenario...then tell me it should be move and I will gladly "reposition" it.

--End Disclaimer--

 

Now that my disclaimer is over, let me also say that I'm sorry if, because of it, my post comes off as being oddly ceremonious, preemptive, etc compared to the norm here but I have my reasons and I will give them in brief now. For my background, without waffling, I am a graduate of a games dev course (undergrad. uni level) but I have never tried MC modding in any capacity. But now I want to do my best to teach myself using the awesome pool of online resources that exists for learning to do MC modding stuff. Now because that is my "life situation" I just want to be crystal clear on things so I'm not misunderstood. Here, a few bullet points:

  • I know, because of the huge amount of obviously presented disclaimers and ultimatum-style "no means no" statements that you maintain on this site, that you have surely suffered from (and had to ban) a fair share of...undesirable people. So on that note I categorically say no, I do not intend to push myself into a situation where I am being THAT GUY who "sponges" incorrigibly and expects, for example you people, to make his mod for him. Or just well, people that keep pestering and expect you to cave and do things you said you won't help with.
  • To follow up, since I am not that kind of person and I will do my utmost to teach myself, I do not want to "burn bridges" with Forge devs, staff, etc...because I really want to try eventually use Forge for stuff. :)

 

Alright then, I feel that is the bulk of my "preamble" out of the way (sorry again it's a bit long for what it is..!) so without further ado here is the technical description of my issue.

 

Technical problem description here!

Standard fare I guess; what OS am I on? Windows 10 64-bit.

I had started to follow one of the tutorials by "CPW", this one right here

Very earlier on I had issues, but I fixed some of them. I will point out that before realising these forums existed I asked for help in the YouTube comments...but do not feel obliged to read that comment I posted. Most importantly I say that because my unanswered call for help over there is about the problem I fixed already today; that is, that Git wasn't in my Windows %PATH% variable..so Gradle didn't work.

 

Now my problem is still a failure during trying to run the "build.gradle" file..but the error is different and indicates that indeed Git not being found is no longer a problem. I will provide a pastebin for the full IDEA log snippet but the pop-up error in IntelliJ is "Inherited json file (null) not found! Maybe you are running in offline mode?  Consult IDE log for more details". My pastebin for the log is right here: http://pastebin.com/ZMYrrEy8 Maybe I didn't approach it the best way, but I did try googling for a generic answer to this error..but I had no luck. If these would matter...I checked in IntelliJ settings and for both Gradle and Maven (though I guess surely Maven is not a Forge thing..? Quick googling of offline mode intellij stuff has me wondering) I am not set to work in offline mode.

 

Well I think that wraps up technical details...assuming you are happy to leave this thread here, I will be happy to provide any more details that one might need in order to help me, if someone is able to help at some point that is. :) I will say in advance thanks so much for your time, if someone can actually help me fix my problems! :D

Posted

Unfortunately I couldn't get here to reply sooner really...and the website 503'ing and apparently not posting my message a few hours ago hasn't helped that. :/

 

But anyway, thanks for replying. :)  So if it's a library issue my question now is how do I figure out what library (or libraries) I need that are missing? Or alternatively so that I can check them all is there a list somewhere of all libraries I would need to get this Forge environment working? Specifically I mean all libs that, when missing, would cause this step of the setup to fail (i.e. the Gradle build step), of course.

Posted

I don't know enough about what libraries forge uses or what classes come from which libraries but I think that is from the guava-17.0.jar. Your best bet would be to change title of this to something like  <minecraft version> file not found while building. You should probably also edit your original post to highlight your current problem. I have found that people here respond quickest to blunt questions as long as show that you have attempted something and they can see the results (error log, etc)

Current Project: Armerger 

Planned mods: Light Drafter  | Ore Swords

Looking for help getting a mod off the ground? Coding  | Textures

Posted

Alright soo..you mention the guava JAR file. So I am wondering then, does it have to be the same guava version that Minecraft uses? I guess so right, and as such I should use the version in my Minecraft folder? Finally my last question regarding this aspect of the issue then is, would adding the directory containing guava-17.jar to my %PATH% be a typically "objective best" solution for it? :)

 

EDIT: I tried adding the exact directory (i.e. going deep in through all the nesting of folders lol) where Minecraft's guava jar is onto my %PATH% but I did restart my laptop and it seems like the build.gradle stuff is still failing with the same error. At least it's the same pop-up error in IntelliJ anyway. On the offchance that I am not seeing a more specific detail in the error log ( with my untrained eyes..) here is the new log, from after I tried once guava was put on my %PATH%  http://pastebin.com/CiiL1vm8

Posted

So, at this point now I *think* my %PATH% and also global library config for IntelliJ have been updated to have Guava's directory added there. But it seriously just appears to be the exact same error happening. :/ I'm still getting used to IntelliJ so I'm not absolutely certain, but I am fairly confident that I added Guava as a global lib successfully. The settings dialog was via File->Project Structure->Platform settings->Global libraries so I mean...going by the names of stuff in that menu it seems legit lol.

 

Is it possible that I am missing other libraries too? Should I like, for example, add paths to all libraries that Minecraft comes packaged with? Or is it a case of that being overkill because Forge doesn't need them all?

Posted
  On 4/3/2016 at 2:40 PM, UberAffe said:

You should only need a path variable for your jdk. You might just need to rerun setupdecompworkspace and intellij again. It won't hurt any code you have written.

 

Wait, should I really be trying to run that Gradle task at this point? O.o I guess I'll try now to see what happens but I'm just curious because I mean, in the tutorial video "setupDecomp" is after the step I'm failing on I would think, so..this just comes across as skipping a step.

 

EDIT: Wait no, can I even run that task at this point..? I'm not sure. I mean the thing is like I said Gradle fails with this error when it is trying to execute build.gradle, and that is a step somewhat before I would get to being able to run setupDecomp.

Posted

The most basic setup is to do this:

1. download forge mdk version that you want

2. extract it to the folder that you want to contain the src of your mod

3. set up your system path variable to the java version you are using

4. open a command prompt inside of the folder that you extracted forge to

5. put this in CMD "gradlew setupdecompworkspace"

6. "gradlew <IDE>" eclipse/intellij

Current Project: Armerger 

Planned mods: Light Drafter  | Ore Swords

Looking for help getting a mod off the ground? Coding  | Textures

Posted

I see, thanks for those replies :) I kind of did want to stick with figuring out why the method in the tutorial is being so "temperamental" but at this point taking an easy way out is looking more appealing lol. Furthermore, I suppose as it stands I don't have a need to set up the dev-env for Forge itself rather than modding so yea, haha..

 

The one thing I want to ask though is, related to something I would like to do once I have taught myself to be comfortable/proficient Forge. That is, basically what has inspired me to really want to learn this stuff is I got talking to someone who is a dev for a Minecraft mod and in talking to them I expressed how awesome I thought it would be if eventually I would be able to assist them with dev work. :) Obviously I know I will have to spend decent amounts of time learning Forge itself but, it's just something nice I'm keeping in mind as a longer term goal. So my question as a result of this is that assuming I go install the MDK as you suggested, "abandoning" the tutorial I was looking at atm, in the future would it still be relatively simple to do further setup to like, get the "subenvironment" for my acquaintance's specific mod working? I suppose the essence of my question is: If I set up Forge MDK to make practice mod(s) right now, that environment setup should be inherently "open" to also importing existing mods right? :) If so then I suppose the MDK install solution is surely acceptable to me in the long term.

Posted

If you do exactly the steps i put you would need re-extract to the new folder and do the same steps again.

 

This is the process I use:

1. set up git repository

2. clone to my modding folder (in the modding folder I have a forge folder with a sub folder for each forge version that I use modding/forge/<mc version>/<forge version>/extract

3. make a copy of the extract I need and put it in my cloned folder

4. in the cloned folder run "gradlew setupdecompworkspace eclipse"

 

If you are working with someone else you would just clone a branch of their project instead of making new repository.

Current Project: Armerger 

Planned mods: Light Drafter  | Ore Swords

Looking for help getting a mod off the ground? Coding  | Textures

Posted

Ok when I got the chance I decided to start setting up the MDK a while ago. The start has worked like a charm but I think I am noticed a little issue now. So, for reference I decided to use another tutorial that CPW put up, specifically for getting MDK set up:

Specifically my problem is observed at the point slightly after the 4:33 mark of the video which I have directly linked. What I noticed was, Minecraft launches just fine but I do not see example mod (of any naming scheme) loaded. Only the other 3 mods are loaded. This mustn't be a good sign I assume? I'm just wondering now what part of project config I would need to alter to fix this.

 

EDIT: Oh wait...could it be because I chose to use Forge for 1.8.9 because that's what I want?

EDIT#2: Actually I guess that reasoning makes no sense...whoops. Because 1.8.9 came out after CPW added the example mod on Forge repo apparently. I checked github to verify.

Posted

I don't think the example mod gets downloaded by default anymore. at least I haven't had it show up in my stuff for a long time. And using 1.8.9 shouldn't make a difference, that said I recommend moving to 1.9 and try convincing your friend to also. With 1.9 already out and not much of the community playing in 1.8.9 yet it is very likely that majority of people will just skip straight to 1.9

Current Project: Armerger 

Planned mods: Light Drafter  | Ore Swords

Looking for help getting a mod off the ground? Coding  | Textures

Posted

Ok so...when I was trying to fix my issue again (and sadly I have failed thus far) I realised that actually ExampleMod.java is set up in my workspace..I was looking in the wrong directory at first so I thought it was indeed not downloaded somehow but no, it's there.

 

Do you know what might be the issue that would be making it not get loaded?

 

EDIT: Never mind! I realised what my, admittedly rather awkward error was. I accidentally set the "output path" for my project to be a top level (in terms of directories on my hard drive) directory "production" due to misinterpreting part of the tutorial I guess. Changing the output path to be my actual project directory has fixed my issue. :)

 

So woot lol, finally I suppose I can actually begin teaching myself Forge modding stuff..! Instead of fighting with IntelliJ and and other stuff to get the config right..

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

    • Looking to save big on your next Temu purchase? Then you’ll love our Temu coupon code 40% off, designed especially for savvy shoppers like you. One of the best codes available right now is [acs670886]—a code that brings maximum benefits to shoppers in the USA, Canada, and European countries. Whether you're hunting for a Temu coupon code 2025 for existing customers or a Temu 40% discount coupon, we've got you covered with the most valuable offers this year. What Is The Temu Coupon Code 40% Off? Great news—both new and existing customers can unlock amazing benefits with our Temu coupon 40% off offer on the Temu app and website. This exclusive 40% discount Temu coupon is your key to unlocking unbeatable savings on a wide variety of items. [acs670886] – Get a flat 40% discount on your very first Temu purchase as a new user. [acs670886] – Existing users can also enjoy 40% off on selected items without needing to create a new account. [acs670886] – Receive a $100 coupon pack usable across multiple orders, perfect for frequent shoppers. [acs670886] – New customers can enjoy up to $100 flat discount by applying this single code during checkout. [acs670886] – Use this extra $100 off promo code for existing customers to save big and keep shopping. Temu Coupon Code 40% Off For New Users As a new user on the Temu app, you stand to gain the most when you use our exclusive Temu coupon 40% off. Don't miss the benefits that also include the Temu coupon code 40 off for existing users, making it a one-size-fits-all deal. [acs670886] – Unlock a flat 40% discount right after you register as a new Temu user. [acs670886] – Get a generous $100 coupon bundle for your initial purchases. [acs670886] – Use your bundle across multiple uses for up to $100 in savings. [acs670886] – Enjoy free shipping to over 68 countries when using this coupon. [acs670886] – Receive an extra 30% off on any purchase for your first transaction. How To Redeem The Temu 40% Off Coupon Code For New Customers? Getting started with Temu 40% off is easy. Follow these steps to use your Temu 40 off coupon code and enjoy immediate savings: Download the Temu app or visit the Temu website. Sign up as a new customer with your email address. Browse through the categories and add your favorite items to your cart. Proceed to checkout and locate the promo code box. Enter [acs670886] and click "Apply". Watch the price drop by 40% instantly! Temu Coupon Code 40% Off For Existing Users Existing Temu customers can still enjoy significant savings using our Temu 40 off coupon code. By applying the Temu coupon code for existing customers, you continue to shop smart without compromising on value. [acs670886] – Get an additional 40% off select items just for being a loyal Temu user. [acs670886] – Redeem a $100 coupon bundle that can be used on multiple purchases. [acs670886] – Receive a free gift with express shipping across the USA and Canada. [acs670886] – Stack an extra 30% discount on top of already reduced prices. [acs670886] – Enjoy free shipping in 68 countries, regardless of your cart size. How To Use The Temu Coupon Code 40% Off For Existing Customers? To make the most of the Temu coupon code 40 off as a returning customer, just follow this guide. Here's how to apply your Temu discount code for existing users: Open the Temu app or visit the website. Log into your existing account. Add desired products to your shopping cart. Navigate to the checkout page. Input [acs670886] in the promo code field and hit apply. Your 40% discount and any bonus offers will be automatically deducted. How To Find The Temu Coupon Code 40% Off? Looking for the Temu coupon code 40% off first order or the latest Temu coupons 40 off? We’ve got tips to help you find them easily and effectively. Sign up for Temu’s newsletter to receive verified and tested coupon codes directly in your inbox. Also, follow Temu’s official social media channels for real-time updates on promos, giveaways, and limited-time offers. For guaranteed deals, visit any trusted coupon website where our code [acs670886] is always listed and up to date. How Temu 40% Off Coupons Work? Yes, Temu coupon code 40% off first time user and Temu coupon code 40 percent off offers are 100% functional and easy to use. These codes work by applying a percentage-based discount automatically at checkout when entered into the promo box. Once you copy the code, add your items to the cart and enter the coupon, the system calculates your 40% discount instantly. This applies to both physical products and digital items on the Temu platform. Depending on your customer status—new or existing—the same code may also unlock other benefits like free shipping and bundled coupons. How To Earn 40% Off Coupons In Temu As A New Customer? To earn the Temu coupon code 40% off as a first-time shopper, all you need to do is sign up on the app or website. Once you're onboard, the Temu 40 off coupon code first order becomes active and applicable to your first purchase. By entering the promo code [acs670886] during your initial checkout, you’ll receive an instant 40% discount along with several bonus offers. Additionally, participating in referral programs or special promotions on Temu's homepage may earn you extra coupons and freebies. What Are The Advantages Of Using Temu 40% Off Coupons? Using the Temu 40% off coupon code legit has its fair share of perks. Whether you're shopping for fashion, gadgets, or home goods, our coupon code for Temu 40 off delivers excellent value. 40% discount on your first order 40% discount for existing customers $100 coupon bundle for multiple uses Up to 70% discount on top-rated items Extra 30% off for returning customers Up to 90% off on select flash sale products Free gift for first-time users Free shipping to 68 countries Temu Free Gift And Special Discount For New And Existing Users With our Temu 40% off coupon code and 40% off Temu coupon code, you get more than just a price cut. Temu rewards loyal and new users alike with exciting gifts and discounts. [acs670886] – Get a 40% discount on your very first Temu order. [acs670886] – Enjoy 40% off as an existing customer. [acs670886] – Save an extra 30% on any item sitewide. [acs670886] – Receive a free welcome gift on signing up as a new user. [acs670886] – Unlock up to 70% discount on curated deals within the app. [acs670886] – Get a free gift with complimentary shipping in 68 supported countries including the USA and UK. Pros And Cons Of Using Temu Coupon Code 40% Off We believe transparency is key, so here’s a quick overview of the Temu coupon 40% off code and the Temu free coupon code 40 off benefits and limitations: Pros: Save 40% instantly on both new and existing accounts Enjoy a $100 coupon bundle for extended value Combine with existing site discounts Free shipping to many countries Receive free gifts and bonus offers Cons: Limited to certain products or categories May not combine with some third-party coupons Must be applied before checkout to be valid Terms And Conditions Of The Temu 40% Off Coupon Code In 2025 To use the Temu coupon code 40% off free shipping and Temu coupon code 40% off reddit effectively, you should be aware of the following terms: No expiration date: use it whenever you like Applicable for both new and returning users Valid in 68 countries, including the USA, UK, and Canada No minimum purchase required Cannot be combined with certain store credits or gift cards Final Note You don’t need to spend hours searching for the best deal—our Temu coupon code 40% off does all the hard work for you. Just copy and apply it for immediate and guaranteed savings. With this Temu 40% off coupon, shopping smart is now easier than ever. Don’t miss your chance to save big and enjoy exclusive benefits. FAQs Of Temu 40% Off Coupon Q1. Can I use the Temu 40% off coupon code more than once? Yes, you can use the code multiple times if you create different accounts or participate in various promotions offered by Temu. Q2. Is the Temu coupon code 40% off valid for all items? The 40% discount applies to most categories but may exclude certain sale items or limited-edition products. Always check the product page for eligibility. Q3. Does the [acs670886] code provide any extra benefits? Absolutely! In addition to 40% off, you may receive free gifts, shipping, and a $100 coupon bundle depending on your location and user status. Q4. Can existing customers use the Temu 40% off coupon? Yes, existing users can also enjoy the same benefits by using the [acs670886] code during checkout. Q5. How do I know if my 40% off Temu coupon is working? Once you enter the code at checkout, the discount will be automatically applied. If it doesn’t reflect, check for any restrictions or contact Temu support.  
    • Looking to slash your shopping costs on Temu? Whether you're filling your cart with fashion, electronics, home décor, or beauty products, the Temu coupon code $100 off [acs670886] is your key to unlocking real, verified savings. This powerful code works across multiple categories, giving both new and existing users in the USA, Canada, and Europe an easy way to save more on every order. What Is the Temu Coupon Code for $100 Off? The coupon code is simple: [acs670886]. When applied, it unlocks instant savings of up to $100 off your entire purchase. Here's how you can use it: [acs670886] – Flat $100 Off on your total cart value.   [acs670886] – $100 Coupon Pack with multiple-use savings.   [acs670886] – Tailored $100 Discount for new users.   [acs670886] – $100 Promo Code for existing and loyal customers.   [acs670886] – Exclusive for North America (USA/Canada-focused benefits).   Whether you're a first-time shopper or a returning user, this code provides serious value. Temu Coupon Code $100 Off for New Users in 2025 New to Temu? Then you're starting off strong. As a first-time customer, using coupon code [acs670886] opens the door to incredible offers: Get a flat $100 off on your first purchase.   Receive a $100 coupon bundle with savings spread across multiple orders.   Enjoy free shipping to more than 68 countries.   Score an extra 30% off your first order—on top of the $100 discount.   How to Redeem Temu $100 Off for New Customers Follow these steps to apply your code successfully: Visit the official Temu website or download the mobile app.   Register as a new user using your email or social account.   Shop your favorite items and add them to your cart.   At checkout, look for the coupon or promo code section.   Enter [acs670886] and apply it.   Your $100 discount will automatically reduce your total.   Temu Coupon Code $100 Off for Existing Customers Already a Temu shopper? You can still save big. The Temu $100 coupon is not limited to new users—existing customers can use the same code for exciting benefits. Here’s what’s in store with [acs670886] for returning users: A special $100 discount designed for repeat customers.   Access to a $100 multi-use coupon pack.   Complimentary express shipping throughout the USA and Canada.   Combine with other promotions for up to 30% extra savings.   Free delivery to over 68 countries for loyal customers.   How to Use Temu Coupon Code $100 Off for Existing Users Here’s how to apply the code: Open the Temu website or app and log in.   Browse your desired categories and add products to your cart.   During checkout, find the promo code box.   Enter [acs670886] and click apply.   Instantly enjoy your discount and complete your order.   Temu Coupon Code $100 Off First Order Make your first order unforgettable with these exclusive first-time offers: [acs670886] – $100 Off First Purchase   [acs670886] – $100 Coupon Pack for First-Time Use   [acs670886] – Additional 30% Off on any item during your first order   [acs670886] – Free worldwide shipping   Temu’s new user program is built to provide maximum savings on your first few purchases, making it the perfect time to explore all their top categories. Where to Find the Temu $100 Off Coupon Code Finding verified Temu coupons is easier than ever. Here's where to look: Temu Newsletter: Subscribe to receive new and exclusive promo codes like [acs670886].   Social Media: Follow Temu on Facebook, Instagram, and Twitter for flash deals and seasonal coupons.   Trusted Coupon Websites: Look out for pages like ours that verify and update coupon codes regularly.   You’ll often find this $100 off Temu coupon code highlighted under trending offers or Reddit deal threads. Is the Temu $100 Off Coupon Legit? Yes, the Temu $100 off coupon is 100% legitimate. The code [acs670886] has been tested, verified, and is currently active. It works for both: First-time users.   Existing customers.   And the best part? It doesn’t expire, giving you flexibility on when to use it. How Does the Temu $100 Off Coupon Work? When you enter [acs670886] at checkout, the system automatically deducts $100 from your total, provided you meet any item or order requirements set by Temu. You can use the code: On Temu’s mobile app or official website.   Alongside other discounts or promotions (stackable in some cases).   Across categories like electronics, beauty, clothing, homeware, and more.   How to Earn a Temu $100 Coupon as a New Customer Becoming eligible for the Temu $100 coupon is easy. Just follow these steps: Sign up as a new user on the app or website.   After registration, you'll automatically receive a $100 coupon pack.   Check your Temu wallet or email for details on applying each part of the bundle.   Take part in referral programs and exclusive app deals to unlock additional coupons.   Benefits of Using the Temu $100 Off Coupon Using coupon code [acs670886] offers a wide range of benefits: $100 off your first purchase.   Bundled savings for multiple transactions.   Up to 70% discount on trending and seasonal items.   Free shipping to over 68 countries.   An extra 30% off on eligible products for new and returning users.   Access to free gifts and early product releases.   Whether you’re restocking essentials or trying something new, this deal ensures you never pay full price. Temu $100 Off Coupon Code + Free Gift for All Users Make the most out of your order with these bonus perks: Use [acs670886] to claim $100 off instantly.   Stack with 30% additional discounts for bigger savings.   Receive a free gift on your first order.   Access top product deals with up to 70% off.   Enjoy international shipping benefits, including the USA, UK, and EU.   Terms and Conditions of Temu $100 Off Coupon in 2025 Before applying the code, take note of these essential terms: The coupon has no expiry date.   Valid for both new and existing users.   Applicable in 68+ countries, including the USA and Canada.   No minimum purchase required for activation.   Code to use: [acs670886]   Final Note – Don’t Miss Out on the Temu $100 Off Deal If you’re ready to shop smart and save big, there’s no better time than now. With Temu coupon code $100 off [acs670886], you can unlock unbeatable savings, free gifts, and global delivery benefits in just a few clicks. Whether it’s your first time shopping or you’re coming back for more, this code delivers the value you deserve. FAQs Of  Temu $100 Off Coupon Q1: Can I use the Temu $100 coupon multiple times? Yes. In many cases, especially with the coupon pack, you can spread the $100 across multiple orders. Q2: Is the code valid on both the website and the app? Yes, [acs670886] works on both platforms. Q3: Can this be stacked with other offers? Temu often allows stacking promotions, so combining the $100 coupon with other discounts is possible. Q4: Is it only for new users? No. While new users get extra benefits, existing users can still use the same code with special versions. Q5: Which countries are eligible? The coupon is valid across 68 countries, including the USA, Canada, UK, Australia, and other European nations.  
    • I have no idea - maybe use a pre-configured modpack as working base and add some new mods one by one
    • Is there a crash-report?   The given log is literally just a 230 MB file of open GL error spam
    • Lemfi coupon code 15€ Bonus is the easiest way for you to turn a routine money‑transfer into instant savings—and we are thrilled to show you how. We tested it ourselves and unlocked the extra cash in seconds. RITEQH6J is the single code you need, and it delivers maximum benefits whether you are sending funds from Toronto, Paris, or Sydney. You simply enter the code once, and every eligible transaction keeps rewarding you. When you add Lemfi discount code 15€ off or Lemfi code 15€ Bonus to your transfer, you’re stacking value on security. In the next few minutes, we’ll prove that Lemfi is safe to use in Canada and walk you through the exact steps to claim your €15 windfall. What Is The Lemfi Promo Code for 15€ Bonus? Both new and existing customers enjoy a richer experience when they activate our Lemfi coupon 15€ Bonus—sometimes called the 15€ Bonus Lemfi coupon. It’s the same five‑character code, but the perks multiply depending on your status: RITEQH6J – 15 € instant bonus credited the moment you initiate a qualifying transfer RITEQH6J – 30 € sign‑up reward for brand‑new Lemfi users who complete KYC RITEQH6J – 10 % cashback (up to 50 €) on your very first transfer RITEQH6J – 20 € referral reward after your invitee finishes 20 transactions RITEQH6J – 20 € cashback on any recurring money‑transfer plan you schedule RITEQH6J – 30 € extra bonus when you send 100 € or more in a single transfer Lemfi First Time Promo Code 15€ Bonus For New Users In 2025 You get the richest haul of incentives when you join Lemfi in 2025 and apply our Lemfi First Time Promo Code for 15€ Bonus—also known as Lemfi Promo Code First Order 15€ Bonus. Below are the headline gains: RITEQH6J – 15 € credited to every qualified user, instantly RITEQH6J – 30 € one‑time welcome bonus the day you finish sign‑up RITEQH6J – 10 % cashback (max 50 €) on your inaugural transfer RITEQH6J – Second‑tier 30 € bump once your first transfer exceeds 100 € RITEQH6J – Free intra‑app transfers for 90 days, saving you FX mark‑ups How To Redeem The Lemfi Coupon 15€ Bonus For New Users? Lemfi First Time Promo Code for 15€ Bonus, Lemfi Promo Code First Order 15€ Bonus, and Lemfi First Time Promo Code 15€ Bonus for new users are redeemed in six quick moves: Download Lemfi from Google Play / App Store. Open an account with your legal name and Canadian address. Complete photo ID verification and selfie check. On the “Promo” screen, paste RITEQH6J and tap “Apply.” Initiate your first money transfer of 10 € or more. Watch the 15 € bonus hit your Lemfi balance before the funds even settle. Lemfi Promo Code 15€ Bonus For Existing Customers Already have a wallet? Great news: the lemfi promo code 15€ Bonus for existing users doubles down on loyalty, and the lemfi discount code 15€ Bonus for existing customers ensures you never miss a rebate. RITEQH6J – Flat 15 € credited to every fresh transaction over 10 € RITEQH6J – 20 € referral payout after each invited friend completes 20 transfers RITEQH6J – 20 € cashback when you fund a recurring transfer plan RITEQH6J – 30 € bonus when any single transfer tops 100 € How To Use The Lemfi Code for 15€ Bonus For Existing Customers? Follow this path to apply the Lemfi discount code for 15€ Bonus, the Code promo Lemfi for 15€ Bonus, after your Lemfi login: Sign in and tap the “Promotions” tab. Enter RITEQH6J in the promo box and confirm. Start a new transfer or schedule a future one. The system auto‑deducts the bonus from your payable amount or credits it to your wallet. Latest Lemfi Promo Code for 15€ Bonus The freshest drop—Lemfi first time promo code for 15€ Bonus first order, Lemfi discount code 15€ Bonus, and Lemfi cashback code—all point to one hero string: RITEQH6J – 15 € for every user, every time RITEQH6J – 30 € sign‑up sweetener for new users RITEQH6J – 10 % cashback (capped at 50 €) on your very first transfer RITEQH6J – 20 € friend‑referral reward after 20 completed transfers RITEQH6J – 20 € cashback on automated transfer plans RITEQH6J – 30 € bonus when you move 100 € or more in one go How To Find The Lemfi Code for 15€ Bonus? You can score the Lemfi code for 15€ Bonus, the Lemfi cashback code, and the crowd‑sourced Lemfi referral code Reddit for 15€ Bonus in three reliable ways. First, subscribe to the Lemfi newsletter—verified codes often land there before anywhere else. Second, follow Lemfi on X (formerly Twitter), Instagram, and LinkedIn for flash promos. Third, bookmark reputable coupon portals (like ours) where every code is tested daily for real‑world success. Is Lemfi 15€ Bonus Code Legit? Is Lemfi legit? Absolutely. Lemfi (legal name Lemonade Technology Ltd.) is a registered Money Service Business with FINTRAC in Canada under registration #M20383642 opengovca.com. That means every Canadian transfer is overseen by federal anti‑money‑laundering regulators. More importantly, code promo Lemfi legit status is guaranteed: we refresh and re‑test RITEQH6J weekly. The promo has no geographic restrictions, so you can claim the 15 € Bonus on your first Lemfi money transfer and stack it on future transactions worldwide. How Does Lemfi Code for 15€ Bonus Work? 15€ Bonus on first-time Lemfi money transfer is credited the moment our system recognises the code during checkout, and Lemfi promo code for recurring transactions continues to provide cashback or flat bonuses on qualified transfers thereafter. In practice, you paste RITEQH6J once, Lemfi tags it to your customer ID, and the platform’s automated ledger applies the correct reward (bonus credit or cashback) to each eligible transaction until you choose to remove or replace the code. How To Earn Lemfi 15€ Bonus Coupons As A New Customer? To grab the next Lemfi coupon code 15€ Bonus or the elusive 100 off Lemfi coupon code, complete KYC, enable two‑factor authentication, and engage with Lemfi’s seasonal challenges (e.g., “Send three transfers in one week”). Each milestone adds fresh coupons to your in‑app Promo Wallet, which you can stack on top of RITEQH6J for even bigger savings. What Are The Advantages Of Using The Lemfi Discount Code for 15€ Bonus? Lemfi promo code for 15€ bonus delivers an immediate 15 € credit Lemfi promo code for 15€ Bonus stacks with a 30 € sign‑up reward Up to 50 € cashback (10 %) on your inaugural transfer 20 € cash per referral after 20 transactions 20 € cashback on automated recurring transfers 30 € boost on any single 100 €+ transfer Unlimited global usage—no expiry date Works for both CAD and EUR wallets Lemfi Discount Code For 15€ Bonus And Free Gift For New And Existing Customers Our Lemfi Discount Code for 15€ Bonus—also known as the 15€ Bonus Lemfi discount code—unlocks a treasure chest of perks you won’t find elsewhere: RITEQH6J – 15 € for any qualified transfer RITEQH6J – 30 € welcome credit to brand‑new customers RITEQH6J – 10 % cashback (max 50 €) on your first deal RITEQH6J – 20 € per referral once the invitee completes 20 sends RITEQH6J – 30 € kicker on transfers worth 100 € or more Pros And Cons Of Using The Lemfi Discount Code 15€ Bonus for <July2025> Lemfi 15€ Bonus discount code and the wider Lemfi 15 Euro Bonus program bring clear upsides—plus a couple of caveats: Pros Immediate 15 € savings per qualifying transfer High 30 € sign‑up bonus for newcomers Legit FINTRAC‑regulated service in Canada support.lemfi.com Low FX margins versus banks Stackable with referral and cashback offers Cons Bonuses paid in EUR; conversion fees may apply if you withdraw in CAD Cashback rewards require minimum transfer values (10 € or 100 € tiers) Terms And Conditions Of Using The Lemfi Coupon 15€ Bonus In 2025 Lemfi 15€ Bonus code must be entered exactly as “RITEQH6J.” Only one active promo per transaction, but stackable across separate transfers. Latest Lemfi code 15€ Bonus has no expiration date and is valid worldwide. Available to KYC‑verified users aged 18 +. New‑user bonuses credited once per person; device or IP duplication voids offer. Existing‑user cashback requires recurring transfer setup. Lemfi reserves the right to amend terms with 30‑days’ notice. Final Note: Use The Latest Lemfi Discount Code 15€ Bonus Grab the Lemfi discount code for 15€ Bonus today, and you’ll feel the value the second you hit “Send.” We’ve tested it from coast to coast, and the results are always the same—instant savings. Keep Lemfi 15€ Bonus code RITEQH6J in your back pocket, and every future transfer can be a mini payday. Happy saving! FAQs Of Lemfi 15€ Bonus Code Q1. Is Lemfi safe to use in Canada? A1. Yes. Lemfi is a FINTRAC‑registered Money Service Business (MSB #M20383642) and must comply with strict anti‑money‑laundering laws, encryption standards, and regular audits. Q2. Can I combine RITEQH6J with other Lemfi promo codes? A2. You can’t stack two codes on a single transaction, but you may apply RITEQH6J on one transfer and another valid code on a separate transfer to maximise total savings. Q3. Does RITEQH6J expire? A3. No expiration date is set. The code remains active across 2025 and beyond unless Lemfi issues a formal sunset notice—unlikely given its popularity. Q4. How fast is the 15 € bonus credited? A4. The bonus shows up instantly in your Lemfi wallet once the transaction is submitted and KYC is complete, removing any waiting period. Q5. Is the 15 € bonus paid in CAD or EUR? A5. Lemfi credits the bonus in EUR. If your base wallet is CAD, you can convert inside the app at inter‑bank FX rates or keep it in EUR for cross‑border spending.
  • Topics

×
×
  • Create New...

Important Information

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