Added mod files

This commit is contained in:
Jacob Vinding
2025-12-26 21:38:55 +01:00
parent 64c4d60c47
commit c4ad0f3e2e
5039 changed files with 894558 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
*/
[
{
// Properties define the state of this block/fluid.
"Properties": {
"lit": "true"
},
"Name": "minecraft:deepslate_redstone_ore"
},
{
"Name": "minecraft:deepslate_redstone_ore"
}
]

View File

@@ -0,0 +1,21 @@
/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:
VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5
to make editing this file much easier.
*/
[
{
// Properties define the state of this block/fluid.
"Properties": {
"lit": "true"
},
"Name": "minecraft:redstone_ore"
},
{
"Name": "minecraft:redstone_ore"
}
]