Jump to content

Recommended Posts

Posted (edited)

I needed some help on the one block: Uncolored Concrete Block (Concrete). Normally the colored variants of that block does stop when touched water but the uncolored variant does not. Is there a way to make a block touching water without extending the class?

Edited by Issac29
Posted

I am not understanding your question, your grammar is missing key words that would clarify your post.

For example:

Quote

the colored variants of that block does stop

"does stop" doing what?

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted
16 minutes ago, Draco18s said:

I am not understanding your question, your grammar is missing key words that would clarify your post.

For example:

"does stop" doing what?

Forming the concrete power into hardened concrete upon the falling block.

3 hours ago, Issac29 said:

I needed some help on the one block: Uncolored Concrete Block (Concrete). Normally the colored variants of that block does stop when touched water but the uncolored variant does not. Is there a way to make a block touching water without extending the class?

Oh yeah, there was the regular glass, terracotta, and regular glass panes. I found out there were neither regular concrete nor wool for vanilla minecraft. I get it where wool does not have to be discolored but the concrete on the other hand it does needed to be. So I added in these two concrete variants. Both which are discolored, and they act as the same as the colored ones but for some odd reason the powdered one disobeys and goes through the water even though I made a code where it has same exact copy as the colored concrete powder. Because I found a code on a entity "falling block" contains a sense case where the block object is referred to the colored block no the block that I wanted.

 

There it took me a while to figure it out but all I know is... I need help on the plain powder concrete block. ¬¬

Posted

Post your code.

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Posted

2019-07-08_20_20_21.thumb.png.709953628e03f70078d165a454663a62.pngSeriously, I posted my code and no one is going to help me with this. Maybe I should post images too. The Left is the colored One and the right is the uncolored one.

 

Posted

Ok, I posted 2 more and no one is going to help me like seriously. I am going to get triggered even if I posted my code, posted a game play image how the left one is colored which I am fine but the right one is not acceptable. Do I have to post a video too. ¬¬

Posted

Can you post your code as a GitHub repo?

For some reason the hastebin link is empty (at least on my device).

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Posted
4 hours ago, Issac29 said:

Not again. I reposted my code and my gameplay image, but no one is going to help me really.

1. People here help others in their free time; you are not entitled to any help.

2. Your code looks fine as far as I can tell, except the missing @Override annotations, making the code hard to read.

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Posted
30 minutes ago, DavidM said:

1. People here help others in their free time; you are not entitled to any help.

 

5 hours ago, diesieben07 said:

This doesn't mean people are ignoring you. We just don't know.

And since you didn't post a working Git repository, we can't even do your job for you and use the debugger.

Sorry for wasting time

 

30 minutes ago, DavidM said:

Your code looks fine as far as I can tell, except the missing @Override annotations, making the code hard to read.

Also I know the block is good but when as the entity which i am going to post in Github gist: https://gist.github.com/MrEyeballs29/0e57e2a31b6f11ac191a4ee05b310d8e#file-code3-java-L159. I am looking for the entity not the block. I need to know how to make a entity to have a same behavior as the colored concrete block.

  • 4 weeks later...
Posted
17 hours ago, Issac29 said:

Focus the first quote.

8 hours ago, diesieben07 said:

Your repository is not usable because you are missing key components, such as the build.gradle and the (not as important) gradle wrapper.

The MDK comes with a pre-made .gitignore file for a reason.

There is no reason why the MDK coming with a pre-made .gitignore file that seems important. Also I commited with manual file transfer.

Posted (edited)
3 minutes ago, diesieben07 said:

Your git repository is not usable in this state because the build.gradle is required to set up the workspace after cloning. This means I cannot test and debug your code for you

Actually it is. Press Shift-F5.

 

Edit: You will see. B|

Edited by Issac29
Posted (edited)
Quote

Unlocalized names, TileEntity registration names and enum entries added using EnumHelper should contain your ModID to avoid collisions between mods. Note: This also applies to the unlocalized name for entities (set by EntityEntryBuilder::name resp. the entityName parameter of EntityRegistry.registerModEntity).

I am trying to save 6 Kibibytes of text for "item.mod.item.name" to be "item.item.name"

16 minutes ago, diesieben07 said:

None of the textures or names work.

Also textures and names do work. I tested in the eclipse and the textures work fine.

Quote

Do not create registry entries (anything implementing IForgeRegistryEntry, like blocks and items) in a static initializer. Use the proper events.

I got that from https://wiki.mcjty.eu/modding/index.php?title=Mobs-1.12.

16 minutes ago, diesieben07 said:

What are you talking about.

16 minutes ago, diesieben07 said:

This doesn't make sense. The point of @Instance is for FML to inject your mod instance. There is no point in assigning a value to this field.

It was used on a entity for making the concrete powder fall.

Quote

Your repository still didn't include the gradle wrapper, so I had to go and download and install gradle...

However I did incude the gradle wrapper.

Edited by Issac29
Posted (edited)
42 minutes ago, diesieben07 said:

Are you for real? Please stop.

Yes. With "item.item.name?"

 

42 minutes ago, diesieben07 said:

Don't spam the log with useless stuff. At least use the proper log levels.

I will clean up code.

42 minutes ago, diesieben07 said:

What? Did you even read what I said?

OK, I removed the instance variable.

42 minutes ago, diesieben07 said:

Nothing on that page tells or shows you to create items, blocks or other registry entries in static initializers.

(Blame mcjty). Then what is the correct syntax for the entity registration.

 

And I got this picture which is CORRECT BY THE WAY. Where do you see texture or model errors? Please provide logs.

Spoiler

2019-08-08_13_12_13.png.8a5b0e721b62dbfac5910bbd16b8b39c.png

 

1 hour ago, diesieben07 said:

Please advice how to reproduce the issue you are having with your mod.

I am trying to subclass the falling block to have the same exact functions except for when it falls into the water which forms just like the colored variant.

 

Edit: Press Shift-F5 Again.

Edited by Issac29
Posted
17 minutes ago, diesieben07 said:

Something in your setup is strange and breaks IntelliJ, can only run from Gradle... Don't care to debug this.

Well it's only capable to run on eclipse not IntelliJ. There might be a bug with it.

19 minutes ago, diesieben07 said:

What are you trying to tell me?

Oh never-mind. In case of certain issues press Shift-F5 to reload cache.

22 minutes ago, diesieben07 said:

This is not about entity registration. This is about creating registry entries (like items, blocks, etc.) in static initializers.

Ohhhhhhhh. Now I get it. Thanks.

 

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

    • So am trying to make a custom 1.19.2 modpack and everything works until I add Oculus. I have tried Oculus+Embedium and Oculus+Rubdium and by themselves they work but as soon as I add anything it crashes no matter what it is. The modpack works fine with just Embedium and Rubdium. Can you help me to see if this is something i can fix or do i just have to deal with not having shaders. Here is the crash log. Thank you for your time. https://paste.ee/p/WXfNZ24K
    • New users at Temureceive a 40 Off discount on orders over 40 Off Use the code [{acx318439}]] during checkout to get TemuDiscount 40 Off For New Users. You n save 40 Off off your first order with the Promo Code available for a limited time only. Extra 30% off for new and existing customers + Up to $40 Off % off & more. Temu Promo Codes for New users- [{acx318439}]] Temudiscount code for New customers- [{acx318439}]] Temu $40 Off Promo Code- [{acx318439}]] what are Temu codes- acx318439 does Temu give you $40 Off - [{acx318439}]] Yes Verified Temu Promo Code january 2025- {acx318439} TemuNew customer offer {acx318439} Temudiscount codejanuary 2025 {acx318439} 40 off Promo Code Temu {acx318439} Temu 40% off any order {acx318439} 40 dollar off Temu code {acx318439} TemuCoupon $40 Off off for New customers There are a number of discounts and deals shoppers n take advantage of with the Teemu Coupon Bundle [{acx318439}]]. TemuCoupon $40 Off off for New customers [{acx318439}]] will save you $40 Off on your order. To get a discount, click on the item to purchase and enter the code. You n think of it as a supercharged savings pack for all your shopping needs Temu Promo Code 80% off – [{acx318439}]] Free Temu codes 50% off – [{acx318439}]] TemuCoupon $40 Off off – [{acx318439}]] Temu buy to get ₱39 – [{acx318439}]] Temu 129 coupon bundle – [{acx318439}]] Temu buy 3 to get €99 – [{acx318439}]] Exclusive $40 Off Off TemuDiscount Code Temu $40 Off Off Promo Code : (acx318439) Temu Discount Code $40 Off Bundle acx318439) acx318439 Temu $40 Off off Promo Code for Exsting users : acx318439) Temu Promo Code $40 Off off Temu 40 Off coupon code (acx318439) will save you 40 Off on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu offers 40 Off Coupon Code “acx318439” for Existing Customers.  You can get a 40 Off bonus plus 30% off any purchase at Temu with the 40 Off Coupon Bundle at Temu if you sign up with the referral code [{acx318439}]] and make a first purchase of $40 Off or more. Temu Promo Code 40 off-{acx318439} Temu Promo Code -{acx318439} Temu Promo Code $40 Off off-{acx318439} kubonus code -{acx318439} Get ready to unlock a world of savings with our free Temu UK coupons! We’ve got you covered with a wide range of Temu UK coupon code options that will help you maximize your shopping experience.30% Off Temu UK Coupons, Promo Codes + 25% Cash Back [ acx318439]   Yes, Temu offers 40 off coupon code {acx318439} for first-time users. You can get a $40 bonus plus 40% off any purchase at Temu with the $40 Coupon Bundle if you sign up with the referral code [{acx318439}]] and make a first purchase of $40 or more. If you are who wish to join Temu, then you should use this exclusive TemuCoupon code 40 off (acx318439) and get 40 off on your purchase with Temu. You can get a 40% discount with TemuCoupon code {acx318439}. This exclusive offer is for existing customers and can be used for a 40 reduction on your total purchase. Enter coupon code {acx318439} at checkout to avail of the discount. You can use the code {acx318439} to get a 40 off TemuCoupon as a new customer. Apply this TemuCoupon code $40 off (acx318439) to get a $40 discount on your shopping with Temu. If you’re a first-time user and looking for a TemuCoupon code $40 first time user(acx318439) then using this code will give you a flat $40 Off and a 90% discount on your Temu shopping.     •    acx318439: Enjoy flat 40% off on your first Temu order.     •    acx318439: Download the Temu app and get an additional 40% off.     •    acx318439: Celebrate spring with up to 90% discount on selected items.     •    acx318439: Score up to 90% off on clearance items.     •    acx318439: Beat the heat with hot summer savings of up to 90% off.     •    acx318439: Temu UK Coupon Code to 40% off on Appliances at Temu. How to Apply Temu Coupon Code? Using the TemuCoupon code $40 off is a breeze. All you need to do is follow these simple steps:     1    Visit the Temu website or app and browse through the vast collection of products.     2    Once you’ve added the items you wish to purchase to your cart, proceed to the checkout page.     3    During the checkout process, you’ll be prompted to enter a coupon code or promo code.     4    Type in the coupon code: [{acx318439}]] and click “Apply.”     5    Voila! You’ll instantly see the $40 discount reflected in your total purchase amount. Temu New User Coupon: Up To 90% OFF For Existing Customers Temu Existing customer’s coupon codes are designed just for new customers, offering the biggest discounts 90% and the best deals currently available on Temu. To maximize your savings, download the Temu app and apply our Temu new user coupon during checkout.     •    acx318439: New users can get up to 80% extra off.     •    acx318439: Get a massive 40% off your first order!     •    acx318439: Get 20% off on your first order; no minimum spending required.     •    acx318439: Take an extra 15% off your first order on top of existing discounts.     •    acx318439: Temu UK Enjoy a 40% discount on your entire first purchase.  
    • What do I do now when it says "1 error"?
    • Hello everyone new here how are you all?
    • I haven't tested it but under https://minecraft.wiki/w/Items_model_definition it says now:   So I guess the resource location must have changed with 1.24.4, which means you need to move your models/item/ to the new source. But as I said I haven't tested this so it also may be that this wont work. Nevertheless give it a try      EDIT (important) So now I tested it and found out how it works   Let the model files (e.g. the .json from blockbench) within "assets/<your_mod_id>/models/item" In addition to that do the following: Every model you added will need a new file under "assets/<your_mod_id>/items" That file is also a JSON and looks like this: { "model": { "type": "minecraft:model", "model": "your_mod_id:item/custom_item" } } - "type" can be minecraft:model, minecraft:composite, minecraft:condition, minecraft:select, minecraft:range_dispatch, minecraft:empty, minecraft:bundle/selected_item or minecraft:special. (In most cases you would need minecraft:model) - "model" is the path to your actual model for this item. For example the value above would point to "assets/your_mod_id/models/item/custom_item"
  • Topics

×
×
  • Create New...

Important Information

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