add fastjson library and test classes
This commit is contained in:
parent
68e21b92ee
commit
a12de0abf6
@ -26,6 +26,9 @@ dependencies {
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
// Serialization
|
||||
compile group: 'com.alibaba', name: 'fastjson', version: '1.2.56'
|
||||
|
||||
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
|
||||
// You may need to force-disable transitiveness on them.
|
||||
dependencies {
|
||||
|
4
src/main/java/com/josyf/macrobuttons/ConfigFile.java
Normal file
4
src/main/java/com/josyf/macrobuttons/ConfigFile.java
Normal file
@ -0,0 +1,4 @@
|
||||
package com.josyf.macrobuttons;
|
||||
|
||||
public class ConfigFile {
|
||||
}
|
4
src/main/java/com/josyf/macrobuttons/Message.java
Normal file
4
src/main/java/com/josyf/macrobuttons/Message.java
Normal file
@ -0,0 +1,4 @@
|
||||
package com.josyf.macrobuttons;
|
||||
|
||||
public class Message {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user