Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter loader...
Filter versions...
Filter channels...

2.2 MOD

by Sul4ur on Jan 22, 2024
Download

2.2 DP

by Sul4ur on Jan 22, 2024
Download

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.

    2024-01-14_17 42 54 2024-01-21_19 22 37

  • 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.

    2024-01-14_17 35 46

  • 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.

    2024-01-14_17 35 28

  • 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.

2.1.1 MOD

by Sul4ur on Jan 6, 2024
Download

2.1.1 DP

by Sul4ur on Jan 6, 2024
Download

Fixed a very important bug alongside with another bug!

  • Fixed bug #2 where the data pack would automatically uninstall itself when first time put into the world.
  • Fixed bug #3 as well.
  • Made small tweaks like updating the description in the pack.mcmeta file.

2.1 MOD

by Sul4ur on Jan 3, 2024
Download

2.1 DP

by Sul4ur on Jan 3, 2024
Download

Redesigned configurations

  • Configs now work differently.
    • 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 will no longer be compatible with versions below 1.20.2.
  • Fixed a typo in uninstall.mcfunction which made uninstalling this data pack not possible. (well maybe?)

2.0.2 MOD

by Sul4ur on Dec 28, 2023
Download

2.0.2 DP

by Sul4ur on Dec 28, 2023
Download
  • This data pack will now inform you information about this data pack everytime you (re)load the datapack.
    • You can disable this feature though, with the new config .inform_player_on_load.
  • (Re)loading this data pack will now reinstall the data pack, as long as this data pack is enabled.
  • Fixed a typo in the functions file, which caused a specific order of hoppers and lightning rods not work when you striked them with lightning.
  • You can no longer uninstall or reinstall this data pack more than twice in a row.
  • Redesigned the configurations menu.

2.0.1 DP

by Sul4ur on Dec 24, 2023
Download

Just a quick small update!

  • You can now uninstall this data pack. All you have to do is use /function sul4ur:star_dupe2/uninstall to disable this data pack and remove unnecessary scoreboards.
  • Redesigned the Config and the Info menu.
  • Added a lil' Easter egg!

2.0 DP

by Sul4ur on Dec 20, 2023
Download

Nether Star Duplication 2.0 has now finally been released.

  • Now instead of duplication by throwing them on top of obsidians, you now use lightning instead.
  • The config menu has been updated.
  • A new gamerule .max_count_for_dupe, which allows you to modify how many items you can duplicate at once.
  • Another gamerule .stars_to_consume has been added.
  • The pack icon has been updated.
  • This data pack is now finally able to detect multiple nether stars, so you no longer need to only throw a single nether star, you can throw however many nether stars you want and the data pack will reduce from it.
  • Oh yeah, gamerules are now called configs
  • If you already installed the 1.0 version and want to upgrade to the 2.0 version, you will have to fully uninstall the 1.0 version first and then install the 2.0 versions.

1.1.1 DP

by Sul4ur on Dec 15, 2023
Download

An update to fix a huge incompatibility problem and other things!

  • Removed the game rule(s) .can_dupe_in_<dimension>
    • The functionality of this game rule caused this data pack to break and be incompatible with most things.
  • Removed the game rule .viewable_gamerules
  • Game rule .pick_up_after_delay now supports value -1.
    • Applying -1 to the value means the pick up delay of the items won't get affected.

This data pack is now in pre release!

  • This data pack now has duplication setup difficulties.
    • Easy: In this difficulty, you only need to summon a lightning next to the hopper, in order for the duplication to happen.
    • Normal: In this difficulty, you will need to place 4 lightning rods next to the hopper, then strike one of these rods with lightning.
  • Fixed a bug where you couldn't duplicate an item when it was in the first slot and there were no items on the second slot.
  • Redesigned the config menu and made /trigger star_dupe2.trigger.info functional.
  • Added pack icon.

Beta 2.2

by Sul4ur on Nov 21, 2023
Download

Woah! So quick! There are changes!

  • Updated configs... a lot. This update adds 2 new configurations:

    • can_dupe.<item> This gamerule was already added, but now they are functional. You can use this to whitelist or blacklist an item from being duplicated. This only supports 4 items for now, which are shulker boxes, wither skulls, dragon eggs and bundles.

    • max_count_to_dupe Can be any number(even negative values!). Determines how many total items can be duplicated at once. This isn't functional for now though.

    And changed one config:

    • stars_to_consume now can be negative values as well.

  • You can now easily modify these changes through /function star_dupe2:run/config.

  • Fixed a bug where you couldn't duplicate an item if it was in the first slot and there were no items on the second slot. Oops! that was never fixed before, my bad.

  • Fixed another bug where you could duplicate more than once with just one lightning bolt. It still costed more nether stars anyways...

Beta 2.1

by Sul4ur on Nov 20, 2023
Download
  • They way you duplicate has now changed. You now have to place a hopper, and then place 4 lightning rods each next to the hopper. Then, place the nether stars in the middle slot of the hopper, and two different types of items each is the first and the second slot.

    • Yes, that means now you can finalllly put however many nether stars you need, instead of just a single.

    • And yes, that also means you can duplicate two different types of items, but not at a cost of 1 nether star...

  • And now you will need 2 nether stars to duplicate, but hey, you can now duplicate 2 different types of items now. (and oh yeah, the value can be changed.)

  • Added the first gamerule (now it's called config): star_dupe2.config.stars_to_consume (you can change the value by using /scoreboard players set #config .... By default, the value is 2.)

    • Determines how many nether stars you need for duplication.

    • There are other gamerules which are added, but not functional for now.

  • This work is now licensed under CC BY-SA 4.0.

Beta 2.0

by Sul4ur on Nov 3, 2023
Download

This data pack is now reworked from scratch.

  • You no longer throw the nether star on top of an obsidian. That sounds too boring. Instead, you will have to put them in a hopper and strike the hopper with lightning. Full explanation is in the description.
  • It still misses many features that are in Nether star duping 1.0 (e.g. Configurations and uninstallation), so that is why it is in beta. As soon as they are added and I fixed enough bugs, It will be fully released.
  • If you already installed the 1.0 version and want to upgrade to the 2.0 version, you will have to fully uninstall the 1.0 version first and then install the 2.0 versions.
  • Thanks to @CrownDeluxe(temi) for the new project idea!

1.1

by Sul4ur on Oct 5, 2023
Download
  • Re-added game rule pick_delay_after_dupe
    • This time with actual functionality. Determines how long it takes to pick up the item after being duped. Default is 1.5 seconds
  • Added game rules can_dupe_in_<dimension>
    • Determines whether or not can you duplicate items in the selected dimension.
    • If all of them is set to true(which is default), It will accept any dimension (including custom ones).
  • Added /function star_dupe:config
    • Allows you to easily edit game rules of this data pack.
  • Duplicating an item now has a visual effect of explosion instead of enchantment effect.

1.0.2

by Sul4ur on Sep 21, 2023
Download
  • Shulker boxes and bundles can no longer be duplicated (Although empty shulker boxes can.)
  • You can no longer duplicate an item if there is a nether star within 3 blocks.
  • Removed an unnecessary gamerule: pick_delay_after_dupe.
  • Fixed a typo which left the gamerule drag_egg_can_dupe with no default value.
  • This pack is now confirmed to work in 1.18-1.19.4 versions.

1.0.1

by Sul4ur on Sep 19, 2023
Download

Added:

  • viewable_gamerules gamerule.
  • Icon for the data pack (pack.png)
  • More description for the codes

Changed:

  • Renamed settings to gamerules

Fixed:

  • A typo which messed up the uninstallation

1.0

by Sul4ur on Sep 18, 2023
Download

Initial release for the data pack


Project members

Sul4ur

Owner


Technical information

License
CC-BY-SA-4.0
Project ID