File Details
netjs-fabric-1.18.2-1.1.0.jar
- R
- Jul 25, 2023
- 422.33 KB
- 51
- 1.18.2
- Fabric
File Name
netjs-fabric-1.18.2-1.1.0.jar
Supported Versions
- 1.18.2
Curse Maven Snippet
1.1.0 Major update.
- More parsed parameters from pastebin.
- Global improvements in logic.
- Small syntax changes:
Async:
old: NetJS.getPasteBinAsync('3zCF8MM6', result => {})
new: NetJS.getPasteBin('3zCF8MM6', result => {})
old: NetJS.getGistsAsync('3f1cd831af032e52238ef161bdd715b3', result => {})
new: NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', result => {})
Linear:
old: NetJS.getPasteBin('3zCF8MM6', result => {})
new: NetJS.getPasteBin('3zCF8MM6', result => {})
old: NetJS.getGistsAsync('3f1cd831af032e52238ef161bdd715b3', result => {})
new: NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', result => {})
Linear:
old: NetJS.getPasteBin('3zCF8MM6', result => {})
new: NetJS.getPasteBin('3zCF8MM6', false, result => {})
old: NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', result => {})
new: NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', false, result => {})

