Custom Blocks without Spout

Discussion in 'Bukkit Help' started by Zonta, Jul 25, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Zonta

    Hi i would like to add custom receipies and custom block like fence which the model already exist and use other texture like quartz or sandstone without the need of spout or mod for client.
     
  2. Offline

    Dpasi314

    Zonta
    Bukkit can not achieve this. You can't make new blocks / items in Minecraft unless you modify the Minecraft.jar
     
  3. Offline

    Zonta

    But i found something this morning about a guy was able to edit the server without modding the client to make new block with existing texture
     
  4. Offline

    Dpasi314

    It's not possible to create blocks through the Bukkit API. You can rename blocks with name meta but you can't create new blocks.
     
  5. Offline

    Zonta

    What if i mod the server to take fence give them meta data :1 for spruce wood and take the existing texture does client need a mod for that?
     
  6. Offline

    Dpasi314

    You'd need a client mod, Bukkit can't change textures of existing items or make new blocks.
     
  7. Offline

    xTrollxDudex

    Zonta Dpasi314
    He probably had server-texture in the server.properties file set to something.
     
  8. Offline

    Dpasi314

    Yeah, that's what I was thinking.
     
  9. Offline

    Zonta


    Yes that's correct
     
  10. Offline

    Dpasi314

    Well in that case, you'll need to have your server install a texture pack.
    Note: That isn't always convenient for players.
     
  11. Offline

    Zonta

    Well we found a texture pack that 90% of the player love (we are 50 active player) so it won't be a huge problem but i can always help player to modify their texture pack so they can see the fence
     
  12. Offline

    Dpasi314

    Alrighty, glad we could help!
     
  13. Offline

    Zonta

    So now we came to my first question... How do i do that? Can i so a plugin with a addons to blocks.java?
     
Thread Status:
Not open for further replies.

Share This Page