Skip to content

Commit 5f05597

Browse files
Update README.md
1 parent 85fec39 commit 5f05597

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
*Disclaimer: I have no idea how to code in Java much less for Minecraft Mods, so GPT-o4 is doing a lot of the heavy lifting for me. This code is messy, and uses bad practices, but it's the best I can do ATM.*
1+
*Disclaimer: I have no idea how to code in Java much less for Minecraft Mods, so GPT-o4 is doing a lot of the heavy lifting for me. This code is messy, and uses bad practices, but it's the best I can do until I learn more.*
22
# HelpfulNPCs
33
HelpfulNPCs is a simple mod that adds one thing: Craftable helpful NPCs to do your work for you! This mod is loosely based on the craftable NPCs from Ancient Warfare 2, but for Forge 1.20.1. I intend to use this with the Create mod, so expect some compatibility here and there.
44

5-
![image](https://github.com/user-attachments/assets/3fd237ec-7892-45a2-aea2-ce4280346ca5)
6-
![image](https://github.com/user-attachments/assets/70eaed5f-2113-4ec0-96a1-c8c964b95971)
7-
5+
![image](https://github.com/user-attachments/assets/f9ee6ead-d7f9-4ff2-b6a9-e2971111b213)
86

7+
![image](https://github.com/user-attachments/assets/87b98933-e359-492b-b2d3-ea4a590504fb)
98

109
Features:
1110
* Craftable Worker NPCs with Dynamically generated textures.
12-
* Couriers can carry items between containers, such as grabbing ore from furnaces or placing items on Create depots, ect.
11+
* Haulers can carry items between containers, such as grabbing ore from furnaces or placing items on Create depots, ect.
12+
* Solder NPCs that follow the player and defend them [WIP - Pretty buggy]
1313

1414
Planned:
15-
* Solder NPC
1615
* Farmer NPC
1716
* Rancher NPC
1817
* Fishing NPC
@@ -24,4 +23,4 @@ Planned:
2423
* Maybe some interaction with MCA: Reborn?
2524

2625
# License
27-
GLP v3 [LICENSE](LICENSE). Take this mod, rip it apart, and do unreasonable things to it, idc.
26+
GLP v3 [LICENSE](LICENSE). Take this mod, rip it apart, and do unreasonable things to it.

0 commit comments

Comments
 (0)