Skip to content

genericpnpmonit0r/ForesterJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForesterJava

The Minecraft forester script ported to Java

Setup (Eclipse)

  1. Open your MCP workspace (Beta 1.7.3 was used in this but other versions might work too.)

  2. Open the Client project properties (Client > Right Click > Properties)

  3. Go to Java Build Path > Source

  4. Click on Link Source > Browse

  5. Select the sources folder from the repository you cloned

  6. Click Next > Finish

  7. Open net.minecraft.src.World and add forester.MCWorldAccessor interface to the list of implementations

  8. Then you should be able to call the generateTree method from Tree.java

  9. to be able to reobf with these classes you would need to copy the contents of sources/ to src/minecraft/

See example.java for details on basic instructions how to use the code

About

An attempt to port the Forester Python script to Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages