0
votes
5,909
views
79
downloads
With this mod you're able to display a ghost image of a schematic file inside Minecraft to rebuild a structure or export any part of your world (or a server's world) into a schematic file. You're able to export parts of your world, too!
6
votes
9,244
views
805
downloads
You've seen those instant buildings mods, right click the block and it generates a structure. I've always thought that they could be so much more better. Well I've decided to try my take on it and create something that is completely unique from the rest. Today I introduce to you my Construction Mod! How is this unique from the others? I will elaborate.

In this mod, there are 4 main items/blocks which are involved of the creation of a structure.

The Blueprint
A Blueprint is the key to making any structure as it holds the plans on it. I decided this would be a great thing to implement as I wanted to get that real life feel of when constructing a building. The Blueprint can hold any plans you want. (Read Custom Buildings).

Planning Table
You can can't fly a plane without training, same with building, you can't build a structure without a plan. This is where the Planning Table comes in. The Planning Table draws the designs onto the Blueprint at the cost of a certain amount of Ink. The bigger the structure, the more Ink that is required.

Construction Block
I needed a way to translate the plans from the Blueprint to tell me the materials needed. The Construction Block can do that. It will display every required block/item needed to generate the structure. Once you have them, you can proceed to construct your building by placing the required blocks/items into the slots provided. Press the start button to begin the construction process.

The Hammer
This is where I have been inspired from Age of Empires (A.O.E.). Once you have the required materials placed into the Construction Block and you have pressed the Start button, you will need to get a Hammer. You begin the construction process by hitting the Hammer on the Construction Block. Now this is where it gets very unique! Every 10 hits on the Construction Block, it will generate 1 layer starting from the bottom until you get to the top. I really liked this idea and it really sets it apart from every instant/construction mods out there.

11
votes
12.5K
views
1,654
downloads
LittleBlocks is a mod that allows you to polish up your creativity and optimize your redstone systems. Indeed, the size of blocks placed in a little blocks is divided by eight compared to its original size, so you can place 512 blocks instead of one. Be careful though with the size of your creations because the resources (memory, gpu / cpu …) increases proportionally with it.
by sk89q
2
votes
9,396
views
470
downloads
WorldEdit is an easy-to-use in-game world editor for Minecraft that works in single player and on your server.

Build grand and amazing things beyond what you could do before
Fix problems with your world while you play your game
Quickly create, replace or delete thousands of blocks in seconds
Level an entire mountain and replace it with natural looking terrain
Use hand-bound tools and brushes to quickly make changes
Generate spheres, cylinders, cuboids, forests, pumpkin patches, and snowy areas
Use your compass to quickly teleport to areas by left clicking or using /jumpto
Choose an area and have it instantly restored from backups
Copy areas, paste them, load them, and save them as .schematics

You use WorldEdit using a combination of commands and item-based tools. Here's some of the things that you can do:

Delete everything in your selection: //set 0
Change all the blocks in an area to stone: //set stone
Set an area to 33% sand, 33% glass, 33% brick: //set sand,glass,brick
Set an area to 20% iron ore, 80% coal ore: //set 20%ironore,80%coalore
Set all selected blocks in Extreme Hills to workbenches: //set $extremehills workbench
Replace all grass with sand: //replace grass sand
Replace grass and sand with brick: //replace grass,sand brick
Replace everything not brick to sandstone: //replace !brick sandstone
Replace all blocks above grass with brick: //replace >grass brick
Replace all blocks below wool with brick: //replace Procedurally generate caves using 3D Perlin noise: //replace =perlin(0,x/2,y,z/2,0.05,3,0.8)<0.1 air
Make the selected area bumpy: //deform y+=0.2*sin(x*10)
Surround an area with fences: //walls fence
Copy your selection and paste it somewhere: //copy and //paste
Rotate your clipboard's contents by 90 degrees: //rotate 90
Turn your clipboard's contents upside down: //rotate 0 180
Flip your clipboard's contents: //flip
Save your clipboard's selection to a schematic file: //schematic save example
Load a schematic file: //schematic load example
Use your clipboard's contents as repeating pattern: //set #copy
Coat the ground with tall grass: //overlay tallgrass
Repeat a selected bridge section 5 times: //stack 5
Move the selected area 5 blocks down: //move 5 up
Smooth an area and remove bumps: //smooth
Generate a torus of major radius 0.75 and minor radius 0.25: //g stone (0.75-sqrt(x^2+y^2))^2+z^2 < 0.25^2
Generate a heart shape: //g wool:red (z/2)^2+x^2+(5*y/4-sqrt(abs(x)))^2<0.6
Generate a circular hyperboloid: //g stone -(z^2/12)+(y^2/4)-(x^2/12)>-0.03
Generate a rainbow torus://g wool data=(32+15/2/pi*atan2(x,y))%16; (0.75-sqrt(x^2+y^2))^2+z^2 < 0.25^2
Generate a sphere where you're standing: //sphere glass 4
Generate an ellipsoid where you're standing: //e wool 10,10
Generate a cylinder where you're standing: //cyl brick 10,10
Generate a pyramid where you're standing: //pyramid grass 4
Create a forest around you: /forestgen 20
Generate a bunch of pumpkin patches: /pumpkins 10
Regenerate an area: //regen
Fill holes with brick, without filling crevices: //fill brick 20
Fill holes with brick, while filling crevices: //fillr brick 20
Remove a pool of fluid of 20 radius: //drain 20
Fix water/lava lakes containing annoying flowing water: /fixwater 30
Simulate snowfall over an area of 30 blocks radius: /snow 30
Remove snow in an area of 30 blocks radius: /thaw 30
Remove fires in a radius of 20 blocks: /ex 20
Turn smoothstone and dirt into layers of grass, dirt, and stone: //green 30
Remove mobs in a 20 block radius: /butcher 20
Use "sphere brush" to place spheres where you look: /br sphere glass 5
Use "cylinder brush" to place cylinders where you look: /br cyl glass 5
Create a sphere brush that replaces bricks with glass: /br sphere glass 5 and /mask brick
Generate trees by right clicking on the ground: /tree oak
Delete trees by right clicking them: /deltree
Long range building tool: /lrbuild glass rock
Display information about blocks by right clicking them: /info
List chunks covered by your selection: /listchunks
Tell you information about the current chunk: /chunkinfo
Write scripts to change blocks in JavaScript
Restore sections of your world from backups using //restore

by Mumfrey
1
vote
6,644
views
181
downloads
This mod provides a client-side user interface for the WorldEditWrapper mod allowing you to see your selected region in-game in real time. It allows you to work more quickly and accurately with your WorldEdit selection and is especially useful when working with Polygon, Convex Hull and Cylinder selections.
by Mumfrey
1
vote
8,937
views
434
downloads
This mod provides simple lightweight method for using WorldEdit in your single-player worlds. At present it is in early development but it should support all of the core features of WorldEdit and also works with WorldEditCUI, allowing you to view your selection in real time!

WorldEdit is an easy-to-use in-game world editor for Minecraft that works in single player and on your server.

Build grand and amazing things beyond what you could do before
Fix problems with your world while you play your game
Quickly create, replace or delete thousands of blocks in seconds
Level an entire mountain and replace it with natural looking terrain
Use hand-bound tools and brushes to quickly make changes
Generate spheres, cylinders, cuboids, forests, pumpkin patches, and snowy areas
Use your compass to quickly teleport to areas by left clicking or using /jumpto
Choose an area and have it instantly restored from backups
Copy areas, paste them, load them, and save them as .schematics

You use WorldEdit using a combination of commands and item-based tools. Here's some of the things that you can do:

Delete everything in your selection: //set 0
Change all the blocks in an area to stone: //set stone
Set an area to 33% sand, 33% glass, 33% brick: //set sand,glass,brick
Set an area to 20% iron ore, 80% coal ore: //set 20%ironore,80%coalore
Set all selected blocks in Extreme Hills to workbenches: //set $extremehills workbench
Replace all grass with sand: //replace grass sand
Replace grass and sand with brick: //replace grass,sand brick
Replace everything not brick to sandstone: //replace !brick sandstone
Replace all blocks above grass with brick: //replace >grass brick
Replace all blocks below wool with brick: //replace Procedurally generate caves using 3D Perlin noise: //replace =perlin(0,x/2,y,z/2,0.05,3,0.8)<0.1 air
Make the selected area bumpy: //deform y+=0.2*sin(x*10)
Surround an area with fences: //walls fence
Copy your selection and paste it somewhere: //copy and //paste
Rotate your clipboard's contents by 90 degrees: //rotate 90
Turn your clipboard's contents upside down: //rotate 0 180
Flip your clipboard's contents: //flip
Save your clipboard's selection to a schematic file: //schematic save example
Load a schematic file: //schematic load example
Use your clipboard's contents as repeating pattern: //set #copy
Coat the ground with tall grass: //overlay tallgrass
Repeat a selected bridge section 5 times: //stack 5
Move the selected area 5 blocks down: //move 5 up
Smooth an area and remove bumps: //smooth
Generate a torus of major radius 0.75 and minor radius 0.25: //g stone (0.75-sqrt(x^2+y^2))^2+z^2 < 0.25^2
Generate a heart shape: //g wool:red (z/2)^2+x^2+(5*y/4-sqrt(abs(x)))^2<0.6
Generate a circular hyperboloid: //g stone -(z^2/12)+(y^2/4)-(x^2/12)>-0.03
Generate a rainbow torus://g wool data=(32+15/2/pi*atan2(x,y))%16; (0.75-sqrt(x^2+y^2))^2+z^2 < 0.25^2
Generate a sphere where you're standing: //sphere glass 4
Generate an ellipsoid where you're standing: //e wool 10,10
Generate a cylinder where you're standing: //cyl brick 10,10
Generate a pyramid where you're standing: //pyramid grass 4
Create a forest around you: /forestgen 20
Generate a bunch of pumpkin patches: /pumpkins 10
Regenerate an area: //regen
Fill holes with brick, without filling crevices: //fill brick 20
Fill holes with brick, while filling crevices: //fillr brick 20
Remove a pool of fluid of 20 radius: //drain 20
Fix water/lava lakes containing annoying flowing water: /fixwater 30
Simulate snowfall over an area of 30 blocks radius: /snow 30
Remove snow in an area of 30 blocks radius: /thaw 30
Remove fires in a radius of 20 blocks: /ex 20
Turn smoothstone and dirt into layers of grass, dirt, and stone: //green 30
Remove mobs in a 20 block radius: /butcher 20
Use "sphere brush" to place spheres where you look: /br sphere glass 5
Use "cylinder brush" to place cylinders where you look: /br cyl glass 5
Create a sphere brush that replaces bricks with glass: /br sphere glass 5 and /mask brick
Generate trees by right clicking on the ground: /tree oak
Delete trees by right clicking them: /deltree
Long range building tool: /lrbuild glass rock
Display information about blocks by right clicking them: /info
List chunks covered by your selection: /listchunks
Tell you information about the current chunk: /chunkinfo
Write scripts to change blocks in JavaScript
Restore sections of your world from backups using //restore

Don't see a Mod? Request it here!
Showing 1 to 6 of 6 Mods
<< 1 >>
PREMIUM MEMBERSHIP
Advertisement
Activity
Follow your friends to see what they are up to!
Find Friends
Advertisement
Advertisement
Advertisement