getting varibles from blockstates from blocks in other mods

Started by maxhaaa on

Topic category: Advanced modding

Last seen on 03:20, 13. Sep 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
getting varibles from blockstates from blocks in other mods

currentlys working on my create mod api, however a problem im running into is i cannot seem to get the intager values found in blockstates from other mod blocks.

eg i cannot get float values or int from the create mod to get speed();. how do i get said values from other mods?