diff --git a/index.html b/index.html index ae68ddc..f721c8a 100644 --- a/index.html +++ b/index.html @@ -223,7 +223,9 @@
Video of this datapack in action
This datapack allows for the creation of super sponges that effectively remove all water in a large area.
-Craftable by default by throwing 6 regular sponges and 3 nether stars onto the ground together. Can easily be adjusted to whatever fits your servers needs. (If you need help with that, feel free to reach out).
+1.21 and above
Using 6 sponges and 3 nether stars in a crafting bench will give you the sponge. It's using vanilla recipes now, so it's easily adjustable.
1.20.4 and below
Craftable by default by throwing 6 regular sponges and 3 nether stars onto the ground together. Can easily be adjusted to whatever fits your servers needs. (If you need help with that, feel free to reach out).
Download the zip file and place it into your world/datapacks
folder. If the world is already running, run reload
. That's all you need to do.
That way it has been set to 10 blocks range. To change that, use the following command in chat (replace XX with your desired range):
/scoreboard players set maximum fillsponge XX
@@ -256,6 +258,13 @@ Customisation
Contact
If you have any questions, concerns, praise or found a bug, you can contact me directly at contact@plagiatus.net or use my contact form.
Changelog
+1.1.5
+26.08.2024
+
+- Updated to Minecraft 1.21
+- Added a proper recipe, thanks Mojang! No more floor crafting!
+- Switched from AECs to markers. Why didn't I do that earlier?
+
1.1
08.07.2019 fixed a bug that would cause it to ignore bubble columns. Added multiple replace.json files.
1.0
@@ -292,7 +301,7 @@ Super Hardcore light
where X
is the total amount of deaths you want to allow.
Please note: In this mode individual deaths don't cause a change to spectator mode, so a player might die multiple times and take away multiple deaths from the amount of lives available.
Contact
-If you have any questions, concerns, praise or found a bug, you can contact me directly at contact@plagiatus.net or use my contact form.
+If you have any questions, concerns, praise or found a bug, you can contact me directly at contact@plagiatus.net or use my contact form.
![Timer System Timer Banner](https://raw.githubusercontent.com/Plagiatus/datapacks/master/timer/banner.png)
Timer
latest version (v1.0.0) (1.13)
diff --git a/super_sponge/README.md b/super_sponge/README.md
index 1ec6157..6cd772c 100644
--- a/super_sponge/README.md
+++ b/super_sponge/README.md
@@ -15,6 +15,12 @@
This datapack allows for the creation of super sponges that effectively remove all water in a large area.
+### Crafting
+
+_1.21 and above_
+Using 6 sponges and 3 nether stars in a crafting bench will give you the sponge. It's using vanilla recipes now, so it's easily adjustable.
+
+_1.20.4 and below_
Craftable by default by throwing 6 regular sponges and 3 nether stars onto the ground together. Can easily be adjusted to whatever fits your servers needs. (If you need help with that, [feel free to reach out](http://plagiatus.net/#contact)).
## How to set up
@@ -48,6 +54,15 @@ If you have any questions, concerns, praise or found a bug, you can contact me d
### Changelog
+#### 1.1.5
+26.08.2024
+
+- Updated to Minecraft 1.21
+- Added a proper recipe, thanks Mojang! No more floor crafting!
+- Switched from AECs to markers. Why didn't I do that earlier?
+
+
+
#### 1.1
08.07.2019 fixed a bug that would cause it to ignore bubble columns. Added multiple replace.json files.