Welcome to the community-driven block.property files!
- A Pull Request can be opened and the changes will be merged with Euphoria Patches.
- The raw property file can also be shared on discord for those who have not worked with GitHub before
Please use the Template!
Click to expand for block.properties template!
# Description of the block ID
block.XXXXX = vanillaId1 vanillaId2 vanillaId3 ... \
\
modName1:modId1 modName1:modId2 modName1:modId3 ... \
\
modName2:modId1 modName2:modId2 modName2:modId3 ... \
# Description of the Next block ID
block.YYYYY = ...
...
--- IDs should be grouped by mods, for every new mod it should be added in a new line using "\" ---
Click to expand for item.properties template!
# Description of the item ID
item.XXXXX = vanillaId1 vanillaId2 vanillaId3 ... \
\
modName1:modId1 modName1:modId2 modName1:modId3 ... \
\
modName2:modId1 modName2:modId2 modName2:modId3 ... \
# Description of the Next item ID
item.YYYYY = ...
...
--- IDs should be grouped by mods, for every new mod it should be added in a new line using "\" ---
Click to expand for entity.properties template!
# Description of the Entity ID
entity.XXXXX = vanillaId1 vanillaId2 vanillaId3 ... \
\
modName1:modId1 modName1:modId2 modName1:modId3 ... \
\
modName2:modId1 modName2:modId2 modName2:modId3 ... \
# Description of the Next Entity ID
entity.YYYYY = ...
...
--- IDs should be grouped by mods, for every new mod it should be added in a new line using "\" ---
Click to expand for dimension.properties template!
dimension.world-1 = vanillaId1 vanillaId2 \
\
modName1:modId1 modName1:modId2 modName1:modId3 ... \
\
modName2:modId1 modName2:modId2 modName2:modId3 ... \
dimension.world1 = ...
...
--- IDs should be grouped by mods, for every new mod it should be added in a new line using "\" ---
- Each property file has an independent version system which increases when a vanilla component has been changed, it does not increase when the community has added modded entries
- The properties files will always be up-to-date with the Euphoria Patches dev versions