2 Commits

Author SHA1 Message Date
Motschen
f5a3f743a5 Bump version 2021-02-08 16:24:27 +01:00
Motschen
a2a834790c Fix missing starfish particles 2021-02-08 16:21:12 +01:00
4 changed files with 7 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx2G
loader_version=0.10.8 loader_version=0.10.8
# Mod Properties # Mod Properties
mod_version = 1.3.0 mod_version = 1.3.1
maven_group = eu.midnightdust.motschen maven_group = eu.midnightdust.motschen
archives_base_name = rocks archives_base_name = rocks

View File

@@ -1,7 +1,8 @@
{ {
"credit": "made by Motschen", "credit": "made by Motschen",
"textures": { "textures": {
"0": "rocks:block/starfish_orange" "0": "rocks:block/starfish_orange",
"particle": "rocks:block/starfish_orange"
}, },
"elements": [ "elements": [
{ {

View File

@@ -1,7 +1,8 @@
{ {
"credit": "made by Motschen", "credit": "made by Motschen",
"textures": { "textures": {
"0": "rocks:block/starfish_pink" "0": "rocks:block/starfish_pink",
"particle": "rocks:block/starfish_pink"
}, },
"elements": [ "elements": [
{ {

View File

@@ -1,7 +1,8 @@
{ {
"credit": "made by Motschen", "credit": "made by Motschen",
"textures": { "textures": {
"0": "rocks:block/starfish_red" "0": "rocks:block/starfish_red",
"particle": "rocks:block/starfish_red"
}, },
"elements": [ "elements": [
{ {