From 1340000e5b8749b871ee117606ff7c84c6b200d7 Mon Sep 17 00:00:00 2001 From: tterrag1098 Date: Thu, 25 Jun 2015 23:17:17 -0400 Subject: [PATCH] Remove some tabs, add note to styleguide about tabs --- README.md | 2 +- blockstates/forgeBlockstates.md | 2 +- styleguide.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b109eb53..c9e95dbd 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ The intent with this is to create a curated *definitive* source of documentation Feel free to submit pull requests related to documentation of Forge development here. -Note that PRs will generally be reviewed on a bi-weekly schedule on weekends. Don't expect this to be constantly being updated, though we will try and remedy egregious errors more quickly. +Don't expect this to be constantly being updated, though we will try and remedy egregious errors more quickly. diff --git a/blockstates/forgeBlockstates.md b/blockstates/forgeBlockstates.md index a3f31a2b..6adb9547 100644 --- a/blockstates/forgeBlockstates.md +++ b/blockstates/forgeBlockstates.md @@ -7,7 +7,7 @@ Forge has its own blockstate json format to accommodate for modders needs. It in Note that all models and textures referenced are from vanilla minecraft. For your own mod, you have to use the full location! For example: "mymod:blocks/blockTexture". - You don't have to use Forge's blockstate format at all, you can also use the vanilla format! + You don't have to use Forge's blockstate format at all, you can also use the vanilla format! ## General structure of the format diff --git a/styleguide.md b/styleguide.md index 6d55e305..83a87acb 100644 --- a/styleguide.md +++ b/styleguide.md @@ -10,3 +10,10 @@ We have a wiki elsewhere that can capture more comprehensive code examples. Our audience is anyone who wants to understand how to build a mod using Forge. Please don't try to turn this documentation into a tutorial on Java Development - it is intended for people who understand how a Java class works, and other fundamental structures of Java. + +Formatting +---------- + +!!! important + + Please use TWO SPACES to indent, not tabs.