Jump to content

Program to make structure creating easier


Hackbaellchen

Recommended Posts

Hey,

I newly had a look into the minecraft village structure from houses. That's really time-consuming to create a single house. Do someone know a program which allows to transform e.g. an MCEdit save to the minecraft code?

Thanks  :)

 

Use worldedit to export a schematic of the structure you want and then use a "schemtaic to java" converter(Maybe you will have to replace the ids with Blocknames).

 

Don't forget the thankyou button!

Here could be your advertisement!

Link to comment
Share on other sites

Thank you :D Where do I get such an converter?

 

http://www.minecraftforum.net/topic/1336152-132-updated-metadata-support-simple-schematic-to-java-file-converter/

just for example. i have seen newer ones too but can't find them right now.

You will have to use find and replace to replace the blockids with names. Also i would only use blocks that were already added in 1.3.2. (Use something like 1, 2, 3 and not a Block with the id 352 so that you know which id to replace with which block)

Here could be your advertisement!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.