Skip to content

Commit 69cde0f

Browse files
Update index.md
1 parent edeb4d4 commit 69cde0f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

index.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ A list of software on my computer.
1313
<details><summary><h1 id="minetest-mods">Minetest mods</h1></summary>
1414

1515
### Better Randomizer
16-
[GitHub]("https://github.com/thepython10110/better_randomizer"), [ContentDB]("https://content.minetest.net/packages/ThePython/_better_randomizer/")
16+
[GitHub]("https://github.com/thepython10110/_better_randomizer"), [ContentDB]("https://content.minetest.net/packages/ThePython/_better_randomizer/")
1717

1818
A Minetest mod that randomizes node drops, entity drops, and crafting recipes. Saves randomness, can be toggled on/off
1919

20-
### SpawnCraft
21-
[GitHub](https://github.com/thepython10110/spawncraft), [ContentDB](https://content.minetest.net/packages/ThePython/spawncraft/)
20+
### Better Commands (WIP)
21+
[GitHub](https://github.com/thepython10110/better_commands)
22+
A mod that will add Minecraft syntax for commands (such as `/kill @e[type=mobs_mc:zombie`, which actually already works).
2223

23-
A mod for [MineClone](https://content.minetest.net/packages/Wuzzy/mineclone2) that adds crafting recipes for spawners and spawn eggs.
24+
### BigNum
25+
[GitHub](https://github.com/thepython10110/bignum), [ContentDB](https://content.minetest.net/packages/ThePython/bignum/)
26+
A library mod that adds a data type for arbitrary precision integers.
2427

2528
### ExchangeClone
2629
[GitHub](https://github.com/thepython10110/exchangeclone), [Wiki](https://github.com/thepython10110/exchangeclone/wiki), [ContentDB](https://content.minetest.net/packages/ThePython/exchangeclone/)
@@ -32,17 +35,22 @@ A fork of [Element Exchange](https://github.com/enchant97/minetest_element_excha
3235

3336
Adds a portable crafting table, portable ender chest (although it requires a minor change to MineClone's code), and portable enchanting table to MineClone.
3437

35-
### Why?
36-
[GitHub](https://github.com/thepython10110/why), [ContentDB](https://content.minetest.net/packages/ThePython/why/)
38+
### SpawnCraft
39+
[GitHub](https://github.com/thepython10110/spawncraft), [ContentDB](https://content.minetest.net/packages/ThePython/spawncraft/)
3740

38-
A modpack that adds a whole bunch of completely random things to MineClone/Minetest Game. Some are useful, others are solely for annoying people, and some are _completely_ useless. Not all features are available in Minetest Game.
41+
A mod for [MineClone](https://content.minetest.net/packages/Wuzzy/mineclone2) that adds crafting recipes for spawners and spawn eggs.
3942

4043
### Too Many Aliases
4144

4245
[GitHub](https://github.com/thepython10110/too_many_aliases), [ContentDB](https://content.minetest.net/packages/ThePython/too_many_aliases/)
4346

4447
A MineClone2 mod that adds tons of aliases that make itemstrings match MineCraft as much as possible.
4548

49+
### Why?
50+
[GitHub](https://github.com/thepython10110/why), [ContentDB](https://content.minetest.net/packages/ThePython/why/)
51+
52+
A modpack that adds a whole bunch of completely random things to MineClone/Minetest Game. Some are useful, others are solely for annoying people, and some are _completely_ useless. Not all features are available in Minetest Game.
53+
4654
</details>
4755

4856
<details><summary><h1 id="random-programming-projects">Random programming projects</h1></summary>

0 commit comments

Comments
 (0)