How to import NMS files on old paper version (1.7.10) like as in import-mc-dev.sh on new versions

Status
This thread has been locked.

MateoN

Feedback score
0
Posts
32
Reactions
4
Resources
0
So i have cloned a Paper 1.7.10 repo: https://github.com/IPVP-MC/Paper-1.7, updated the dependencies, maven build is fine:
upload_2020-9-3_14-51-25.png


But now i would like to import files that aren't in the workspace (tho they are put and used in the final jar compilation) like EnumArmorMaterial.java, on new versions 1.15.x- 16.x we use import-mc-dev.sh like this
Code:
########################################################
########################################################
########################################################
#                   NMS IMPORTS
# Temporarily add new NMS dev imports here before you run paper patch
# but after you have paper rb'd your changes, remove the line from this file before committing.
# we do not need any lines added to this file for NMS

# import FileName
import Blocks
import Material
import Items
import EnumToolMaterial
import EnumArmorMaterial

But there isn't such thing in old 1.7 repo, how to do it please, thanks.
 

Attachments

  • upload_2020-9-3_14-51-25.png
    upload_2020-9-3_14-51-25.png
    40.8 KB · Views: 60
Status
This thread has been locked.
Top