
Duplication with Stars
ArchivedAllows Duplication via Nether star. (DISCOUNTINUED)
Tags
Creators
Details
2.2+mod
Compatibility
Changes
A Huge update!
-
Added duplication stars.
- In the previous versions, you used to duplicate items with a regular nether star. But now you will need to use a duplication star instead.
- You can make a duplication star by putting amethysts in the second slot and some regular nether stars in the middle slot.
- By default, you will need 4 amethysts to turn each nether star to a duplication star. So for example if you want to turn 11 nether stars into a duplication star, you will need 44 amethysts to do that. (The amount of amethysts required for that work can be changed via config).
- I will improve this later, because you can only put the amethyst into the second slot, and the first, fourth and fifth slot must be empty.
-
Added a new difficulty: Very Easy
- In this difficulty, you won't need lightning. Instead, you just disable a hopper (by putting a lever next to the hopper and flicking the lever) and then you throw a single copper block.
-
Changed the Normal difficulty.
- You will now need to place 9 copper blocks below the setup. Note that the copper blocks can't be oxidized nor waxed.
-
New optional resource pack, which changes the look of a duplication star!
- It's the first resource pack I've ever made lol.
-
Reverted these changes:
2.1 Instead of just using scores, it will now use function macros, which works a lot better. This allows that every time you try to change a config, you will recieve a message telling what changed.
- This means that this data pack is once again compatible with 1.18-1.20.1.
-
Downgraded the uninstallation system.
- In the previous versions, when you "uninstalled" this data pack, the data pack would change to disabled mode, which means that all features of the data pack would be disabled.
- This is no longer the case anymore. you will now use
/function star_dupe2:scores/remove, which will only remove the scores used for the data pack function, and no longer disable the data pack. - The reason I did this is because disabling the data pack would introduce multiple bugs.
-
Redesigned configs.
-
Added description for lines of code.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Nether Star Duplication Resource Pack 2.0.zip | Unknown | 2.34 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:tv1TrUYl:vzRyXk6y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tv1TrUYl:vzRyXk6y"
}
