Skip to content

Commit 5cbe9fb

Browse files
committed
1.21 neoforge
1 parent eda9207 commit 5cbe9fb

File tree

5 files changed

+117
-379
lines changed

5 files changed

+117
-379
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1+
# Towers_Of_The_Wild_Modded
2+
Towers Of The Wild Modded implements towers based off of the original mod https://www.curseforge.com/minecraft/mc-mods/towers-of-the-wild.
13

2-
Installation information
3-
=======
4+
# <img alt="logo" src="https://i.imgur.com/3PX6O3p.png">
45

5-
This template repository can be directly cloned to get you started with a new
6-
mod. Simply create a new repository cloned from this one, by following the
7-
instructions at [github](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
6+
Nether & End towers are forked from https://www.curseforge.com/minecraft/mc-mods/towers-of-the-wild-additions.
87

9-
Once you have your clone, simply open the repository in the IDE of your choice. The usual recommendation for an IDE is either IntelliJ IDEA or Eclipse.
8+
https://www.curseforge.com/minecraft/mc-mods/towers-of-the-wild-additions has a custom license at the time of writing this stating:
109

11-
> **Note**: For Eclipse, use tasks in `Launch Group` instead of ones founds in `Java Application`. A preparation task must run before launching the game. NeoGradle uses launch groups to do these subsequently.
10+
"This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA."
1211

13-
If at any point you are missing libraries in your IDE, or you've run into problems you can
14-
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything
15-
{this does not affect your code} and then start the process again.
12+
Hence, credit has just now been attributed.
1613

17-
Mapping Names:
18-
============
19-
By default, the MDK is configured to use the official mapping names from Mojang for methods and fields
20-
in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this
21-
license. For the latest license text, refer to the mapping file itself, or the reference copy here:
22-
https://github.com/NeoForged/NeoForm/blob/main/Mojang.md
14+
Folder Structure is based off of https://www.curseforge.com/minecraft/texture-packs/towers-of-the-wild-reworked-datapack.
2315

24-
Additional Resources:
25-
==========
26-
Community Documentation: https://docs.neoforged.net/
27-
NeoForged Discord: https://discord.neoforged.net/
16+
https://www.curseforge.com/minecraft/texture-packs/towers-of-the-wild-reworked-datapack has an MIT license at the time of writing this stating:
17+
18+
"The MIT License Copyright (c) <year> <copyright holders> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
19+
20+
Hence, credit has just now been attributed.
21+
22+
Derelict variants, Regular, Jungle, Ice are pulled from https://www.curseforge.com/minecraft/texture-packs/towers-of-the-wild-reworked-datapack.
23+
24+
Variants:
25+
# <img alt="Variants" src="https://i.imgur.com/SFHGrGx.png">
26+
# <img alt="Variants" src="https://i.imgur.com/0Kns0gM.png">
27+
# <img alt="Variants" src="https://i.imgur.com/q7tx9IE.png">

src/main/java/com/example/examplemod/Config.java

-63
This file was deleted.

src/main/java/com/example/examplemod/ExampleMod.java

-136
This file was deleted.

src/main/java/net/celsiusqc/totw_modded/Config.java.disabled

-63
This file was deleted.

0 commit comments

Comments
 (0)