Skip to content

Commit

Permalink
Version bump and added missing license header
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodex6824 committed Aug 1, 2024
1 parent cdb9955 commit 6e3ebe4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
version=1.0.1
version=1.0.2
apiversion=1.0.0
mcversion=1.12.2
forgeminversion=14.23.5.2816
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Thaumcraft Fix
* Copyright (c) 2024 TheCodex6824.
*
* This file is part of Thaumcraft Fix.
*
* Thaumcraft Fix is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Thaumcraft Fix is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with Thaumcraft Fix. If not, see <https://www.gnu.org/licenses/>.
*/

package thecodex6824.thaumcraftfix.common.inventory;

import net.minecraft.inventory.Container;
Expand Down

0 comments on commit 6e3ebe4

Please sign in to comment.