Skip to content

Instantly share code, notes, and snippets.

@BraXon-Devs
BraXon-Devs / UPDATESxxx.md
Created April 11, 2019 18:07
Welcome file

March 2019 (version 1.33)

Update 1.33.1: The update addresses these issues.


Welcome to the March 2019 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include:

@BraXon-Devs
BraXon-Devs / UPDATExxx.md
Created April 11, 2019 18:06
Welcome file

March 2019 (version 1.33)

Update 1.33.1: The update addresses these issues.


Welcome to the March 2019 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include:

Courtesy of MCForge

Structuring Your Mod

We’ll look at how to organize your mod into different files and what those files should do.

Packaging

Pick a unique package name. If you own a URL associated with your project, you can use it as your top level package. For example if you own “example.com”, you may use com.example as your top level package.

@BraXon-Devs
BraXon-Devs / ModList.md
Last active April 8, 2019 02:23
Minecraft Mods that will make your server stand out

Note: Most of this list is as of version 1.13.2. Some you will need Forge to work. Please read from the links before downloading it.

If you do not see a check mark, this means 2 things, either its not yet updated to current or its optional

List

@BraXon-Devs
BraXon-Devs / Minecraft.bat
Last active April 20, 2019 04:44
Start your minecraft with a batch file(command line interface; CLI)
@echo off
if not defined PIL (
set PIL=1
start /min "" %~0
/high
/seperate
exit /b
)
Title ...... Loading
echo The Time Now is %DATE%