Skip to content

Commit

Permalink
Fixed texture issues
Browse files Browse the repository at this point in the history
Fixed missing textures
Update Nitrogen texture
  • Loading branch information
Avalon2106 committed Sep 22, 2024
1 parent e9cff30 commit cd7d380
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
/**
* @author Pabilo8
* @since 08.12.2020
* @author Avalon
* @since 06.12.2024
*/
public class IIContent
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@
"nitroglycerin": [
{
"custom": {
"fluid:": "nitroglycerin"
"fluid": "nitroglycerin"
}
}
],
"sodium_hypoclorite": [
"sodium_hypochlorite": [
{
"custom": {
"fluid": "sodium_hypochlorite"
Expand All @@ -176,7 +176,7 @@
"acetaldol": [
{
"custom": {
"fluid": "acetadol"
"fluid": "acetaldol"
}
}
],
Expand All @@ -189,7 +189,7 @@
],
"nitrating_acid": [
{
"custom:": {
"custom": {
"fluid": "nitrating_acid"
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd7d380

Please sign in to comment.