moved some mixin classes

This commit is contained in:
FlorianMichael 2023-03-24 00:28:45 +01:00
parent 9cbd8bb559
commit a63a352b46
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package de.florianmichael.viafabricplus.injection.mixin.fixes.jsonwebtoken;
package de.florianmichael.viafabricplus.injection.mixin.jsonwebtoken;
import io.jsonwebtoken.lang.Classes;
import org.spongepowered.asm.mixin.Mixin;

View File

@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package de.florianmichael.viafabricplus.injection.mixin.fixes.jsonwebtoken;
package de.florianmichael.viafabricplus.injection.mixin.jsonwebtoken;
import io.jsonwebtoken.impl.compression.DefaultCompressionCodecResolver;
import io.jsonwebtoken.impl.compression.DeflateCompressionCodec;

View File

@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package de.florianmichael.viafabricplus.injection.mixin.fixes.jsonwebtoken;
package de.florianmichael.viafabricplus.injection.mixin.jsonwebtoken;
import io.jsonwebtoken.gson.io.GsonDeserializer;
import io.jsonwebtoken.impl.DefaultJwtParserBuilder;

View File

@ -16,9 +16,9 @@
"bridge.MixinDownloadingTerrainScreen",
"bridge.MixinOptionsScreen",
"bridge.MixinServerInfo",
"fixes.jsonwebtoken.MixinClasses",
"fixes.jsonwebtoken.MixinDefaultCompressionCodecResolver",
"fixes.jsonwebtoken.MixinDefaultJwtParserBuilder",
"jsonwebtoken.MixinClasses",
"jsonwebtoken.MixinDefaultCompressionCodecResolver",
"jsonwebtoken.MixinDefaultJwtParserBuilder",
"fixes.minecraft.MixinBipedEntityModel",
"fixes.minecraft.MixinCamera",
"fixes.minecraft.MixinClientPlayerInteractionManager",