mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-18 11:55:09 +01:00
This Rocks 1.1.0
Added Starfish Added Underwater Generation Changed Block Sounds Changed SelectionBox sizes New Seashell Loot Table Update MidnightHats
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"variation=red": { "model": "rocks:block/starfish_red" },
|
||||
"variation=pink": { "model": "rocks:block/starfish_pink" },
|
||||
"variation=orange": { "model": "rocks:block/starfish_orange" }
|
||||
}
|
||||
}
|
||||
24
src/main/resources/assets/rocks/lang/de_de.json
Normal file
24
src/main/resources/assets/rocks/lang/de_de.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"itemGroup.rocks.rocks":"This Rocks!",
|
||||
|
||||
"block.rocks.rock":"Steinbrocken",
|
||||
"block.rocks.sand_rock":"Sandsteinbrocken",
|
||||
"block.rocks.red_sand_rock":"Roter Sandsteinbrocken",
|
||||
"block.rocks.end_stone_rock":"Endsteinbrocken",
|
||||
|
||||
"block.rocks.oak_stick":"Eichenholzstock",
|
||||
"block.rocks.birch_stick":"Birkenholzstock",
|
||||
"block.rocks.spruce_stick":"Fichtenholzstock",
|
||||
"block.rocks.jungle_stick":"Tropenholzstock",
|
||||
"block.rocks.acacia_stick":"Akazienholzstock",
|
||||
"block.rocks.dark_oak_stick":"Schwarzeichenholzstock",
|
||||
|
||||
"block.rocks.pinecone":"Tannenzapfen",
|
||||
"block.rocks.seashell":"Muschel",
|
||||
"block.rocks.starfish":"Seestern",
|
||||
|
||||
"item.rocks.cobblestone_splitter":"Bruchsteinsplitter",
|
||||
"item.rocks.sandstone_splitter":"Sandsteinsplitter",
|
||||
"item.rocks.red_sandstone_splitter":"Roter Sandsteinsplitter",
|
||||
"item.rocks.end_stone_splitter":"Endsteinsplitter"
|
||||
}
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
"block.rocks.pinecone":"Pinecone",
|
||||
"block.rocks.seashell":"Seashell",
|
||||
"block.rocks.starfish":"Starfish",
|
||||
|
||||
"item.rocks.cobblestone_splitter":"Cobblestone Splitter",
|
||||
"item.rocks.sandstone_splitter":"Sandstone Splitter",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/air",
|
||||
"textures": {
|
||||
"particle": "rocks:block/starfish_orange"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/air",
|
||||
"textures": {
|
||||
"particle": "rocks:block/starfish_pink"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/air",
|
||||
"textures": {
|
||||
"particle": "rocks:block/starfish_red"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "rocks:item/starfish"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 229 B |
BIN
src/main/resources/assets/rocks/textures/block/starfish_pink.png
Normal file
BIN
src/main/resources/assets/rocks/textures/block/starfish_pink.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 231 B |
BIN
src/main/resources/assets/rocks/textures/block/starfish_red.png
Normal file
BIN
src/main/resources/assets/rocks/textures/block/starfish_red.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 234 B |
BIN
src/main/resources/assets/rocks/textures/item/starfish.png
Normal file
BIN
src/main/resources/assets/rocks/textures/item/starfish.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 379 B |
@@ -6,12 +6,25 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "rocks:seashell"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:table_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"chances": [
|
||||
0.02,
|
||||
0.022222223,
|
||||
0.025,
|
||||
0.033333335,
|
||||
0.1
|
||||
]
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:nautilus_shell"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "rocks:starfish"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
"version": "${version}",
|
||||
|
||||
"name": "This Rocks!",
|
||||
"description": "Adds little rocks, sticks, pinecones and seashells to your world to make it feel more natural.",
|
||||
"description": "Adds little rocks, sticks, pinecones, seashells and starfish to your world to make it feel more natural.",
|
||||
"authors": [
|
||||
"Motschen",
|
||||
"TeamMidnightDust"
|
||||
@@ -21,6 +21,9 @@
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"eu.midnightdust.motschen.rocks.RocksMain"
|
||||
],
|
||||
"client": [
|
||||
"eu.midnightdust.motschen.rocks.RocksClient"
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user