Skip to content

Commit

Permalink
Update build and description for the 0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirtle committed Jun 11, 2020
1 parent e694d14 commit 173da39
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion UI/BasePanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
displayName = Builder Essentials
author = Kirtle
version = 0.1.4
version = 0.1.5
buildIgnore = *.csproj, *.user, obj\*, bin\*, .vs\*
16 changes: 9 additions & 7 deletions description.txt
Original file line number Diff line number Diff line change
@@ -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
- Introduced 2 new accessories that make up the 2 functionalities present in the Infinite Placement accessory
- Added Infinite Reach to the Infinite Placement accessory

0 comments on commit 173da39

Please sign in to comment.