Update .gitignore to include new datapack directories, remove outdated global_data_pack, and refine options.txt to reset resource and incompatible resource packs. Enhance JEI ingredient list with new entries for improved organization.
This commit is contained in:
+7
-2
@@ -23,6 +23,7 @@
|
||||
!/mods/**
|
||||
!/resourcepacks/**
|
||||
!/shaderpacks/**
|
||||
!/datapacks/**
|
||||
|
||||
# --- Сервер ---
|
||||
!/Server/
|
||||
@@ -48,8 +49,12 @@
|
||||
!/Server/config/**
|
||||
!/Server/kubejs/**
|
||||
!/Server/mods/**
|
||||
!/Server/global_data_pack/**
|
||||
|
||||
!/Server/global_packs/
|
||||
!/Server/global_packs/**
|
||||
!/Server/global_packs/required_data/**
|
||||
!/Server/global_packs/required_resources/**
|
||||
!/Server/global_packs/optional_data/**
|
||||
!/Server/global_packs/optional_resources/**
|
||||
# сервер: реальный server.properties локальный; эталон в server.properties.example
|
||||
/Server/server.properties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user