forked from DaFuqs/Spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
partial Malum Compat except I got distracted and added 20 other thing…
…s instead
- Loading branch information
Showing
70 changed files
with
952 additions
and
33 deletions.
There are no files selected for viewing
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
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
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
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
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
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
28 changes: 28 additions & 0 deletions
28
src/main/java/de/dafuqs/spectrum/compat/malum/MalumCompat.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,28 @@ | ||
package de.dafuqs.spectrum.compat.malum; | ||
|
||
import com.sammy.malum.client.screen.codex.BookEntry; | ||
import com.sammy.malum.client.screen.codex.pages.EntryReference; | ||
import com.sammy.malum.client.screen.codex.pages.text.HeadlineTextPage; | ||
import com.sammy.malum.client.screen.codex.screens.ArcanaProgressionScreen; | ||
import de.dafuqs.spectrum.compat.SpectrumIntegrationPacks; | ||
import de.dafuqs.spectrum.registries.SpectrumBlocks; | ||
import net.fabricmc.api.EnvType; | ||
import net.fabricmc.api.Environment; | ||
|
||
public class MalumCompat extends SpectrumIntegrationPacks.ModIntegrationPack { | ||
public void register() { | ||
|
||
} | ||
|
||
@Environment(EnvType.CLIENT) | ||
@Override | ||
public void registerClient() { | ||
//couldn't get this to work | ||
/* var spiritCrystalAndScytheAddendum = BookEntry.build("spirit_crystals.addendum") | ||
.addPage(new HeadlineTextPage("spirit_crystals.addendum", "spirit_crystals.addendum.1")) | ||
.build(); | ||
BookEntry.build("spirit_crystals") | ||
.addReference(new EntryReference(SpectrumBlocks.PEDESTAL_ALL_BASIC.asItem(), spiritCrystalAndScytheAddendum)) | ||
.build(); */ | ||
} | ||
} |
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
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
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
30 changes: 30 additions & 0 deletions
30
src/main/resources/assets/spectrum/blockstates/large_zinc_bud.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,30 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { | ||
"model": "spectrum:block/large_zinc_bud", | ||
"x": 180 | ||
}, | ||
"facing=east": { | ||
"model": "spectrum:block/large_zinc_bud", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "spectrum:block/large_zinc_bud", | ||
"x": 90 | ||
}, | ||
"facing=south": { | ||
"model": "spectrum:block/large_zinc_bud", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up": { | ||
"model": "spectrum:block/large_zinc_bud" | ||
}, | ||
"facing=west": { | ||
"model": "spectrum:block/large_zinc_bud", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/spectrum/blockstates/pure_zinc_block.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 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "spectrum:block/pure_zinc_block" | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
src/main/resources/assets/spectrum/blockstates/small_zinc_bud.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,30 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { | ||
"model": "spectrum:block/small_zinc_bud", | ||
"x": 180 | ||
}, | ||
"facing=east": { | ||
"model": "spectrum:block/small_zinc_bud", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "spectrum:block/small_zinc_bud", | ||
"x": 90 | ||
}, | ||
"facing=south": { | ||
"model": "spectrum:block/small_zinc_bud", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up": { | ||
"model": "spectrum:block/small_zinc_bud" | ||
}, | ||
"facing=west": { | ||
"model": "spectrum:block/small_zinc_bud", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
Oops, something went wrong.