Skip to content

Commit

Permalink
sponge: added changelog & new crafting instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Plagiatus committed Aug 26, 2024
1 parent 71f0aae commit ee7f249
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ <h2 id="video">Video</h2>
<p><a target='_blank' href="https://streamable.com/u9ux4">Video of this datapack in action</a></p>
<h2 id="what-it-does">What it does</h2>
<p>This datapack allows for the creation of super sponges that effectively remove all water in a large area.</p>
<p>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, <a target='_blank' href="http://plagiatus.net/#contact">feel free to reach out</a>).</p>
<h3 id="crafting">Crafting</h3>
<p><em>1.21 and above</em><br>Using 6 sponges and 3 nether stars in a crafting bench will give you the sponge. It&#39;s using vanilla recipes now, so it&#39;s easily adjustable.</p>
<p><em>1.20.4 and below</em><br>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, <a target='_blank' href="http://plagiatus.net/#contact">feel free to reach out</a>).</p>
<h2 id="how-to-set-up">How to set up</h2>
<p>Download the zip file and place it into your <code>world/datapacks</code> folder. If the world is already running, run <code>reload</code>. That&#39;s all you need to do.<br>That way it has been set to <strong>10 blocks range</strong>. To change that, use the following command in chat (replace XX with your desired range):</p>
<pre><code>/scoreboard players set maximum fillsponge XX
Expand Down Expand Up @@ -256,6 +258,13 @@ <h2 id="customisation">Customisation</h2>
<h3 id="contact">Contact</h3>
<p>If you have any questions, concerns, praise or found a bug, you can contact me directly at <a target='_blank' href="mailto:[email protected]">[email protected]</a> or use my <a target='_blank' href="http://plagiatus.net/#contact">contact form</a>.</p>
<h3 id="changelog">Changelog</h3>
<h4 id="115">1.1.5</h4>
<p>26.08.2024 </p>
<ul>
<li>Updated to Minecraft 1.21</li>
<li>Added a proper recipe, thanks Mojang! No more floor crafting!</li>
<li>Switched from AECs to markers. Why didn&#39;t I do that earlier?</li>
</ul>
<h4 id="11">1.1</h4>
<p>08.07.2019 fixed a bug that would cause it to ignore bubble columns. Added multiple replace.json files.</p>
<h4 id="10">1.0</h4>
Expand Down Expand Up @@ -292,7 +301,7 @@ <h3 id="super-hardcore-light">Super Hardcore light</h3>
<p>where <code>X</code> is the total amount of deaths you want to allow. </p>
<p><em>Please note: In this mode individual deaths don&#39;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.</em> </p>
<h2 id="contact">Contact</h2>
<p>If you have any questions, concerns, praise or found a bug, you can contact me directly at <a target='_blank' href="mailto:&#99;&#111;&#110;&#x74;&#x61;&#x63;&#x74;&#x40;&#112;&#108;&#x61;&#103;&#x69;&#97;&#116;&#x75;&#x73;&#46;&#x6e;&#101;&#x74;">&#99;&#111;&#110;&#x74;&#x61;&#x63;&#x74;&#x40;&#112;&#108;&#x61;&#103;&#x69;&#97;&#116;&#x75;&#x73;&#46;&#x6e;&#101;&#x74;</a> or use my <a target='_blank' href="http://plagiatus.net/#contact">contact form</a>.</p>
<p>If you have any questions, concerns, praise or found a bug, you can contact me directly at <a target='_blank' href="mailto:&#99;&#x6f;&#x6e;&#116;&#x61;&#x63;&#116;&#64;&#x70;&#x6c;&#x61;&#x67;&#105;&#x61;&#x74;&#117;&#x73;&#x2e;&#x6e;&#x65;&#x74;">&#99;&#x6f;&#x6e;&#116;&#x61;&#x63;&#116;&#64;&#x70;&#x6c;&#x61;&#x67;&#105;&#x61;&#x74;&#117;&#x73;&#x2e;&#x6e;&#x65;&#x74;</a> or use my <a target='_blank' href="http://plagiatus.net/#contact">contact form</a>.</p>
</div><div class="pack-big" id="timer"><p><img src="https://raw.githubusercontent.com/Plagiatus/datapacks/master/timer/banner.png" alt="Timer Banner" title="Timer System"></p>
<h1 id="timer">Timer</h1>
<p><a target='_blank' href="https://github.com/Plagiatus/datapacks/raw/master/timer/timerv1.0.0.zip">latest version (v1.0.0)</a> (1.13)</p>
Expand Down
15 changes: 15 additions & 0 deletions super_sponge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand 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.

Expand Down

0 comments on commit ee7f249

Please sign in to comment.