From 173da3954f6479c3b6d75d7449de49edf5778d65 Mon Sep 17 00:00:00 2001 From: Kirtle Date: Thu, 11 Jun 2020 16:30:38 +0100 Subject: [PATCH] Update build and description for the 0.1.5 release --- UI/BasePanel.cs | 2 +- build.txt | 2 +- description.txt | 16 +++++++++------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/UI/BasePanel.cs b/UI/BasePanel.cs index f914459..452384f 100644 --- a/UI/BasePanel.cs +++ b/UI/BasePanel.cs @@ -39,7 +39,7 @@ public override void Update(GameTime gameTime) Tile mouseTile = Main.tile[posX, posY]; //Impossible to convert Tile -> Item but possible to do Item -> Tile... Main.LocalPlayer.PickTile(posX, posY, 9999); - Main.NewText("click"); + //Main.NewText("click"); //Middle click saves Tile //Other key makes left click use middle click saved tile? diff --git a/build.txt b/build.txt index 5d06a9a..139166d 100644 --- a/build.txt +++ b/build.txt @@ -1,4 +1,4 @@ displayName = Builder Essentials author = Kirtle -version = 0.1.4 +version = 0.1.5 buildIgnore = *.csproj, *.user, obj\*, bin\*, .vs\* \ No newline at end of file diff --git a/description.txt b/description.txt index 5b0fbfc..f60260b 100644 --- a/description.txt +++ b/description.txt @@ -1,13 +1,15 @@ -Builder Essentials is a mod designed to help and improve building in survival. +Builder Essentials is a mod designed to help and improve building in survival (and post moonlord / creative). -It features a toggleable secondary accessories system so you can always have your building accessories ready to be used (requires you to add your own accessories), without filling your inventory, an accessory that lets you place infinite blocks and a Crafting Station that supports every Recipe! +The main feature is a toggleable seconday accessory system allowing for 5-7 building accessories while being able to go back to your normal accessories, with a press of a key. +On top of that, the mod also adds: -In the future, I hope to implement more helpful features to complement this mod. + - A MultiCraftingStation that can be used to craft all the recipes in the game. (Divided in 4 crafting stations: Pre hardmode, Hardmode, Themed furniture and Specialized items) + - An accessory that allows infinite reach and fast placement. (Divided in 2 accessories, for each functionality alone as well) + +Default KeyBind to toggle Building Mode is N, be sure to set it up on the configs. Happy Building! Kirtle Latest Changelog: - - Added a hotkey to toggle Building Mode (You need to manually set the bind, default is N) - - Added a Crafting Station that supports every Recipe - - Added 4 Items (Materials) to craft the MultiCraftingStation (Soon will become placeable crafting stations as well on their own) - - Fixed a bug where the Infinite Placement Accessory would not work \ No newline at end of file + - Introduced 2 new accessories that make up the 2 functionalities present in the Infinite Placement accessory + - Added Infinite Reach to the Infinite Placement accessory \ No newline at end of file