-
Notifications
You must be signed in to change notification settings - Fork 76
Home
LatCoreMC is a core mod for LatvianModder's mods. It adds several commands and items.
Type /latcore in chat to see all of them (no OP required)
/latcore uuid - This prints your UUID e.g. my UUID is 8234defe-cc96-4ea4-85cb-abf2bf80add1 Don't worry, you can't do anything bad with UUID, they are just identifiers. They became important in 1.7+, because usernames are replaced with UUIDs, e.g. in secured blocks (the ones that you can't break or open if it is private).
/latcore versions - This will print updates for my mods, if any
LatCoreMC will check for new versions of my mods, but you can disable automatic checking in config.
/latcore setnick <custom username> - This sets you a custom display name (The one above your head & in chat)
/latcore setnick null - Custom nick will be cleared
/latcore realnick <custom username> - This will print the real nick (command sender name) for the player
/latcore setskin and /latcore setcape are still WIP
/latcore whitelist <list | clear>
/latcore whitelist <add | rem> <username>
/latcore whitelist <addUUID | remUUID> <UUID>
/latcore blacklist <list | clear>
/latcore blacklist <add | rem> <username>
/latcore blacklist <addUUID | remUUID> <UUID>
Like CoFH has its friends system, and e.g. Tessaracts can be Public, Private or Restricted, then my blocks can be Public, Private, Whitelisted or Blacklisted. Let's say you are on a huge server. You don't mind people accessing your blocks, except for that one annoying guy, who likes to steal your stuff. You can blacklist him, and anyone except for him will be able to open / destroy your blocks. Blocks that are not public can be mined by those, who can access it, however it can't be blown up. This security system is used by most of my mods.
LatCoreMC also adds "Registry name:" line & "Ore Dictionary names:" tool tips, if advanced tool tips are enabled (can be enabled by pressing F3 + H ingame)
Registry name is just something like "minecraft:stone" or "minecraft:netherStar" or "Elemite:echest", the string ID for /give command & cross-mod recipes
OreNames is a list of all Ore Dictionary names available for the item, e.g. "ingotCopper" or "blockGlass" or "stone"
LatCoreMC only adds few items. Those are Link Card, Block Painter, Paintable Block & Paintable Facade.
Link Card can link 1 block to another, simply right click on the block you want to link (the card will start to glow) and then click on the target block (if succeed, then the Link Card will stop glowing)
Block Painter is item used to paint IPaintable blocks, e.g. Paintable Block (just an example block, not really used by anything), Trade Block from CoinsMod or Circuit Boards from Elemite mod.