prepare hardfork build system

This commit is contained in:
granny
2024-12-29 13:34:12 -08:00
committed by granny
parent 4bf1b988c3
commit 769ec38bd5
9 changed files with 167 additions and 85 deletions

View File

@@ -8,3 +8,7 @@
# To import classes from the vanilla Minecraft jar use `minecraft` as the artifactId:
# minecraft net.minecraft.world.level.entity.LevelEntityGetterAdapter
# minecraft net/minecraft/world/level/entity/LevelEntityGetter.java
# To import minecraft data files, like the default chat type, use `mc_data` as the prefix:
# mc_data chat_type/chat.json
# mc_data dimension_type/overworld.json
#