Skip to content

Commit

Permalink
'Spectrum G1 textures' builtin texture pack
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Oct 16, 2024
1 parent a06fb8a commit 40d60f2
Show file tree
Hide file tree
Showing 393 changed files with 10,919 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/dafuqs/spectrum/SpectrumCommon.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ public void onInitialize() {
Optional<ModContainer> modContainer = FabricLoader.getInstance().getModContainer(SpectrumCommon.MOD_ID);
if (modContainer.isPresent()) {
ResourceManagerHelper.registerBuiltinResourcePack(locate("spectrum_style_amethyst"), modContainer.get(), Text.of("Spectrum Style Amethyst"), ResourcePackActivationType.NORMAL);
ResourceManagerHelper.registerBuiltinResourcePack(locate("spectrum_generation_1"), modContainer.get(), Text.of("Generation 1 Spectrum textures"), ResourcePackActivationType.NORMAL);
ResourceManagerHelper.registerBuiltinResourcePack(locate("spectrum_programmer_art"), modContainer.get(), Text.of("Spectrum's Programmer Art"), ResourcePackActivationType.NORMAL);
//ResourceManagerHelper.registerBuiltinResourcePack(locate("jinc"), modContainer.get(), Text.of("Alternate Spectrum textures"), ResourcePackActivationType.NORMAL);
}

logInfo("Common startup completed!");
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "spectrum:templates/multilayer_light",
"textures": {
"top": "spectrum:block/polished_basalt",
"side": "spectrum:block/amethyst_basalt_lamp",
"inside": "spectrum:block/amethyst_lamp_inner"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "spectrum:templates/multilayer_light",
"textures": {
"top": "spectrum:block/polished_calcite",
"side": "spectrum:block/amethyst_calcite_lamp",
"inside": "spectrum:block/amethyst_lamp_inner"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "spectrum:templates/chime",
"textures": {
"gemstone": "spectrum:block/amethyst_glass"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "spectrum:block/amethyst_storage_block"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "spectrum:templates/shimmerstone_light",
"textures": {
"outer": "minecraft:block/polished_andesite",
"inner": "spectrum:block/shimmerstone_light",
"particle": "minecraft:block/polished_andesite"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "spectrum:templates/shimmerstone_light",
"textures": {
"outer": "spectrum:block/polished_basalt",
"inner": "spectrum:block/shimmerstone_light",
"particle": "spectrum:block/polished_basalt"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "spectrum:templates/shimmerstone_light",
"textures": {
"outer": "spectrum:block/polished_blackslag",
"inner": "spectrum:block/shimmerstone_light",
"particle": "spectrum:block/polished_blackslag"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parent": "spectrum:templates/complex_orientable",
"textures": {
"top": "spectrum:block/block_detector_top",
"front": "spectrum:block/block_detector_front",
"side": "spectrum:block/block_detector_side",
"bottom": "spectrum:block/notched_polished_basalt",
"back": "spectrum:block/block_detector_back",
"particle": "spectrum:block/block_detector_side"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parent": "spectrum:templates/complex_orientable",
"textures": {
"top": "spectrum:block/block_detector_top",
"front": "spectrum:block/block_detector_front",
"side": "spectrum:block/block_detector_side",
"bottom": "spectrum:block/notched_polished_basalt",
"back": "spectrum:block/block_detector_back_active",
"particle": "spectrum:block/block_detector_side"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parent": "spectrum:templates/complex_orientable",
"textures": {
"top": "spectrum:block/block_placer_top",
"front": "spectrum:block/block_placer_front",
"side": "spectrum:block/block_placer_side",
"bottom": "spectrum:block/notched_polished_calcite",
"back": "spectrum:block/block_placer_back",
"particle": "spectrum:block/block_placer_side"
}
}
Loading

0 comments on commit 40d60f2

Please sign in to comment.