Minecraft Mods

[1.8] Map Making Tools - Quick Build System, autobuilding player statues, custom villager shops, potions, spawner settings & more!

  • 106,200 views, 3 today
  • 20,007 downloads, 0 today
  • 231
  • 137
  • 337
ProPercivalalb's Avatar ProPercivalalb
Level 73 : Legendary Enderdragon
345
[1.8] Map Making Tools - Quick Build System, autobuilding player statues, custom villager shops, potions, spawner settings & more! Minecraft Mod
Short list of included features...
  • A 'Quick Build' command based world editor to make creating structures simple

  • Edit player skulls to have custom heads

  • Edit books title and author to how ever you please and revert a written book into a editable one

  • Edit the settings of spawners to have custom player detection, max delay, min delay etc

  • Create custom villager shops and more

  • Apply potion effects onto item potions and customize their colour, type and type/amount of effects the potion has

  • Apply crazy enchantments to any item

  • Fill dispensers with a click of a button

  • Edit an item name and lore choosing colour and text (Coming Soon)

  • Many more, download the mod to make your adventure map a reality!

All these features are only available when you have forge and the mod installed. This mod is meant for the creation of custom maps and then when the map you create is opened in a minecraft environment that is without the mod, all the edits you made to the world will still exist.

Downloads

Adfoc.us (To download the mod click on link then wait 7 seconds and click the skip button in the top right)
Map Making Tools v2.3.0a - Minecraft 1.8

Currently Know Bugs:
  • Player Statue command not working
Old Downloads
Map Making Tools v2.2.2a - Minecraft 1.7.10
Map Making Tools v2.2.1a - Minecraft 1.7.10
Map Making Tools v2.2.0a - Minecraft 1.7.10
Map Making Tools v2.1.3a - Minecraft 1.7.2
Map Making Tools v2.1.2a - Minecraft 1.7.2
Map Making Tools v2.1.1a - Minecraft 1.7.2
Map Making Tools v2.1.0a - Minecraft 1.7.2
Map Making Tools v2.0.4a - Minecraft 1.6.2/1.6.4
Map Making Tools v2.0.3a - Minecraft 1.6.2/1.6.4
Map Making Tools v2.0.2b - Minecraft 1.6.2
Map Making Tools v2.0.1a - Minecraft 1.6.2
Map Making Tools v2.0.0a - Minecraft 1.6.2

For the changelog please see this page.

Open Source

The source code of 'Map Making Tools' is publicly available on Github to allow modders to learn from my code or even for people to contribute to the code of the mod. You can find the git at https://github.com/P.../MapMakingToolsNote this does not give you instant permissions for adding this mod to public mod packs, please sent me a request via PM and I will consider.

Installation

*This installation instructions are for 1.6 and higher due to the way forge is now installed*

Client
  • Make sure you have the new Minecraft launcher and have run 1.7.10 at least once.

  • Then download a version of forge from this link.

  • Once you have the jar file of Minecraft forge's website open it up.

  • Select the 'Install client option and click ok'

  • Minecraft forge is now installed!

  • Now open up the launcher and in the profile selector select 'Forge', login and run Forge 1.7.10. (May take a while)

  • Close Minecraft once it is open and find you Minecraft installation directory (PC : %appadata%/.minecraft, MAC : minecraft folder)

  • In the .minecraft folder will now be a mods folder.

  • Download Map Making Tools mod from the link above and drag n' drop it in the 'mods' folder.

  • Run minecraft through the new launcher and enjoy!

Documentation

Quick Build System
This system was inspired by the server side mod 'World Edit', but I assure you that it is completely all my code and has some fundamental differences and new features.
First you will need to get yourself a Wooden axe and be in creative mode. Then to select the two points. To know you have done it right a variation of these two messages should appear when you left/right click on a block.

Position 1 set at (50, 5, 50), 0 blocks selected.
Position 2 set at (100, 10, 100), 12500 blocks selected.


A black line will now outline the selected area, it will only be visible when holding the Wooden axe. 

[1.8] Map Making Tools - Quick Build System, autobuilding player statues, custom villager shops, potions, spawner settings & more! Minecraft Mod

Another thing to note is that if there is no block where you want to select then you can do these commands to set the position where your feet are.
//pos1 or //pos2
It will set you selected point 1 or 2 to your current location. 
Once you have two points selected there are a some commands you can do to edit the blocks within the selected area with more commands to come. All commands that are in the 'Quick Build' system will have // instead of / when typing the command. These are the commands and are pretty self explanatory.

//set BLOCK META
This will set the entire area to the specified block and meta.
//floor BLOCK META
This will set the bottom layer to the specified block and meta.
//roof BLOCK META
This will set the top layer to the specified block and meta.
//wall BLOCK META
This will set the side layer to the specified block and meta.
//replace BLOCK META BLOCK META
This replace the first block with the first meta to the second block with the second meta.
//undo
Any action taken using the 'Quick Build' system will be reverted to it's original state
//redo
If you undo anything that will be redone to how it was.
//copy
Will copy the selected area ready to be pasted.
//paste
Will paste the last copied selection relative to where you were when you copied it.
//rotate ROTATION
Will rotate the last copied area and when pasted the effects will take place. Variable ROTATION must be a multiple of 90.
//flip FLIP_VALUE
Will flip the selected area in x, y, z axis flipping blocks to, (eg logs, furnace,stairs).
//clearpoints [player]
Will deselect position 1 and 2 for you or a given player.
//setbiome BIOME
Will set the selected area the specified biome.
//selectedsize
Will tell you the size of the area you currently have selected.

Autobuilt Player Statues
These are part of the quick build system, if you select an area that is a multiple of 16x16x33 you can do //playerstatue <hat?>. With being the player you want to make a statue of within your selected area, being the direction the statue is facing - "north", "east", "south"or "west", <hat?> being either true or false.

[1.8] Map Making Tools - Quick Build System, autobuilding player statues, custom villager shops, potions, spawner settings &amp; more! Minecraft Mod

This is jeb_ 's skin as an example. (Please note you need internet connection for this to work)


World Transfer
This allows you to transfer up to 1000 blocks from any world/server with the mod on. To access the feature use '//worldtranfer '
The modes being...
--- gui Opens the gui where you can delete and view copied areas
--- copy [name] Copies an area and saves it as the given name
--- paste [name] Pastes the area with the given name



TIP
The Block helper allows you to hover over the block in a huge list and it will tell you the name and id and meta. From there you can type the id in manually to the chat or you can right click on one of the blocks it insert it's id and meta straight into chat to be used for the 'Quick Build' commands. If you haven't seen it yet, feast for eyes! You have to be clicking 'left shift' for this to work.



Item Editor 
This is mean to allow you to edit item nbt data easily. To edit and item open you inventory and click 'M' (Configurable in controls menu) above the item you want to edit. (It must be a slot from you inventory) it will bring this menu up. 



Details on each aspect of the Item Editor

Item Name
Using the Wrench Item
The wrench allows you to edit blocks and entities that can storage extra data to give them 'special' ability. To open up the GUI simply right click on a valid entity or block. It looks like this and depending on what you click on the tabs will be different!
 
One of the blocks that works is the mob spawner, which can be got by doing the command /give USERNAME 52, as of v2.0.0a there are 4 tabs with the default pig spawner... They are

  • Mob Type

  • Spawner Settings

  • Entity Velocity

  • Entity Spawn Location


In those tabs you can edit the different properties about those blocks in a very user friendly situation. If you change the mob to creeper for example when you open the GUI back up there will be new tabs. In the creepers case you will get 'Creeper Explosion Properties'. For Zombies/Skeletons/Zombie Pigmen you will get 2 new tabs 'Mob Armor' and 'Baby Monster'.



For the mob armor you can give them a custom held item, helmet, chestplate, leggings and boots. The armor slots to the right is your armor. Do note that most slots that are with in the spawner are phantom slots, which means you can put items in it but you will not loss it from your inventory.

You can also right click on some entities, for example villagers they will allow you to customize what they sell. You can use the '+' a '-' buttons to add and remove the number of trades. The top slot of each column is the first sell item, the middle slot is the second sell item and the bottom slot is the item you are buying. Click OK to set the trades. You can also set the amount of times the trade can be used by right and left clicking on the ? button below the trade.



There will be many more tabs being added to the filter GUI over the coming versions, but for now here is the list of things you can edit using the wrench.

  • Inventory Block - Fill the inventory with a item with a stack size of -1

  • Dispensors & Droppers - Convert one the other and vias versa

  • Chest - Make the inventory symmetrical as possible

  • Signs - Edit text after placed and add colours etc - (CURRENTLY NOT IN 1.8.x VERSION)

  • Spawners - Choose the mob is spawns

  • Spawners - Change the timings and other properties

  • Spawners - Mob Velocity

  • Spawners - Mob spawn location

  • Spawners (Monsters) - Turn them into babys

  • Spawners (Monsters) - Add held item and armor

  • Spawners (Creepers) - Have custom explosion properties

  • Spawners (Item) - Set the item to spawn

  • Spawners (Potions) - Set the potion that spawns - (CURRENTLY NOT IN 1.8.x VERSION)

  • Command Blocks - Custom Alias with colours etc

  • Command Blocks - Custom give where you can create your item and then convert it all its data to a /give command that command blocks accept (this includes converting nbt data to text)

  • Villager - Create custom shops

  • Villagers - Change their profession

Now what are you waiting for download the mod and support me so you can get even more amazing and cool features!
Progress100% complete
Game VersionMinecraft 1.8
Tags

19 Update Logs

v2.3.0a : by ProPercivalalb 01/31/2015 6:10:16 amJan 31st, 2015

v2.3.0a
+ Updated to 1.8
+ Added support for all blocks in the rotation and flipped manager.
+ Added a unique item for the quick build axe and the wrench instead of overriding the vanilla wooden axe with causes lots of issues.
+ Added a new filter called villager profession that allows you to change the profession of a villager
+ Added the new 1.8 blocks to the block helper list
+ Added the new 1.8 enchantments to the enchantment list
+ Added the new 1.8 potions to the potion list
+ Added the new 1.8 entities to the entity list

- Removed the expand and shrink command for now

# Updated the version checker to be more reliable and accurate
# Changed the block helper to show when the shift key is pressed
# Moved the Quick Build Axe and Wrench item to the 'Miscellaneous' Creative Tab
# //worldtransfer can now cater for infinitely size areas

* Fixed the enchantment knockback not showing on the enchantment list
* Fixed //wordtransfer not working sometimes
* Fixed client update issue with command //setbiome
* Fixed wrong language key for //worldtransfer paste
LOAD MORE LOGS

Create an account or sign in to comment.

1
11/14/2015 11:30 am
Level 1 : New Explorer
TheBlazingEnder
TheBlazingEnder's Avatar
This is much like all-u-want mod, isn't it?
1
07/22/2015 4:43 am
Level 1 : New Explorer
DaFrostArcher
DaFrostArcher's Avatar
Nothing works...  When I even go on 'Mod Options' is says:
Test 1
Test 2
DISABLED
1
07/05/2015 9:54 pm
Level 29 : Expert Crafter
ROBCRAFT1234
ROBCRAFT1234's Avatar
Everytime I load a world I just see a dark dirt background and can't do anything and I have to reset my computer please help
1
07/03/2015 4:15 am
Level 29 : Expert Narwhal
DarwinYT
DarwinYT's Avatar
HEY!!! FIRE RESISTANCE NOT INCLUDED! PLS ADD
1
05/21/2015 6:11 pm
Level 1 : New Miner
Skyfry428
Skyfry428's Avatar
Does this work at all in multiplayer?
1
05/22/2015 6:51 am
Level 29 : Expert Narwhal
DarwinYT
DarwinYT's Avatar
if its LAN
1
05/22/2015 9:53 am
Level 1 : New Miner
Skyfry428
Skyfry428's Avatar
Darn.
1
05/25/2015 2:33 am
Level 29 : Expert Narwhal
DarwinYT
DarwinYT's Avatar
yep.
1
04/03/2015 3:04 pm
Level 1 : New Miner
TitanGroup
TitanGroup's Avatar
Best Mod ever. I love it.
1
03/31/2015 8:23 pm
Level 1 : New Miner
TheRealTerminator
TheRealTerminator's Avatar
Is this for forge?
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome