-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33969b7
commit 45b42f5
Showing
21 changed files
with
219 additions
and
600 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
src/main/generated/assets/spectrum/blockstates/moonstone_chiseled_basalt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { | ||
"model": "spectrum:block/moonstone_chiseled_basalt_down" | ||
}, | ||
"facing=east": { | ||
"model": "spectrum:block/moonstone_chiseled_basalt" | ||
}, | ||
"facing=north": { | ||
"model": "spectrum:block/moonstone_chiseled_basalt", | ||
"y": 270 | ||
}, | ||
"facing=south": { | ||
"model": "spectrum:block/moonstone_chiseled_basalt", | ||
"y": 90 | ||
}, | ||
"facing=up": { | ||
"model": "spectrum:block/moonstone_chiseled_basalt_down", | ||
"x": 180 | ||
}, | ||
"facing=west": { | ||
"model": "spectrum:block/moonstone_chiseled_basalt", | ||
"y": 180 | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
src/main/generated/assets/spectrum/blockstates/moonstone_chiseled_calcite.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { | ||
"model": "spectrum:block/moonstone_chiseled_calcite_down" | ||
}, | ||
"facing=east": { | ||
"model": "spectrum:block/moonstone_chiseled_calcite" | ||
}, | ||
"facing=north": { | ||
"model": "spectrum:block/moonstone_chiseled_calcite", | ||
"y": 270 | ||
}, | ||
"facing=south": { | ||
"model": "spectrum:block/moonstone_chiseled_calcite", | ||
"y": 90 | ||
}, | ||
"facing=up": { | ||
"model": "spectrum:block/moonstone_chiseled_calcite_down", | ||
"x": 180 | ||
}, | ||
"facing=west": { | ||
"model": "spectrum:block/moonstone_chiseled_calcite", | ||
"y": 180 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/spectrum/models/block/moonstone_chiseled_basalt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "spectrum:templates/moonstone_chiseled", | ||
"textures": { | ||
"line": "spectrum:block/moonstone_chiseled_basalt", | ||
"side": "spectrum:block/basalt_cap" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/spectrum/models/block/moonstone_chiseled_basalt_down.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "spectrum:templates/moonstone_chiseled_down", | ||
"textures": { | ||
"line": "spectrum:block/moonstone_chiseled_basalt", | ||
"side": "spectrum:block/basalt_cap" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/spectrum/models/block/moonstone_chiseled_calcite.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "spectrum:templates/moonstone_chiseled", | ||
"textures": { | ||
"line": "spectrum:block/moonstone_chiseled_calcite", | ||
"side": "spectrum:block/calcite_cap" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/generated/assets/spectrum/models/block/moonstone_chiseled_calcite_down.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "spectrum:templates/moonstone_chiseled_down", | ||
"textures": { | ||
"line": "spectrum:block/moonstone_chiseled_calcite", | ||
"side": "spectrum:block/calcite_cap" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
src/main/java/de/dafuqs/spectrum/registries/client/SpectrumModels.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
package de.dafuqs.spectrum.registries.client; | ||
|
||
import de.dafuqs.spectrum.*; | ||
import net.minecraft.util.*; | ||
import net.minecraft.data.client.*; | ||
|
||
import java.util.*; | ||
|
||
public class SpectrumModels { | ||
|
||
public static final Identifier MULTILAYER_LIGHT = SpectrumCommon.locate("templates/multilayer_light"); | ||
public static final Model MULTILAYER_LIGHT = new Model(Optional.of(SpectrumCommon.locate("templates/multilayer_light")), Optional.empty(), TextureKey.TOP, TextureKey.SIDE, TextureKey.INSIDE); | ||
public static final Model MOONSTONE_CHISELED = new Model(Optional.of(SpectrumCommon.locate("templates/moonstone_chiseled")), Optional.empty(), TextureKey.SIDE, SpectrumTextureKeys.LINE); | ||
public static final Model MOONSTONE_CHISELED_DOWN = new Model(Optional.of(SpectrumCommon.locate("templates/moonstone_chiseled_down")), Optional.empty(), TextureKey.SIDE, SpectrumTextureKeys.LINE); | ||
|
||
} |
9 changes: 9 additions & 0 deletions
9
src/main/java/de/dafuqs/spectrum/registries/client/SpectrumTextureKeys.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package de.dafuqs.spectrum.registries.client; | ||
|
||
import net.minecraft.data.client.*; | ||
|
||
public class SpectrumTextureKeys { | ||
|
||
public static final TextureKey LINE = TextureKey.of("line"); | ||
|
||
} |
26 changes: 0 additions & 26 deletions
26
src/main/resources/assets/spectrum/blockstates/moonstone_chiseled_basalt.json
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/main/resources/assets/spectrum/blockstates/moonstone_chiseled_calcite.json
This file was deleted.
Oops, something went wrong.
87 changes: 0 additions & 87 deletions
87
src/main/resources/assets/spectrum/models/block/moonstone_chiseled_basalt.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.