Update to 1.16.2
This commit is contained in:
parent
9afe2d7c29
commit
86a97a61c1
|
@ -7,14 +7,14 @@ org.gradle.daemon=false
|
|||
mod_version=11.0
|
||||
|
||||
# Minecraft Version Information
|
||||
minecraft_version=1.16.1
|
||||
minecraft_version=1.16.2
|
||||
minecraft_version_toml=16
|
||||
|
||||
# Forge Version Information
|
||||
forge_version=32.0.108
|
||||
forge_version_toml=32
|
||||
forge_version=33.0.22
|
||||
forge_version_toml=33
|
||||
|
||||
jei_version=7.0.+
|
||||
jei_version=7.1.+
|
||||
|
||||
# Mappings Information
|
||||
mappings_version=20200723-1.16.1
|
||||
|
|
|
@ -41,9 +41,9 @@ public class IronChestScreen extends ContainerScreen<IronChestContainer> impleme
|
|||
|
||||
@Override
|
||||
protected void drawGuiContainerForegroundLayer(MatrixStack matrixStack, int mouseX, int mouseY) {
|
||||
this.font.func_238422_b_(matrixStack, this.title, 8.0F, 6.0F, 4210752);
|
||||
this.font.func_243248_b(matrixStack, this.title, 8.0F, 6.0F, 4210752);
|
||||
|
||||
this.font.func_238422_b_(matrixStack, this.playerInventory.getDisplayName(), 8.0F, (float) (this.ySize - 96 + 2), 4210752);
|
||||
this.font.func_243248_b(matrixStack, this.playerInventory.getDisplayName(), 8.0F, (float) (this.ySize - 96 + 2), 4210752);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
modLoader="javafml"
|
||||
loaderVersion="[24,)"
|
||||
issueTrackerURL="https://github.com/progwml6/ironchest/issues"
|
||||
license="GNU General Public License v3.0"
|
||||
|
||||
[[mods]]
|
||||
modId="ironchest"
|
||||
|
@ -18,4 +19,4 @@ The feature chest is the crystal chest, which is transparent - some inventory co
|
|||
mandatory=true
|
||||
versionRange="[${forge_version},)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
side="BOTH"
|
||||
|
|
Loading…
Reference in New Issue