Skip to content

Commit

Permalink
Add skin uploading support
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Sep 10, 2020
1 parent 572c8a9 commit dcf1cb5
Show file tree
Hide file tree
Showing 8 changed files with 380 additions and 304 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![Gradle Build](https://github.com/samolego/FabricTailor/workflows/Gradle%20Build/badge.svg)
![Serverside](https://img.shields.io/badge/Working-server--side%20only-blue)
![Singleplayer](https://img.shields.io/badge/Working-singleplayer-darkblue)
[![Curseforge downloads](http://cf.way2muchnoise.eu/full_fabrictailor_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/fabrictailor)


A server-side or singleplayer skin changing / restoring mod.
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ dependencies {
// Cardinal Components
modImplementation "io.github.onyxstudios.Cardinal-Components-API:${project.cca_module}:${project.cca_version}"
modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:${project.cca_version}"
modImplementation "carpet:fabric-carpet:1.16-${project.carpet_core_version}"
//modImplementation "carpet:fabric-carpet:1.16-${project.carpet_core_version}"
modImplementation "com.github.gnembon:fabric-carpet:${project.carpet_branch}-SNAPSHOT"


// Includes Cardinal Components API as a Jar-in-Jar dependency (optional)
//include "io.github.OnyxStudios:Cardinal-Components-API:${project.cca_module}:${project.cca_version}"
}
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ loader_version=0.9.1+build.205
fabric_version=0.17.2+build.396-1.16

# Mod Properties
mod_version = 1.1.1
mod_version = 1.2.1
maven_group = org.samo_lego
archives_base_name = fabrictailor

# Dependencies
cca_module = cardinal-components-entity
cca_version = 2.4.2
cca_version = 2.5.4

# Carpet for debugging
carpet_core_version = 1.4.0+v200623
carpet_branch = master

This file was deleted.

208 changes: 0 additions & 208 deletions src/main/java/org/samo_lego/fabrictailor/Command/SkinCommand.java

This file was deleted.

Loading

0 comments on commit dcf1cb5

Please sign in to comment.