mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
Move mdk back to com/example/examplemod to align with what people expect.
This commit is contained in:
parent
ec6f9fc6e7
commit
4e7c471fa3
3 changed files with 4 additions and 4 deletions
|
|
@ -923,8 +923,8 @@ tasks.register('mdkZip', Zip) {
|
|||
rename 'gitignore\\.txt', '.gitignore'
|
||||
rename 'gitattributes\\.txt', '.gitattributes'
|
||||
}
|
||||
from(rootProject.file('src/test/java/net/minecraftforge/example/')) {
|
||||
into('src/main/java/net/minecraftforge/example/')
|
||||
from(rootProject.file('src/test/java/com/example/examplemod/')) {
|
||||
into('src/main/java/com/example/examplemod/')
|
||||
}
|
||||
from(rootProject.file('src/test/generated/mdk_datagen/')) {
|
||||
into('src/main/resources/')
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package net.minecraftforge.example;
|
||||
package com.example.examplemod;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
import net.minecraft.world.item.Item;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package net.minecraftforge.example;
|
||||
package com.example.examplemod;
|
||||
|
||||
import com.mojang.logging.LogUtils;
|
||||
import net.minecraft.client.Minecraft;
|
||||
Loading…
Add table
Add a link
Reference in a new issue