Skip to content

Commit

Permalink
UDOC-0 - Update copyright and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
telvarost committed Mar 1, 2024
1 parent de91343 commit dc9cc02
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Add config options for resource URL, chat changes, and wooden sign changes
- Add config options for MojangFix
- Fix skin flipping on slim models
- Fix loading/saving sign data in singleplayer
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ archives_base_name = mojangfixstationapi
stapi_version=2.0-alpha.1.1

# Extra Dependencies
gcapi_version=2.0.1
gcapi_version=1.2.0
howmanyitems_version=5.1.1
modmenu_version=dcef643
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (C) 2024 js6pak
*
* This file is part of MojangFixStationAPI.
*
* MojangFixStationAPI 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, version 3.
*
* MojangFixStationAPI 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 MojangFixStationAPI. If not, see <https://www.gnu.org/licenses/>.
*/

package pl.telvarost.mojangfixstationapi;

import net.mine_diver.unsafeevents.listener.EventListener;
Expand Down
15 changes: 15 additions & 0 deletions src/main/java/pl/telvarost/mojangfixstationapi/ModHelper.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright (C) 2024 js6pak
*
* This file is part of MojangFixStationAPI.
*
* MojangFixStationAPI 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, version 3.
*
* MojangFixStationAPI 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 MojangFixStationAPI. If not, see <https://www.gnu.org/licenses/>.
*/

package pl.telvarost.mojangfixstationapi;

public class ModHelper {
Expand Down

0 comments on commit dc9cc02

Please sign in to comment.