https://github.com/banaanae/minecraft-tools
Useless tools
https://github.com/banaanae/minecraft-tools
csharp minecraft tools
Last synced: over 1 year ago
JSON representation
Useless tools
- Host: GitHub
- URL: https://github.com/banaanae/minecraft-tools
- Owner: Banaanae
- License: gpl-3.0
- Created: 2022-10-06T05:55:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T08:17:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T21:18:37.655Z (over 1 year ago)
- Topics: csharp, minecraft, tools
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft-Tools
Random C# minecraft tools
### Building
##### Windows
- Make sure you have [Microsoft Build Tools 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48159) installed.
- Using Command Prompt `cd` into the directory where you have the `.cs` file saved
- Copy and paste in `C:\"Program Files (x86)"\MSBuild\14.0\Bin\csc.exe /t:exe /out:ExeFileName.exe CsFileName.cs`. Make sure you replace ExeFileName and CsFileName with their respective file names. (ExeFileName can be anything)
- Open the directory where the `.cs` file is and there should be a `.exe` file there with the name you specified.
- Run it and your file is now built!