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
  • Mod Developer Central
  • Modder Support
  • Help with porting BlockPhysics mod from 1.6.2 to 1.12.
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 2
st4s1k

Help with porting BlockPhysics mod from 1.6.2 to 1.12.

By st4s1k, December 26, 2018 in Modder Support

  • Start new topic
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Page 3 of 3  

Recommended Posts

Cadiboo    365

Cadiboo

Cadiboo    365

  • Reality Controller
  • Cadiboo
  • Members
  • 365
  • 3624 posts
Posted December 28, 2018
23 minutes ago, st4s1k said:

By guessing?

And trial & error, Minecraft isn't anywhere near open-source, so no documentation.
You might want to take a look at https://github.com/Cadiboo/Example-Mod, It's even got some rendering stuff already in there


About Me

Spoiler

My Discord - Cadiboo#8887

My Website - Cadiboo.github.io

My Mods - Cadiboo.github.io/projects

My Tutorials - Cadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Share this post


Link to post
Share on other sites

st4s1k    0

st4s1k

st4s1k    0

  • Stone Miner
  • st4s1k
  • Members
  • 0
  • 50 posts
Posted December 28, 2018
3 minutes ago, Cadiboo said:

And trial & error, Minecraft isn't anywhere near open-source, so no documentation.
You might want to take a look at https://github.com/Cadiboo/Example-Mod, It's even got some rendering stuff already in there

Oh... ok, thanks.

Share this post


Link to post
Share on other sites

st4s1k    0

st4s1k

st4s1k    0

  • Stone Miner
  • st4s1k
  • Members
  • 0
  • 50 posts
Posted December 28, 2018

What do you think about MCreator?

Share this post


Link to post
Share on other sites

Cadiboo    365

Cadiboo

Cadiboo    365

  • Reality Controller
  • Cadiboo
  • Members
  • 365
  • 3624 posts
Posted December 28, 2018

Its a great concept, but it was appallingly implemented, has a horrible EULA and results in horrible & messed up code (that can easily break other mods & prevents forge from adding reloadable mods)


About Me

Spoiler

My Discord - Cadiboo#8887

My Website - Cadiboo.github.io

My Mods - Cadiboo.github.io/projects

My Tutorials - Cadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Share this post


Link to post
Share on other sites

Membrillo    0

Membrillo

Membrillo    0

  • Newbie
  • Membrillo
  • Members
  • 0
  • 0 posts
Posted September 13, 2019

Did you manage to port the mod?

Share this post


Link to post
Share on other sites

Animefan8888    741

Animefan8888

Animefan8888    741

  • Reality Controller
  • Animefan8888
  • Forge Modder
  • 741
  • 6157 posts
Posted September 13, 2019
1 hour ago, Membrillo said:

Did you manage to port the mod?

Please don't necro old threads. You could have DMed him.


VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Share this post


Link to post
Share on other sites
  • Prev
  • 1
  • 2
  • 3
  • Next
  • Page 3 of 3  
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 2
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • AzizD
      [1.16.4] Custom item enchantability

      By AzizD · Posted 8 minutes ago

      I got it.
    • diesieben07
      [1.16.4] Custom item enchantability

      By diesieben07 · Posted 13 minutes ago

      Please don't use raw types. Store the Set in a field, don't create it every time.
    • AzizD
      [1.16.4] Custom item enchantability

      By AzizD · Posted 14 minutes ago

      It looks way better. Thanks for the advice. @Override public boolean canApplyAtEnchantingTable(ItemStack stack, Enchantment enchantment) { Set e = ImmutableSet.of( Enchantments.SHARPNESS, Enchantments.LOOTING, Enchantments.FIRE_ASPECT, Enchantments.UNBREAKING, Enchantments.KNOCKBACK ); return e.contains(enchantment); }  
    • Nikibiki
      [1.16] Custom ItemGroup icon

      By Nikibiki · Posted 21 minutes ago

      I just want to say that this thread has been massively helpful to me! Thank you to all who have contributed.
    • diesieben07
      minecraft crashes as soon as I use shaders

      By diesieben07 · Posted 22 minutes ago

      That's the graphics driver
  • Topics

    • AzizD
      9
      [1.16.4] Custom item enchantability

      By AzizD
      Started 11 hours ago

    • JoieNL
      4
      [1.16] Custom ItemGroup icon

      By JoieNL
      Started September 25, 2020

    • JoehnMama
      4
      minecraft crashes as soon as I use shaders

      By JoehnMama
      Started 3 hours ago

    • MrDuck20
      1
      Error exit code 0 when i start the game.

      By MrDuck20
      Started 28 minutes ago

    • BBoi69
      1
      My modpack takes years to load

      By BBoi69
      Started 1 hour ago

  • Who's Online (See full list)

    • AzizD
    • kiou.23
    • starstorms21
    • diesieben07
    • Choonster
    • XDKara
    • Nikibiki
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Help with porting BlockPhysics mod from 1.6.2 to 1.12.
  • Theme

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