Jump to content

sunsigne

Members
  • Posts

    47
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sunsigne's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Perfect ! I finally found out how to register potion recipes ! (thank to reflection) for curious people, here is the solution : Hope it will help someone ^^
  2. does anyone know a github whose we could take inspiration ? I tried to copy vanilla code parts and register my structure with a reflection, but my world is still structure-free :s
  3. ok ty i'll probably try to see if i can rewitre entirely the brewing_stand by now ^^ it's a lot of work for a tiny potion, but as long as it works as final ...
  4. This should probably be helping you : https://github.com/sunsigne/Sunsigne It's a mod i created 6 months ago in 1.12.2 and there is a fully fonctionnal "centrifuge", whose the fonction might be similar to your grinder
  5. Hello, Does anyone find how to implement a brewing reciepe in 1.13.2 yet ? It doesn't seem to be in datapack, the fonction "addmix" in PotionBrewing class is now private, and IForgeRegistry doesn't work for this class (as it's neither Potion class, neither PotionType class) Thank
  6. Here it works ! Ofc i had mist something obvious ! This actually is kinda stupid ... I forgot to put .setRegistryName, if it has no name, it can't be identify x)
  7. I tried, but i probably mist something important. i feel it is as obvious as the nose in the middle of the face ! but i can't say what i forgot ... Here are my lines : Do i need to add anything else in purpose to have a fonctionnal basic potion in my game ?
  8. Does anyone get how we register potion since the 1.13.2 ? I mean, since "register" in Potion.class is now private, it's kind of a maze to find out how i'm suppose to do. Any good trick ?
  9. Yes. But for the moment there are really few tutorial videos for modding in 1.13 if you think you can do better videos (what is surely true, i don't doubt about that), well .. just do it instead of whimpering because it doesn't exist ! I'm not telling you can't give argue why this video is bad, the very part i can't agree is you tends to say this video shoudn't be "allowed" to exist. But fact is without this video, a lot of people just couldn't create basic mods in 1.13 today. As this video doesn't concern you (because it's made by a beginner, for begginers), you can give your opinion but you can't say it's not a good start. Because actually, it's the only start we currently have (pedagogically, it's a lot more difficult to learn by reading alone than being explained orally buy someone, that's why we have teachers). It's not like programming a whole video game, it's just an item. I'm not sure the tutorial he made can occur any crash. If you find one, you win the argue. His code IS obviously a big MESS (even me can see it, while i'm a beginner), but not falty. You are probably true for the second part, i already read the link and I get the methaphor. I even understand your apprehension about those kind of thing because i read A LOT of times on this forum "don't use ItemBase, don't use IIventory, don't use (dramatic music) IHasModel", and when people have bad habbit, it's hard to disassemble it. But we (begginers) aren't all lazy guys who want you to vomit good the good codes in the mouth (there are some, i saw that), some of us (me) try really hard to understand WHAT you do and WHY you do this but we still need a start point to begin. And without this video, some of us just don't have one (as I said, there are really few videos of modding on youtube) As I tried to say. It might be a start point : you write first, then you try to understand why things are like that. It's not the best start for sure, but it's the fastest, and if you just need to implement 2 or 3 simple items in your favorite video game, you don't need to learn ALL the programming part first. Didn't you ever wonder why multiplication is communitative ? why 3*5 == 5*3 ? While division isn't ( 3/2 != 2/3 ) You just do this naturally because people told you "just do this, it works for me!" while you NEVER wondered why. The main answer for multiplication is because simple numbers are 1 by 1 matrixes, but usually, matrixes aren't communitative at all ! Did you learn what was a matrix before "communitatives" numbers in a mutliplication like you might do everyday ? I don't think so. Did you already made an real experiment by yourself to be SURE the earth is round or flat or aren't you just repeating what you've been told all along and judging other people which doesn't think like you ? Why do you say "hello" to people ? Why do you double click on your mouse instead of clicking once ? Why do you use shoes instead of walking without it, are you a dermatolog yourself to be SURE it's better ? Why do you vaccine ? Why do you cook meat isn't of eating i raw ? There are A LOOOOOOOT of things we do without wondering WHY we do them. Because you are a doctor doesn't mean you are allowed judge people dumb because they don't know why they vaccinate, while you do know why. All of them don't want to become doctor either and DON'T NEED to spend weeks and weeks to understand why they need to do it, even sick people. You can't refuse vaccinating someone which refuse to know/learn/undertstand why they should do it. Maybe this person is a baker and he will refuse tommorow to sell to you his fresh bread because you don't want to know how to correcly cook it (i'm not talking about me, i don't refuse to learn code, it's an exemple)
  10. 2nd time on this forum a person talk me about cult as argument after 2 comments. Don'ty take prommaming that seriously guys
  11. So what ? We learn everyday. And you can't pretend you already know how forge 1.13 works while it just pop out. Not everybody need to be a pro to learn how to cook pasta. And if i don't know how to cook pasta i'm happy to find a tutorial of someone which show me how to cook pasta while he is unable to cook a pizza because it's too complicated for him.
  12. Anyway, this video is still a good start and pretty usefull if you want to create your own item. As lons as it works
  13. Ok, the solution was simple : my code was 100% correct, but not my version of forge ^^ i uptaded it and now it works ?
  14. ty i won't code today but i saved in my favorite the page you adviced me ?
×
×
  • Create New...

Important Information

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