Skip to content

Commit

Permalink
credits to my texturer, @thegiftedgeek on discord
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Jul 11, 2024
1 parent 55141e3 commit 7578dd2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ processResources {
fileTree(dir: outputs.files.asPath).each {
if (it.name.endsWith(".json")) {
def parsed = new JsonSlurper().parse(it)
parsed.remove "credits"
parsed.remove "credit"
it.text = JsonOutput.toJson(new JsonSlurper().parse(it))
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ public CottonCandyMachineRenderer(BlockEntityRendererFactory.Context ctx) {
this.spinning = part.getChild("spinning");
}

/**
* @author Made with BlockBench, and textured by {@code @thegiftedgeek} on Discord
*/
public static TexturedModelData createBodyLayer() {
ModelData modelData = new ModelData();
ModelPartData data = modelData.getRoot();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"credit": "@thegiftedgeek",
"parent": "item/generated",
"textures": {
"layer0": "item/stick",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"credit": "@thegiftedgeek",
"parent": "item/generated",
"textures": {
"layer0": "carnival-foods:item/hotdog"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"credit": "@thegiftedgeek",
"parent": "item/generated",
"textures": {
"layer0": "carnival-foods:item/hotdog_bun"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"credit": "@thegiftedgeek",
"parent": "item/generated",
"textures": {
"layer0": "carnival-foods:item/hotdog_in_bun"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"credit": "@thegiftedgeek",
"parent": "item/generated",
"textures": {
"layer0": "carnival-foods:item/vegan_hotdog"
Expand Down

0 comments on commit 7578dd2

Please sign in to comment.