Advertisement
leafbarrett

debunking

Apr 22nd, 2017
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. [4:21 PM] Leafia_Barrett: apparently the ItemID names got changed in 1.3.5? can you confirm this, and if true, can you explain why?
  2. [4:21 PM] Leafia_Barrett: because oh my god I have a headache just thinking about how much of a nightmare this is going to be to fix
  3. [4:26 PM] Yoraiz0r: fix what?
  4. [4:26 PM] Leafia_Barrett: the item IDs in mods
  5. [4:26 PM] Leafia_Barrett: such as in recipes using vanilla items
  6. [4:27 PM] Yoraiz0r: there are the same
  7. [4:27 PM] Yoraiz0r: 0_o
  8. [4:28 PM] Leafia_Barrett: oh? so we were misinformed then?
  9. [4:28 PM] Yoraiz0r: who informed you and what did they say?
  10. [4:30 PM] Leafia_Barrett: asking around for the source now
  11. [4:30 PM] Yoraiz0r: we did get rid of item.name
  12. [4:30 PM] Yoraiz0r: and that was for language support
  13. [4:30 PM] Leafia_Barrett: that was another thing I heard - they're all moved into a dedicated file now?
  14. [4:31 PM] Yoraiz0r: all the names are stored in a json per language
  15. [4:31 PM] Yoraiz0r: but mods won't likely need to bother with it if those handling the support just re-add item.name and consider it in the get name method
  16. [4:31 PM] Leafia_Barrett: I'm sure Blue will come up with a system to handling that- yeah
  17. [4:31 PM] Yoraiz0r: should be 3-4 lines of fix
  18. [4:35 PM] Leafia_Barrett: what about net messages? were those changed?
  19. [4:36 PM] Yoraiz0r: just a tiny few
  20. [4:36 PM] Yoraiz0r: what's all the fuss about though?
  21. [4:37 PM] Leafia_Barrett: regarding net messages, I don't know - I haven't done anything with those yet so I don't know what would need to be fixed
  22. [4:37 PM] Yoraiz0r: nothing, it's mostly just internal changes
  23. [4:37 PM] Yoraiz0r: or messages people are never supposed to call to begin with
  24. [4:37 PM] Yoraiz0r: oh and i guess all the SendDatas need changing actually
  25. [4:38 PM] Yoraiz0r: but that's just a simple swap
  26. [4:38 PM] Yoraiz0r: (SendData used to accept a string argument, now it accepts a Nettext instead)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement