Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "0.2.0.5"
version = "0.2.0.6"
group = "com.bode.dsemod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "dsemod"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dse/dseMod/DseMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@EventBusSubscriber
public class DseMod {
public static final String MODID = "dsemod";
public static final String VERSION = "0.2.0.5";
public static final String VERSION = "0.2.0.6";
// world generator holder
//public static class WORLD_GEN {
// public static IWorldGenerator dse_flower_generator = new com.dse.dseMod.worldgen.WorldGenDseFlower();
Expand Down
16 changes: 8 additions & 8 deletions src/main/resources/assets/dsemod/blockstates/weather_frog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"direction=south,power=0": { "model": "dsemod:weather_frog", "y" : 180 },
"direction=west,power=0": { "model": "dsemod:weather_frog", "y" : 270 },
"direction=east,power=0": { "model": "dsemod:weather_frog", "y" : 90 },
"direction=north,power=1": { "model": "dsemod:weather_frog" },
"direction=south,power=1": { "model": "dsemod:weather_frog", "y" : 180 },
"direction=west,power=1": { "model": "dsemod:weather_frog", "y" : 270 },
"direction=east,power=1": { "model": "dsemod:weather_frog", "y" : 90 },
"direction=north,power=2": { "model": "dsemod:weather_frog" },
"direction=south,power=2": { "model": "dsemod:weather_frog", "y" : 180 },
"direction=west,power=2": { "model": "dsemod:weather_frog", "y" : 270 },
"direction=east,power=2": { "model": "dsemod:weather_frog", "y" : 90 }
"direction=north,power=1": { "model": "dsemod:weather_frog_rain" },
"direction=south,power=1": { "model": "dsemod:weather_frog_rain", "y" : 180 },
"direction=west,power=1": { "model": "dsemod:weather_frog_rain", "y" : 270 },
"direction=east,power=1": { "model": "dsemod:weather_frog_rain", "y" : 90 },
"direction=north,power=2": { "model": "dsemod:weather_frog_thunder" },
"direction=south,power=2": { "model": "dsemod:weather_frog_thunder", "y" : 180 },
"direction=west,power=2": { "model": "dsemod:weather_frog_thunder", "y" : 270 },
"direction=east,power=2": { "model": "dsemod:weather_frog_thunder", "y" : 90 }
}
}
158 changes: 158 additions & 0 deletions src/main/resources/assets/dsemod/models/block/weather_frog_rain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
{
"parent": "block/block",
"textures": {
"0": "dsemod:blocks/weather_frog_rain_frog_head_fbtb",
"1": "dsemod:blocks/weather_frog_rain_frog_head_rl",
"2": "dsemod:blocks/weather_frog_rain_frog_body_fb",
"3": "dsemod:blocks/weather_frog_rain_frog_body_rl",
"4": "dsemod:blocks/weather_frog_rain_frog_body_tb",
"5": "dsemod:blocks/weather_frog_rain_frog_foot",
"6": "dsemod:blocks/weather_frog_rain_frog_hand",
"particle": "dsemod:blocks/weather_frog_rain_frog_head_fbtb"
},
"elements": [
{
"name": "body",
"from": [3, 1, 6],
"to": [13, 7, 14],
"faces": {
"north": {"uv": [0, 0, 10, 6], "texture": "#2"},
"east": {"uv": [0, 0, 8, 6], "texture": "#3"},
"south": {"uv": [0, 6, 10, 12], "texture": "#2"},
"west": {"uv": [8, 0, 16, 6], "texture": "#3"},
"up": {"uv": [0, 0, 10, 8], "texture": "#4", "rotation": 180},
"down": {"uv": [0, 8, 10, 16], "texture": "#4", "rotation": 180}
}
},
{
"name": "head",
"from": [4, 3, 1],
"to": [12, 9, 10],
"faces": {
"north": {"uv": [0, 0, 8, 6], "texture": "#0"},
"east": {"uv": [0, 0, 9, 6], "texture": "#1"},
"south": {"uv": [8, 0, 16, 6], "texture": "#0"},
"west": {"uv": [0, 6, 9, 12], "texture": "#1"},
"up": {"uv": [0, 6, 8, 15], "texture": "#0", "rotation": 180},
"down": {"uv": [8, 6, 16, 15], "texture": "#0", "rotation": 180}
}
},
{
"name": "r_foot_1",
"from": [13, 1, 9],
"to": [15, 6, 13],
"faces": {
"north": {"uv": [6, 0, 8, 5], "texture": "#5"},
"east": {"uv": [2, 0, 6, 5], "texture": "#5"},
"south": {"uv": [0, 0, 2, 5], "texture": "#5"},
"west": {"uv": [0, 0, 4, 5], "texture": "#5"},
"up": {"uv": [2, 5, 4, 9], "texture": "#5"},
"down": {"uv": [4, 5, 6, 9], "texture": "#5"}
}
},
{
"name": "l_foot_1",
"from": [1, 1, 9],
"to": [3, 6, 13],
"faces": {
"north": {"uv": [8, 0, 10, 5], "texture": "#5"},
"east": {"uv": [0, 0, 4, 5], "texture": "#5"},
"south": {"uv": [14, 0, 16, 5], "texture": "#5"},
"west": {"uv": [10, 0, 14, 5], "texture": "#5"},
"up": {"uv": [0, 5, 2, 9], "texture": "#5"},
"down": {"uv": [4, 5, 6, 9], "texture": "#5"}
}
},
{
"name": "r_foot_2",
"from": [12, 0, 6],
"to": [16, 1, 12],
"faces": {
"north": {"uv": [0, 13, 4, 14], "texture": "#5"},
"east": {"uv": [0, 12, 6, 13], "texture": "#5"},
"south": {"uv": [0, 14, 4, 15], "texture": "#5"},
"west": {"uv": [0, 15, 6, 16], "texture": "#5"},
"up": {"uv": [10, 5, 14, 11], "texture": "#5"},
"down": {"uv": [6, 5, 10, 11], "texture": "#5", "rotation": 180}
}
},
{
"name": "l_foot_2",
"from": [0, 0, 6],
"to": [4, 1, 12],
"faces": {
"north": {"uv": [6, 13, 10, 14], "texture": "#5"},
"east": {"uv": [0, 15, 6, 16], "texture": "#5"},
"south": {"uv": [6, 14, 10, 15], "texture": "#5"},
"west": {"uv": [6, 12, 12, 13], "texture": "#5"},
"up": {"uv": [6, 5, 10, 11], "texture": "#5"},
"down": {"uv": [10, 5, 14, 11], "texture": "#5", "rotation": 180}
}
},
{
"name": "r_hand_1",
"from": [11, 1, 4],
"to": [13, 2, 6],
"faces": {
"north": {"uv": [2, 2, 4, 3], "texture": "#6"},
"east": {"uv": [0, 2, 2, 3], "texture": "#6"},
"south": {"uv": [0, 0, 2, 1], "texture": "#6"},
"west": {"uv": [4, 2, 6, 3], "texture": "#6"},
"up": {"uv": [2, 0, 4, 2], "texture": "#6", "rotation": 270},
"down": {"uv": [0, 0, 2, 2], "texture": "#6", "rotation": 270}
}
},
{
"name": "l_hand_1",
"from": [3, 1, 4],
"to": [5, 2, 6],
"faces": {
"north": {"uv": [8, 2, 10, 3], "texture": "#6"},
"east": {"uv": [6, 2, 8, 3], "texture": "#6"},
"south": {"uv": [0, 0, 2, 1], "texture": "#6"},
"west": {"uv": [10, 2, 12, 3], "texture": "#6"},
"up": {"uv": [0, 0, 2, 2], "texture": "#6", "rotation": 90},
"down": {"uv": [2, 0, 4, 2], "texture": "#6", "rotation": 90}
}
},
{
"name": "r_hand_2",
"from": [9, 0, 1],
"to": [13, 1, 5],
"faces": {
"north": {"uv": [4, 7, 8, 8], "texture": "#6"},
"east": {"uv": [0, 7, 4, 8], "texture": "#6"},
"south": {"uv": [12, 7, 16, 8], "texture": "#6"},
"west": {"uv": [8, 7, 12, 8], "texture": "#6"},
"up": {"uv": [4, 3, 8, 7], "texture": "#6"},
"down": {"uv": [0, 3, 4, 7], "texture": "#6", "rotation": 180}
}
},
{
"name": "l_hand_2",
"from": [3, 0, 1],
"to": [7, 1, 5],
"faces": {
"north": {"uv": [8, 7, 12, 8], "texture": "#6"},
"east": {"uv": [4, 7, 8, 8], "texture": "#6"},
"south": {"uv": [0, 7, 4, 8], "texture": "#6"},
"west": {"uv": [12, 7, 16, 8], "texture": "#6"},
"up": {"uv": [0, 3, 4, 7], "texture": "#6"},
"down": {"uv": [4, 3, 8, 7], "texture": "#6", "rotation": 180}
}
},
{
"name": "tale",
"from": [6, 1, 14],
"to": [10, 3, 15],
"faces": {
"north": {"uv": [0, 0, 4, 2], "texture": "#6"},
"east": {"uv": [3, 8, 4, 10], "texture": "#6"},
"south": {"uv": [0, 8, 4, 10], "texture": "#6"},
"west": {"uv": [0, 8, 1, 10], "texture": "#6"},
"up": {"uv": [0, 8, 4, 9], "texture": "#6"},
"down": {"uv": [0, 9, 4, 10], "texture": "#6"}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
{
"parent": "block/block",
"textures": {
"0": "dsemod:blocks/weather_frog_thunder_frog_head_fbtb",
"1": "dsemod:blocks/weather_frog_thunder_frog_head_rl",
"2": "dsemod:blocks/weather_frog_thunder_frog_body_fb",
"3": "dsemod:blocks/weather_frog_thunder_frog_body_rl",
"4": "dsemod:blocks/weather_frog_thunder_frog_body_tb",
"5": "dsemod:blocks/weather_frog_thunder_frog_foot",
"6": "dsemod:blocks/weather_frog_thunder_frog_hand",
"particle": "dsemod:blocks/weather_frog_thunder_frog_head_fbtb"
},
"elements": [
{
"name": "body",
"from": [3, 1, 6],
"to": [13, 7, 14],
"faces": {
"north": {"uv": [0, 0, 10, 6], "texture": "#2"},
"east": {"uv": [0, 0, 8, 6], "texture": "#3"},
"south": {"uv": [0, 6, 10, 12], "texture": "#2"},
"west": {"uv": [8, 0, 16, 6], "texture": "#3"},
"up": {"uv": [0, 0, 10, 8], "texture": "#4", "rotation": 180},
"down": {"uv": [0, 8, 10, 16], "texture": "#4", "rotation": 180}
}
},
{
"name": "head",
"from": [4, 3, 1],
"to": [12, 9, 10],
"faces": {
"north": {"uv": [0, 0, 8, 6], "texture": "#0"},
"east": {"uv": [0, 0, 9, 6], "texture": "#1"},
"south": {"uv": [8, 0, 16, 6], "texture": "#0"},
"west": {"uv": [0, 6, 9, 12], "texture": "#1"},
"up": {"uv": [0, 6, 8, 15], "texture": "#0", "rotation": 180},
"down": {"uv": [8, 6, 16, 15], "texture": "#0", "rotation": 180}
}
},
{
"name": "r_foot_1",
"from": [13, 1, 9],
"to": [15, 6, 13],
"faces": {
"north": {"uv": [6, 0, 8, 5], "texture": "#5"},
"east": {"uv": [2, 0, 6, 5], "texture": "#5"},
"south": {"uv": [0, 0, 2, 5], "texture": "#5"},
"west": {"uv": [0, 0, 4, 5], "texture": "#5"},
"up": {"uv": [2, 5, 4, 9], "texture": "#5"},
"down": {"uv": [4, 5, 6, 9], "texture": "#5"}
}
},
{
"name": "l_foot_1",
"from": [1, 1, 9],
"to": [3, 6, 13],
"faces": {
"north": {"uv": [8, 0, 10, 5], "texture": "#5"},
"east": {"uv": [0, 0, 4, 5], "texture": "#5"},
"south": {"uv": [14, 0, 16, 5], "texture": "#5"},
"west": {"uv": [10, 0, 14, 5], "texture": "#5"},
"up": {"uv": [0, 5, 2, 9], "texture": "#5"},
"down": {"uv": [4, 5, 6, 9], "texture": "#5"}
}
},
{
"name": "r_foot_2",
"from": [12, 0, 6],
"to": [16, 1, 12],
"faces": {
"north": {"uv": [0, 13, 4, 14], "texture": "#5"},
"east": {"uv": [0, 12, 6, 13], "texture": "#5"},
"south": {"uv": [0, 14, 4, 15], "texture": "#5"},
"west": {"uv": [0, 15, 6, 16], "texture": "#5"},
"up": {"uv": [10, 5, 14, 11], "texture": "#5"},
"down": {"uv": [6, 5, 10, 11], "texture": "#5", "rotation": 180}
}
},
{
"name": "l_foot_2",
"from": [0, 0, 6],
"to": [4, 1, 12],
"faces": {
"north": {"uv": [6, 13, 10, 14], "texture": "#5"},
"east": {"uv": [0, 15, 6, 16], "texture": "#5"},
"south": {"uv": [6, 14, 10, 15], "texture": "#5"},
"west": {"uv": [6, 12, 12, 13], "texture": "#5"},
"up": {"uv": [6, 5, 10, 11], "texture": "#5"},
"down": {"uv": [10, 5, 14, 11], "texture": "#5", "rotation": 180}
}
},
{
"name": "r_hand_1",
"from": [11, 1, 4],
"to": [13, 2, 6],
"faces": {
"north": {"uv": [2, 2, 4, 3], "texture": "#6"},
"east": {"uv": [0, 2, 2, 3], "texture": "#6"},
"south": {"uv": [0, 0, 2, 1], "texture": "#6"},
"west": {"uv": [4, 2, 6, 3], "texture": "#6"},
"up": {"uv": [2, 0, 4, 2], "texture": "#6", "rotation": 270},
"down": {"uv": [0, 0, 2, 2], "texture": "#6", "rotation": 270}
}
},
{
"name": "l_hand_1",
"from": [3, 1, 4],
"to": [5, 2, 6],
"faces": {
"north": {"uv": [8, 2, 10, 3], "texture": "#6"},
"east": {"uv": [6, 2, 8, 3], "texture": "#6"},
"south": {"uv": [0, 0, 2, 1], "texture": "#6"},
"west": {"uv": [10, 2, 12, 3], "texture": "#6"},
"up": {"uv": [0, 0, 2, 2], "texture": "#6", "rotation": 90},
"down": {"uv": [2, 0, 4, 2], "texture": "#6", "rotation": 90}
}
},
{
"name": "r_hand_2",
"from": [9, 0, 1],
"to": [13, 1, 5],
"faces": {
"north": {"uv": [4, 7, 8, 8], "texture": "#6"},
"east": {"uv": [0, 7, 4, 8], "texture": "#6"},
"south": {"uv": [12, 7, 16, 8], "texture": "#6"},
"west": {"uv": [8, 7, 12, 8], "texture": "#6"},
"up": {"uv": [4, 3, 8, 7], "texture": "#6"},
"down": {"uv": [0, 3, 4, 7], "texture": "#6", "rotation": 180}
}
},
{
"name": "l_hand_2",
"from": [3, 0, 1],
"to": [7, 1, 5],
"faces": {
"north": {"uv": [8, 7, 12, 8], "texture": "#6"},
"east": {"uv": [4, 7, 8, 8], "texture": "#6"},
"south": {"uv": [0, 7, 4, 8], "texture": "#6"},
"west": {"uv": [12, 7, 16, 8], "texture": "#6"},
"up": {"uv": [0, 3, 4, 7], "texture": "#6"},
"down": {"uv": [4, 3, 8, 7], "texture": "#6", "rotation": 180}
}
},
{
"name": "tale",
"from": [6, 1, 14],
"to": [10, 3, 15],
"faces": {
"north": {"uv": [0, 0, 4, 2], "texture": "#6"},
"east": {"uv": [3, 8, 4, 10], "texture": "#6"},
"south": {"uv": [0, 8, 4, 10], "texture": "#6"},
"west": {"uv": [0, 8, 1, 10], "texture": "#6"},
"up": {"uv": [0, 8, 4, 9], "texture": "#6"},
"down": {"uv": [0, 9, 4, 10], "texture": "#6"}
}
}
]
}
Loading