Advertisement
Kris1432

Untitled

Aug 26th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Custom EMC file
  2. In this file, you can register your own custom-emc values. You can use either unlocalized names or ore-dictionary entries.
  3. The syntax is really simple: each line must begin with a certain 'discriminator':
  4. -#- Anything following this will be completely ignored
  5. -U- Indicates you're using unlocalized names
  6. -O- Indicates you're using ore-dictionary entries
  7. -M- Is used only with unlocalized names for item/block metadata
  8. -E- Indicates the actual EMC value.
  9.  
  10. Here are some examples (everything will start with # to avoid registration)
  11.  
  12. # Unlocalized-name registration
  13. # U:item.appleGold
  14. # M:1
  15. # E:2048
  16.  
  17. # Ore-Dictionary registration
  18. # O:itemRubber
  19. # E:32
  20.  
  21. To find out unlocalized item names or Ore-Dictionary entries, check out Project-E's main config file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement