https://github.com/daomephsta/map2fabricyarn
DokuWiki plugin to remap text from Intermediary names to Yarn names
https://github.com/daomephsta/map2fabricyarn
Last synced: about 2 months ago
JSON representation
DokuWiki plugin to remap text from Intermediary names to Yarn names
- Host: GitHub
- URL: https://github.com/daomephsta/map2fabricyarn
- Owner: Daomephsta
- License: gpl-2.0
- Created: 2021-01-29T05:37:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T10:48:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T04:18:47.490Z (over 1 year ago)
- Language: PHP
- Size: 55.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# map2fabricyarn
DokuWiki plugin to remap text from Intermediary names to Yarn names
## Syntax
### Code Blocks
map2fabricyarn adds `` & ``.
All intermediary names inside code blocks created using `` & `` are remapped to Yarn.
Otherwise their syntax and behaviour is identical to DokuWiki's [`` & ``](https://www.dokuwiki.org/wiki:syntax#code_blocks).
### Plain/Formatted Text
In other situations, use the `` tag. The content to remap should be inside the `<>`, separated from `` results in the text Identifier at the time of writing.
This tag can have [formatting](https://www.dokuwiki.org/wiki:syntax#basic_text_formatting) by the standard tags.
## Fully Qualified Class Names
To output a fully qualified yarn class name, input a fully qualified intermediary name by prefixing it with `net.minecraft.`
## Installation
Download the source into lib/plugins/map2fabricyarn. A restart is unnecessary.
## Mapping Files
`data/map2fabricyarn/yarn.tiny` must contain Tiny V2 format mappings from intermediary to named.
`data/map2fabricyarn/intermediary.tiny` must contain Tiny V2 format mappings from any namespace to intermediary.
You must create and update these files yourself.
Pages using map2fabricyarn will automatically rebuild when any mappings file is updated.