Commit Graph

  • cf49aafc57 Update README with archive notice and project status master Jacob 2026-03-17 21:14:05 -05:00
  • aa71a81de8 wip(loot): snapshot runtime loot hook refactor and diagnostics Jacobwasbeast 2026-03-13 20:23:01 -05:00
  • faada7fbc4 feat(api): expand block/item hooks and debug tools Jacobwasbeast 2026-03-12 20:25:45 -05:00
  • 24dbf8b96b feat(api): add default minecraft item models Jacobwasbeast 2026-03-12 02:05:29 -05:00
  • a7a30ce83f feat(items): item display transforms and custom renderers Jacobwasbeast 2026-03-12 01:51:16 -05:00
  • 7111d83082 fix(rotation): compute placement data before setTile Jacobwasbeast 2026-03-11 22:39:02 -05:00
  • 5871a38fab perf(models): skip model hooks for vanilla blocks Jacobwasbeast 2026-03-11 22:04:41 -05:00
  • a481822593 fix(world): preserve block data during chunk remap Jacobwasbeast 2026-03-11 21:54:40 -05:00
  • d4f7603390 feat(blockstates): rotation profiles and placement tracking Jacobwasbeast 2026-03-11 19:56:21 -05:00
  • b47e3d2354 feat(runtime): render block models in inventory Jacobwasbeast 2026-03-11 17:40:40 -05:00
  • 788b7167a2 feat(models): add block model boxes + picking Jacobwasbeast 2026-03-11 15:12:35 -05:00
  • 6fabb8fd39 rework(docs): better, more readable docs Jacobwasbeast 2026-03-10 22:37:07 -05:00
  • f4ae519d9f feat(launcher): pass through game args v1.0.0-alpha-6 Jacobwasbeast 2026-03-10 21:52:21 -05:00
  • ce1397b532 fix(runtime): suppress CRT assert dialogs Jacobwasbeast 2026-03-10 21:37:20 -05:00
  • 4a48472b99 feat(runtime): async metadata + chunk save guard Jacobwasbeast 2026-03-10 21:01:47 -05:00
  • 86cbf225dc refactor(creative): prepend support and logging Jacobwasbeast 2026-03-10 19:44:17 -05:00
  • 15c02e14ae refactor(runtime): group symbol resolver Jacobwasbeast 2026-03-10 18:40:35 -05:00
  • 8da88dcff9 fix(runtime): generate and redirect atlas mipmaps Jacobwasbeast 2026-03-10 18:08:05 -05:00
  • be327befa4 feat(modloader): pdb mapping, dynamic invoke, mixins Jacobwasbeast 2026-03-10 17:45:25 -05:00
  • 70dbff3fac feat(api/runtime): java-style assets and localization sync Jacobwasbeast 2026-03-10 14:36:23 -05:00
  • 36094e0ea9 fix(runtime): reserve vanilla terrain rows and clamp atlas height v1.0.0-alpha-5 Jacobwasbeast 2026-03-10 10:07:14 -05:00
  • 480abcafd2 fix(runtime): rework atlas merging and texture pack hooks Jacobwasbeast 2026-03-10 04:33:12 -05:00
  • 9118ce6682 runtime: add launcher-driven extensive symbol scan mode Jacobwasbeast 2026-03-09 20:58:15 -05:00
  • 3293f1e181 feat(api): add missing block/item placeholder textures Jacobwasbeast 2026-03-09 00:27:28 -05:00
  • 4027ee4ef2 fix(runtime): fix chunk remap setTile crashes and use missing block fallback Jacobwasbeast 2026-03-08 23:50:21 -05:00
  • 887d75eb79 fix(runtime): remap modded block ids using save hooks Jacobwasbeast 2026-03-08 22:35:05 -05:00
  • 2a959e2e4f fix(runtime): preserve namespace tag for missing item fallback Jacobwasbeast 2026-03-08 21:02:43 -05:00
  • 656693ad95 fix(runtime): remap modded item ids using namespace tags Jacobwasbeast 2026-03-08 20:53:45 -05:00
  • c6aac86e69 feat(modloader): add managed block callbacks and ruby block examples v1.0.0-alpha-4 Jacobwasbeast 2026-03-08 18:24:51 -05:00
  • d2be935ada feat(pickaxe): implement Hooked_PickaxeItemGetDestroySpeed and Hooked_PickaxeItemCanDestroySpecial v1.0.0-alpha-3 Jacobwasbeast 2026-03-08 00:16:15 -06:00
  • b924105102 fix(runtime): guard animated texture crashes Jacobwasbeast 2026-03-07 21:21:41 -06:00
  • ed78317b96 fix(runtime): route dropped item billboard atlas binds v1.0.0-alpha-2 Jacobwasbeast 2026-03-07 20:54:17 -06:00
  • 0b4c87acbc feat(modloader): add item use and summon APIs Jacobwasbeast 2026-03-07 19:54:52 -06:00
  • eabf8fe858 Implement virtual atlas routing and multi-page mod texture support v1.0.0-alpha-1 Jacobwasbeast 2026-03-07 15:27:19 -06:00
  • 6464263d12 feat(items): add managed custom item callbacks and native pickaxe support Jacobwasbeast 2026-03-07 13:42:46 -06:00
  • 4119522cde Add runtime furnace recipe registration support Jacobwasbeast 2026-03-07 02:55:24 -06:00
  • 02118c8055 Fix crash when .NET host fails; add .NET init diagnostics Jacobwasbeast 2026-03-07 00:45:48 -06:00
  • b2664e0f19 Replace file overwrite with CreateFileW hook for mod texture loading Jacobwasbeast 2026-03-07 00:14:06 -06:00
  • 455abc155a Rewrite README and CONTRIBUTING with comprehensive documentation Jacobwasbeast 2026-03-06 23:53:05 -06:00
  • fa195fdc2e Rebrand LegacyForge to Weave Loader Jacobwasbeast 2026-03-06 23:31:18 -06:00
  • f5805fc740 Fix mod item names by injecting strings directly into game's StringTable Jacobwasbeast 2026-03-06 23:20:31 -06:00
  • 7a63261088 Update ExampleMod ruby textures Jacobwasbeast 2026-03-06 22:47:24 -06:00
  • 44fd4416e5 Fix creative inventory: inject mod items before TabSpec page count calculation Jacobwasbeast 2026-03-06 22:47:08 -06:00
  • 2280cb1192 Mod textures, display names, and atlas injection Jacobwasbeast 2026-03-06 22:04:15 -06:00
  • 336e037730 Fix block/item game object creation and texture fallback Jacobwasbeast 2026-03-06 20:10:13 -06:00
  • 7af64bf83c Resolve crash stack traces to PDB symbol names Jacobwasbeast 2026-03-06 19:26:32 -06:00
  • 17f3a03aa0 Add crash handler, game debug capture, timestamped logging, and logs/ directory Jacobwasbeast 2026-03-06 19:19:33 -06:00
  • 34177e1507 Add main menu overlay, creative inventory injection, mod discovery, logging, and Wine/Proton support Jacobwasbeast 2026-03-06 18:58:24 -06:00
  • 65ef99fc11 Use exact decorated symbol names verified against Minecraft.Client.pdb Jacobwasbeast 2026-03-06 15:16:06 -06:00
  • de22a24100 Initial commit: LegacyForge mod loader for Minecraft Legacy Edition Jacobwasbeast 2026-03-06 15:11:53 -06:00