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
# Mod Properties
mod_version = 1.3.0
mod_version = 1.3.1
maven_group = eu.midnightdust.motschen
archives_base_name = rocks

View File

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

View File

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

View File

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