Skip to content

Commit

Permalink
v1.9 - Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Jul 13, 2024
1 parent 7757eca commit 405fe0a
Show file tree
Hide file tree
Showing 117 changed files with 96 additions and 1,405 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlackDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanBlackDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanBlackDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanBlackDyeingEmiRecipe(BlackDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_BLACK_DYEING, recipe, GarnishedFluids.BLACK_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.BrownDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanBrownDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanBrownDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanBrownDyeingEmiRecipe(BrownDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_BROWN_DYEING, recipe, GarnishedFluids.BROWN_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.CyanDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanCyanDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanCyanDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanCyanDyeingEmiRecipe(CyanDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_CYAN_DYEING, recipe, GarnishedFluids.CYAN_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.GrayDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanGrayDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanGrayDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanGrayDyeingEmiRecipe(GrayDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_GRAY_DYEING, recipe, GarnishedFluids.GRAY_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.LightBlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanLightBlueDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanLightBlueDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanLightBlueDyeingEmiRecipe(LightBlueDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_LIGHT_BLUE_DYEING, recipe, GarnishedFluids.LIGHT_BLUE_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.LightGrayDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanLightGrayDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanLightGrayDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanLightGrayDyeingEmiRecipe(LightGrayDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_LIGHT_GRAY_DYEING, recipe, GarnishedFluids.LIGHT_GRAY_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.LimeDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanLimeDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanLimeDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanLimeDyeingEmiRecipe(LimeDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_LIME_DYEING, recipe, GarnishedFluids.LIME_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.MagentaDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanMagentaDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanMagentaDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanMagentaDyeingEmiRecipe(MagentaDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_MAGENTA_DYEING, recipe, GarnishedFluids.MAGENTA_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.PinkDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanPinkDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanPinkDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanPinkDyeingEmiRecipe(PinkDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_PINK_DYEING, recipe, GarnishedFluids.PINK_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package net.dakotapride.garnished.registry.EMI;

import net.dakotapride.garnished.recipe.BlueDyeBlowingFanRecipe;
import net.dakotapride.garnished.recipe.WhiteDyeBlowingFanRecipe;
import net.dakotapride.garnished.registry.GarnishedFluids;

public class FanWhiteDyeingEmiRecipe extends FanDyeingEmiRecipe {
public FanWhiteDyeingEmiRecipe(BlueDyeBlowingFanRecipe recipe) {
public FanWhiteDyeingEmiRecipe(WhiteDyeBlowingFanRecipe recipe) {
super(GarnishedEMI.FAN_WHITE_DYEING, recipe, GarnishedFluids.WHITE_MASTIC_RESIN.getSource());
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "garnished:block/cyan_mastic_resin"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "garnished:block/light_blue_mastic_resin"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "garnished:block/lime_mastic_resin"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/inner_stairs",
"textures": {
"bottom": "garnished:block/black_smooth_zultanite",
"side": "garnished:block/black_smooth_zultanite",
"top": "garnished:block/black_smooth_zultanite"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/outer_stairs",
"textures": {
"bottom": "garnished:block/black_smooth_zultanite",
"side": "garnished:block/black_smooth_zultanite",
"top": "garnished:block/black_smooth_zultanite"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"textures": {
"particle": "garnished:fluid/cyan_mastic_resin_still"
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"textures": {
"particle": "garnished:fluid/lime_mastic_resin_still"
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "garnished:block/purple_smooth_zultanite",
"side": "garnished:block/purple_smooth_zultanite",
"top": "garnished:block/purple_smooth_zultanite"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"textures": {
"particle": "garnished:fluid/white_mastic_resin_still"
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 405fe0a

Please sign in to comment.