File Details
netjs-forge-1.18.2-1.1.0.jar
- R
- Jul 25, 2023
- 423.63 KB
- 67
- 1.18.2
- Forge + 1
File Name
netjs-forge-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 => {})