Skip to content

Commit

Permalink
Merge branch '1.16.3' into master-1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r8420 committed Sep 19, 2020
2 parents 1aaaf03 + 0f3ff8f commit a1bbcbb
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.18.7-mc1.16.2'
version = '1.18.8-mc1.16.3'
group = 'at.feldim2425.moreoverlays' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'moreoverlays'

Expand Down
177 changes: 177 additions & 0 deletions changelog-fml.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,180 @@
Build: 1.16.3-34.0.9 - Fri Sep 18 00:58:08 GMT 2020
35673674+alcatrazEscapee:
Make Biome.Climate and BiomeAmbiance fields accessible (#7336)

=========
Build: 1.16.3-34.0.8 - Thu Sep 17 20:42:53 GMT 2020
cpw:
Use mixin 0.8.1. Should fix problems with mixin not working properly with latest modlauncher.

Signed-off-by: cpw <[email protected]>

=========
Build: 1.16.3-34.0.7 - Tue Sep 15 20:07:25 GMT 2020
sebastian:
Sets the empty/fill sounds for vanilla fluids.
Use Fluid's fillSound rather than emptySound when filling buckets.

=========
Build: 1.16.3-34.0.6 - Tue Sep 15 19:47:08 GMT 2020
cyborgmas18:
Add MatrixStack-aware alternatives to the methods in GuiUtils (#7127)

=========
Build: 1.16.3-34.0.5 - Tue Sep 15 16:51:58 GMT 2020
justin_wiblin:
Fix json biomes not setting registry name correctly for the BiomeLoadingEvent. (#7329)

=========
Build: 1.16.3-34.0.4 - Tue Sep 15 14:18:16 GMT 2020
David Quintana:
Fix inconsistencies in how the values from the model are passed into the baked model.
This puts them in line with vanilla, as intended.

=========
Build: 1.16.3-34.0.3 - Tue Sep 15 13:23:05 GMT 2020
Yunus1903:
Reimplemented drawHoveringText (#7268)

=========
Build: 1.16.3-34.0.2 - Tue Sep 15 00:43:19 GMT 2020
lex:
New BiomeLoadingEvent that allows modders to edit biomes as they are being deserialized.

=========
Build: 1.16.3-34.0.1 - Fri Sep 11 15:55:28 GMT 2020
lex:
Bump MCP version for lambda issue.

=========
Build: 1.16.3-34.0.0 - Thu Sep 10 19:10:33 GMT 2020
lex:
1.16.3 Update
Also included a bunch of warning cleanups.

=========
Build: 1.16.2-33.0.61 - Thu Sep 10 18:54:56 GMT 2020
42962686+RedstoneDubstep:
Fix tile entities being replaced when not needed. (#7318)

=========
Build: 1.16.2-33.0.60 - Thu Sep 10 18:02:15 GMT 2020
malte0811:
Fix exception when getting rendering box for tile entities with no collision boxes. (#7301)

=========
Build: 1.16.2-33.0.59 - Wed Sep 09 23:05:21 GMT 2020
cpw:
More crash reporting tweaks. Don't crash when trying to show warnings. Also, put the exception name in the error screen on the second line!

Signed-off-by: cpw <[email protected]>

=========
Build: 1.16.2-33.0.58 - Wed Sep 09 17:09:09 GMT 2020
diesieben07:
Fix Minecart speed cap on rail being initialized to 0 (#7315)

=========
Build: 1.16.2-33.0.57 - Wed Sep 09 02:10:45 GMT 2020
richard:
Add support for custom tag types (#7289)

=========
Build: 1.16.2-33.0.56 - Wed Sep 09 00:06:22 GMT 2020
cpw:
More crash report tweaks. Put a button to open the generated crash report on the error screen, tweak formatting of crash report, and add the enhanced stack trace data (transformers et al)

Signed-off-by: cpw <[email protected]>

=========
Build: 1.16.2-33.0.55 - Tue Sep 08 21:00:19 GMT 2020
championash5357:
New hook for better custom scaffolding movement (#7261)

=========
Build: 1.16.2-33.0.54 - Tue Sep 08 20:47:48 GMT 2020
mrtschipp:
Add partialTicks to RenderNameplateEvent (#7277)

cyborgmas18:
Prevent duplicate wrapper tags from crashing (#7283)

matthrewp:
Fix custom teleporters NPE (#7296)

cyborgmas18:
Fixed crash with zip paths (#7300)

=========
Build: 1.16.2-33.0.50 - Tue Sep 08 20:23:27 GMT 2020
nrbeech:
Fixing logic in getCurrentRailPosition to correctly identify the rail… (#7276)

=========
Build: 1.16.2-33.0.49 - Tue Sep 08 20:14:58 GMT 2020
sciwhiz12:
Remove dead ForgeHooks.canToolHarvestBlock function. (#7262)

sciwhiz12:
Bump resource pack version to 6 (#7299)

Edwin.mindcraft:
[1.16.x] Fixes for Bamboo, Enchantments and Conduits, small adjustments to bring some patches closer to the vanilla code. (#7239)

=========
Build: 1.16.2-33.0.46 - Tue Sep 08 19:50:14 GMT 2020
championash5357:
Re-implement DrawHighlightEvent$HighlightEntity Firing (#7233)

=========
Build: 1.16.2-33.0.45 - Tue Sep 08 19:25:58 GMT 2020
ichttt:
Reimplement FarmlandWaterManager (#7213)

=========
Build: 1.16.2-33.0.44 - Tue Sep 08 19:11:16 GMT 2020
cyborgmas18:
Add dataprovider for Global Loot Modifiers (#6960)

=========
Build: 1.16.2-33.0.43 - Tue Sep 08 19:01:09 GMT 2020
ichttt:
Fix crash when dumping crash report for an exception that has a null cause (#7308)

=========
Build: 1.16.2-33.0.42 - Mon Sep 07 01:29:40 GMT 2020
cpw:
Tweak crash report dump to visit all the causes up to the top.

Signed-off-by: cpw <[email protected]>

=========
Build: 1.16.2-33.0.41 - Sun Sep 06 23:39:13 GMT 2020
cpw:
Fix ExplodedDirectoryLocator visiting non-existent paths. Closes #7203

Also, bump modlauncher to 7.0.1 to fix resources.

Signed-off-by: cpw <[email protected]>

=========
Build: 1.16.2-33.0.40 - Sun Sep 06 22:08:22 GMT 2020
cpw:
Use new enumeration mechanism in ModLauncher, to allow getResources to work. This enables serviceloader-in-mods, and other stuff that might need to visit multiple mod jars. Also, tweaked the visitor code slightly, may result in a trivial performance change. Closing #7302 as it's not really relevant any more.

Signed-off-by: cpw <[email protected]>

cpw:
Park the polling thread for a bit, if we're not the one driving the task list forwards. This allows for the actual driver to work on low cpu count machines.

Signed-off-by: cpw <[email protected]>

cpw:
Fix some potential issues in crash dumping during mod loading

Signed-off-by: cpw <[email protected]>

=========
Build: 1.16.2-33.0.37 - Thu Sep 03 16:37:38 GMT 2020
cpw:
Fix compiler issue in eclipse properly
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

forge_version=1.16.2-33.0.61
forge_version=1.16.3-34.0.9
jei_version=1.16.2:7.3.2.25
mantle_version=1.16.2-1.6.36
mantle_version=1.16.3-1.6.40
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[32,)"
loaderVersion="[34,)"
issueTrackerURL="https://github.com/r8420/MoreOverlays-1.15/issues"
license="The MIT License (MIT)"
[[mods]]
Expand Down

0 comments on commit a1bbcbb

Please sign in to comment.