| Changelog: |
| Build 2641: |
| mezz: Fix issues with the test mods |
|
| Build 1.12.2-14.23.2.2640: |
| marvinroesch99: Reorganise test mods into packages (#4706) |
|
| Build 1.12.2-14.23.2.2639: |
| diesieben07: Fix servers crashing due to initializer on @SideOnly field (#4825) |
|
| Build 1.12.2-14.23.2.2638: |
| Bward7864: |
| Cleaner TileEntityItemStackRenderers, now stored on the Item. Modders |
| should be careful and cache their renderers. (#4700) |
|
| Build 1.12.2-14.23.2.2637: |
| mezz: |
| Add support for creator mod ID for modded enchanted books, potions, |
| arrows, and spawn eggs (#4810) |
|
| Build 1.12.2-14.23.2.2636: |
| LexManos: Remove Mercurius from optional mods. |
|
| Build 1.12.2-14.23.2.2635: |
| CreativeMD: Fixed sound engine crash when stopping streaming sounds (#4765) |
|
| Build 1.12.2-14.23.2.2634: |
| LexManos: |
| Merge vanilla pre-decompile annotations with Forge's post-patching. |
| Fixes #4769 Crash detail classes causing class not found errors. |
|
| Build 1.12.2-14.23.2.2633: |
| malte0811: |
| Fix NBT data loss when shift-clicking stacked items in the enchantment |
| table (MC-17431) (#4817) |
|
| Build 1.12.2-14.23.2.2632: |
| mezz: Update docs for ItemTooltipEvent |
|
| Build 1.12.2-14.23.2.2631: |
| ichttt: Fix some IResources being leaked (#4806) |
|
| Build 1.12.2-14.23.2.2630: |
| mezz: |
| Fix server console logging issues |
| Closes #4808 |
|
| Build 1.12.2-14.23.2.2629: |
| mezz: Fix up logging and log4j configuration (#4802) |
|
| Build 1.12.2-14.23.2.2628: |
| josephcsible: Make lookupFluidForBlock work for flowing water and lava (#4675) |
|
| Build 1.12.2-14.23.2.2627: |
| wynprice999: |
| Patched BlockInfo#updateLightMatrix to use |
| IBlockState#doesSideBlockRendering instead of |
| Block#doesSideBlockRendering (#4798) |
|
| Build 1.12.2-14.23.2.2626: |
| bs2609: Fix integrated server crash not stopping client (#4796) |
|
| Build 1.12.2-14.23.2.2625: |
| mezz: Fix #4792 TextComponentHelper handling for FakePlayers |
|
| Build 1.12.2-14.23.2.2624: |
| ichttt: |
| Fix serverside startup failure when checking for vanilla acceptance |
| (#4783) |
|
| Build 1.12.2-14.23.2.2623: |
| mezz: Prevent various vanilla blocks from loading unloaded chunks (#4689) |
| bs2609: Improve how smooth lighting code handles translucency (#4711) |
|
| Build 1.12.2-14.23.2.2622: |
| mezz: |
| Improve the "Mod rejections" error message when connecting to a server |
| (#4761) |
|
| Build 1.12.2-14.23.2.2621: |
| cpw: |
| Fix the ForgeChunkManager to use the writebehind FileIO thread for |
| writing (#4777) |
| the chunk file. Closes #4775 |
| This is a performance tweak - doing File IO on the server thread during |
| world saves causes significant lag spikes. This is one of many. |
|
| Build 1.12.2-14.23.2.2620: |
| LexManos: |
| Fix vanilla crash classes not being preloaded. Closes #4769 Fix classes |
| not being aggregated for mods using the new annotation cache. |
|
| Build 1.12.2-14.23.2.2619: |
| bs2609: Fix incorrect dimension ID being used for maps (#4690) |
|
| Build 1.12.2-14.23.2.2618: |
| bs2609: Don't cull generated item models with non-default transforms (#4749) |
|
| Build 1.12.2-14.23.2.2617: |
| bs2609: Maintain deterministic order in deserialised Forge blockstates (#4748) |
|
| Build 1.12.2-14.23.2.2616: |
| goto.minecraft: Add function to BufferBuilder to directly insert byte data. Closes #4722 |
|
| Build 1.12.2-14.23.2.2615: |
| bs2609: Clean up some GUI code and change magic numbers to GL constants (#4734) |
|
| Build 1.12.2-14.23.2.2614: |
| mezz: Minor cleanup for TestAnnotationParser |
|
| Build 1.12.2-14.23.2.2613: |
| LexManos: |
| Remove Mercurius from release JSON, Sadly it's dead we may address it at |
| a later date. |
| LexManos: |
| Initial implementation of JSON based annotation scanning. Disabled by |
| default for now, until proven to be fully function. Enable using |
| -Dfml.enableJsonAnnotations=true |
|
| Build 1.12.2-14.23.2.2612: |
| mezz: Update Github Stale bot message to better explain how to un-stale issues |
|
| Build 1.12.2-14.23.2.2611: |
| LexManos: Bump version for RB. |
|
| Build 1.12.2-14.23.1.2610: |
| bs2609: New hook in WorldProvider to control client lighting re-checks (#4645) |
| bjfccb: Fix inconsistency between vanilla and modded glass. Closes #4679 (#4680) |
| bs2609: |
| Change chunk gen command to only keep the target dimension loaded |
| (#4705) |
|
| Build 1.12.2-14.23.1.2609: |
| CreativeMD: |
| New hook to delegate some liquid related physics to the blocks |
| themselves. (#4604) |
|
| Build 1.12.2-14.23.1.2608: |
| bartek.bok: Remove texture loads from SimpleModelFontRenderer (#4721) |
|
| Build 1.12.2-14.23.1.2607: |
| bs2609: Fix some shapeless recipes using damageable items not working (#4713) |
|
| Build 1.12.2-14.23.1.2606: |
| bs2609: |
| Use relative time offset, rather than absolute value, for animations |
| (#4635) |
|
| Build 1.12.2-14.23.1.2605: |
| malte0811: |
| Fixed UV contraction for the texture in the top-left corner of the |
| texture map (0, 0), see sp614x/optifine#1024 (#4703) |
|
| Build 1.12.2-14.23.1.2604: |
| Leviathan143: |
| Fix some test mods preventing Forge server-Vanilla client connections |
| (#4616) |
|
| Build 1.12.2-14.23.1.2603: |
| mezz: |
| Fix errors in preInit being lost when followed by a crash in |
| fireRegistryEvents or objectHolder |
|
| Build 1.12.2-14.23.1.2602: |
| SirWindfield: Added @Ignore to the annotation based Config system. (#4696) |
|
| Build 1.12.2-14.23.1.2601: |
| mezz: Improve error message on server when a vanilla client connects (#4691) |
|
| Build 1.12.2-14.23.1.2600: |
| malte0811: |
| Fixed pumpkins passing the wrong position to isSideSolid on placement |
| (#4686) |
|
| Build 1.12.2-14.23.1.2599: |
| williewillus: Fix MusicType enumhelper not working (#4682) |
|
| Build 1.12.2-14.23.1.2598: |
| williewillus: Expose CriteriaTriggers.register, closes #4109 (#4634) |
| mezz: |
| Make FluidUtil sounds server-side, add simulate option for |
| tryFill/EmptyContainerAndStow (#4623) |
|
| Build 1.12.2-14.23.1.2597: |
| ichttt: Fix forge fluids being treated as solid blocks (#4606) |
| bs2609: Catch and log exceptions during model baking (#4609) |
|
| Build 1.12.2-14.23.1.2596: |
| JDLogic: Fix default GUIConfig displaying child categories twice (#4599) |
| alexbobp: |
| Add MobSpawnerBaseLogic reference to SpecialSpawn and CheckSpawn events |
| (#4600) |
|
|
-
-
-