Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 additions and 0 deletions

56
config/ichunutil.cfg Normal file
View File

@@ -0,0 +1,56 @@
# Configuration file
module {
##########################################################################################################
# compactporkchop
#--------------------------------------------------------------------------------------------------------#
# Configs for the compact porkchop block module in iChunUtil.
##########################################################################################################
compactporkchop {
block {
# Enable the Compact Raw Porkchop block recipe?
I:enableCompactPorkchop=1
}
}
##########################################################################################################
# eula
#--------------------------------------------------------------------------------------------------------#
# EULA settings.
##########################################################################################################
eula {
general {
# String to say that you've acknowledged the EULA
# If this config is for a server, set it to true.
S:eulaAcknowledged=
}
}
##########################################################################################################
# versioncheck
#--------------------------------------------------------------------------------------------------------#
# These configs are for the mod version update checker for iChun's mods.
##########################################################################################################
versioncheck {
general {
# How will the CLIENT be notified of updates? (Servers will always have the update printed to the console. Singleplayer is yourself joining a self hosted server)
# 0 = Notify of updates regardless of player status.
# 1 = Notify only command senders of updates (Clientside only mod updates will still show)
# 2 = Do not notify
I:versionNotificationTypes=0
}
}
}