Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • [LIKELY CLOSED] Requesting Simple Mod
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
Ritro

[LIKELY CLOSED] Requesting Simple Mod

By Ritro, Thursday at 03:52 AM in Mods

  • Reply to this topic
  • Start new topic

Recommended Posts

Ritro    0

Ritro

Ritro    0

  • Tree Puncher
  • Ritro
  • Members
  • 0
  • 1 post
Posted Thursday at 03:52 AM (edited)

I'm looking for somebody to code a 1.16.4 mod. It's just one "tree type". I have it textured already, I just need someone to code it in. Essentially I want it to spawn naturally in crimson and warped forests from 1-3 blocks high, be able to grow in height with bone meal and fall down from the block broken upwards, like bamboo but a full log. I'd like it to have a max height of 16 by bone meal, manually should have no limit and function like a wood variant. No leaves or anything just basically want it to function like bamboo but be a full block. Payment will be discussed. Thanks in advance. 

Edited Thursday at 04:53 AM by Ritro
Request was likely fulfilled.
  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • e2rifia
      (1.16.2) Making a new capability (3)

      By e2rifia · Posted 32 minutes ago

      @Mod(Main.MODID) //@Mod.EventBusSubscriber(modid = Main.MODID) public class Main{ public static final String MODID = "main"; @SubscribeEvent public static void setup(final FMLCommonSetupEvent event) { System.out.println("I'm setting up!"); MinecraftForge.EVENT_BUS.register(new CapabilityAttatcher()); MagicCapability.register(); } }  
    • loordgek
      (1.16.2) Making a new capability (3)

      By loordgek · Posted 34 minutes ago

      what dint work, show your new code
    • Klarks
      [1.16.4] How i can open a container by clicking on my mob

      By Klarks · Posted 45 minutes ago

      Is it ok that i am saving a player uuid as a string in datamanager private static final DataParameter<String> OWNER = EntityDataManager.createKey(MyEntity.class, DataSerializers.STRING); @OnlyIn(Dist.CLIENT) public UUID getOwner() { return UUID.fromString(this.dataManager.get(OWNER)); } public void setOwner(UUID name) { this.dataManager.set(OWNER ,name.toString()); }
    • e2rifia
      (1.16.2) Making a new capability (3)

      By e2rifia · Posted 59 minutes ago

      Is @EventBusSubscriber what's getting in the way of setup? It didn't work...
    • diesieben07
      (1.16.2) Making a new capability (3)

      By diesieben07 · Posted 1 hour ago

      You don't need to, no. Why?
  • Topics

    • e2rifia
      12
      (1.16.2) Making a new capability (3)

      By e2rifia
      Started 3 hours ago

    • Klarks
      11
      [1.16.4] How i can open a container by clicking on my mob

      By Klarks
      Started 15 hours ago

    • Heinzchen
      2
      Update mod to 1.16.5

      By Heinzchen
      Started 15 hours ago

    • XenoPyax
      3
      [1.16.4] Render Player in gui

      By XenoPyax
      Started 4 hours ago

    • metword
      16
      [1.16.4] Config file will not update.

      By metword
      Started Wednesday at 04:20 PM

  • Who's Online (See full list)

    • Klarks
    • Bobiboberson
    • Beethoven92
    • Choonster
    • Heinzchen
    • FireJJ
    • Pl00py_R
    • MrLoop95
    • e2rifia
    • Trhod177
    • XenoPyax
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • [LIKELY CLOSED] Requesting Simple Mod
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community