Config set and mod

This commit is contained in:
minster586
2025-04-19 02:56:28 -04:00
parent 04822e61e3
commit c37c2a2e7c
1865 changed files with 431005 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Configuration file for adding microblock materials for aesthetic blocks added by mods
# The '#' character defines a comment, everything after this character on a given line will be ignored.
# Each line needs to be of the form <registry_name>[property=value,otherProperty=value]
# <registry_name> being the registry name of the block. E.G: 'minecraft:stone'
# This can optionally be followed by Key-Value pairs describing any block state properties.
# If no properties are defined, the default state of the block will be used.
# Examples:
#minecraft:stone
#minecraft:grass_block[snowy=true]