Remove useless line
This commit is contained in:
parent
81623904da
commit
df4740eec6
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ processResources {
|
||||||
inputs.property 'mcversion', project.minecraft.version
|
inputs.property 'mcversion', project.minecraft.version
|
||||||
// replace stuff in mcmod.info, nothing else
|
// replace stuff in mcmod.info, nothing else
|
||||||
filesMatching(['mcmod.info', 'pack.mcmeta']) { fcd ->
|
filesMatching(['mcmod.info', 'pack.mcmeta']) { fcd ->
|
||||||
include 'mcmod.info'
|
|
||||||
// replace version and mcversion
|
// replace version and mcversion
|
||||||
fcd.expand (
|
fcd.expand (
|
||||||
'version': project.version,
|
'version': project.version,
|
||||||
|
|
Loading…
Reference in a new issue