WIP: Try to update Milo for 1.19 #63

Draft
Kan18 wants to merge 27 commits from Kan18/develop-1.8 into develop-1.8

27 Commits

Author SHA1 Message Date
Kan18
1ee2751cbb fix potion 2023-09-16 13:46:49 -04:00
Kan18
c0ffb90ba6 fix craft 2023-09-16 13:46:22 -04:00
Kan18
c990465263 Merge most of iuzx's changes into develop-1.8 2023-07-07 13:52:42 -04:00
rspx
f22cad1644 Update recipeBook.db 2023-07-07 13:52:34 -04:00
rspx
a9202a7034 Fixed auto-feeder 2023-07-07 13:52:34 -04:00
rspx
aef1bfa186 Remote fix
Fixed itmes with nbt crashing milo
2023-07-07 13:52:34 -04:00
rspx
488576e0df Revert "Revert "Merge pull request #1 from MarcelskyXD/develop-1.8""
This reverts commit c185cffa227af8116fcfc0f0d920e62e2f98d2b8.
2023-07-07 13:52:34 -04:00
rspx
43e662e68c Revert "Merge pull request #1 from MarcelskyXD/develop-1.8"
This reverts commit f7ac0b1674ee7558578a3c127a4f252dc159eeac, reversing
changes made to a76c59fb361732b111ee3d7965d61372c1c33da8.
2023-07-07 13:52:34 -04:00
Marcelsky
4321f336db Replace getItemMeta with getItemDetail 2023-07-07 13:52:34 -04:00
rspx
1ae380d3b1 Fixed some corrupted recipes 2023-07-07 13:52:34 -04:00
rspx
0db0e58225 Update minecraft.db 2023-07-07 13:52:34 -04:00
rspx
4fe0035498 Fixed item names 2023-07-07 13:52:34 -04:00
rspx
9f8f56064c Update minecraft.db 2023-07-07 13:52:34 -04:00
rspx
f73da8a3da Updated recipes for 1.19.3 2023-07-07 13:52:34 -04:00
rspx
0bbe3a1b06 Hopefully final fixes for remote 2023-07-07 13:52:34 -04:00
iuzx0
e683e834d8 fixing remote 2023-07-07 13:52:34 -04:00
iuzx0
34dab3ccf0 Attempt to fix milo remote 2023-07-07 13:52:34 -04:00
iuzx0
761f388f12 Attempt to fix remote 2023-07-07 13:52:34 -04:00
Kan18
62477844fc Update miniAdapter.lua 2023-07-04 13:27:53 -04:00
Kan18
2e81cdf1f5 Update itemDB.lua 2023-05-26 13:20:06 -04:00
Kan18
fceb99af0b speed up imports by 100x 2023-04-16 14:45:45 -04:00
Kan18
693abd4ec6 FIX THE WEIRD NBT ITEM ISSUES WITH THIS ONE WEIRD TRICK 2023-03-17 12:26:30 -04:00
Kan18
36abdd5d0c second try 2022-12-29 09:13:09 +04:00
Kan18
bf8f9c5f0d Revert "hopefully this works 9removed damage values)"
This reverts commit 13aa4631be.
2022-12-29 09:12:41 +04:00
Kan18
13aa4631be hopefully this works 9removed damage values) 2022-12-29 09:11:53 +04:00
Kan18
f231173236 oops, forgot to update itemDB 2022-12-29 01:26:19 +04:00
Kan18
2f67fb2ef8 Try to update Milo for 1.19
Removes Milo trying to access damage on items (`nil` because of The
Flattening). We might also need to reimplement showing durability in the
item's display name - I got a little too carried away with removing
mentions of "damage". Also renames nbtHash to nbt to be consistent with
new CC:T naming. I tried not to touch anything related to MiloRemote for
now, and there are probably still many bugs remaining that need to be
ironed out. Most of the basic functionality works now, though.
2022-12-24 15:39:14 +04:00