-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a394b00
commit 4d76935
Showing
43 changed files
with
472 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
![Available for Fabric](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/compact/supported/fabric_vector.svg) | ||
|
||
***Rounded*** is a Vanilla+ mod which aims to round out (pun intended) the features of the base game. | ||
|
||
The initial release of the mod is version 1.0.0, titled **Round of Applause**. It was made for [ModFest: Carnival](https://modfest.net/carnival). | ||
|
||
## Features | ||
- **Treated Planks**, made with some planks and a honeycomb, which mobs won't walk over; | ||
- The **Trough**, which given some grain heals nearby animals and helps baby animals grow; | ||
- **Lustershrooms**, found in swamps, old growth taigas, groves and (in greater quantities) in dark forests, can be grown with bonemeal and have their cap harvested to create **Luster Clusters**, which provide enchanting power. | ||
|
||
More features will be added in future versions of the mod! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/bladderwrack.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "rounded:block/bladderwrack" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/bladderwrack_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "rounded:block/bladderwrack_block" | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/client/resources/assets/rounded/blockstates/bladderwrack_wall.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "rounded:block/bladderwrack_wall", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "rounded:block/bladderwrack_wall" | ||
}, | ||
"facing=south": { | ||
"model": "rounded:block/bladderwrack_wall", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "rounded:block/bladderwrack_wall", | ||
"y": 270 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/chiseled_prismarine_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "rounded:block/chiseled_prismarine_bricks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/dead_bladderwrack.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "rounded:block/dead_bladderwrack" | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/client/resources/assets/rounded/blockstates/dead_bladderwrack_wall.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "rounded:block/dead_bladderwrack_wall", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "rounded:block/dead_bladderwrack_wall" | ||
}, | ||
"facing=south": { | ||
"model": "rounded:block/dead_bladderwrack_wall", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "rounded:block/dead_bladderwrack_wall", | ||
"y": 270 | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/client/resources/assets/rounded/blockstates/prismarine_lantern.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"variants": { | ||
"hanging=false": { | ||
"model": "rounded:block/prismarine_lantern" | ||
}, | ||
"hanging=true": { | ||
"model": "rounded:block/prismarine_lantern_hanging" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/smooth_prismarine.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "rounded:block/smooth_prismarine" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/client/resources/assets/rounded/blockstates/smooth_prismarine_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"variants": { | ||
"type=bottom": { | ||
"model": "rounded:block/smooth_prismarine_slab" | ||
}, | ||
"type=double": { | ||
"model": "rounded:block/smooth_prismarine" | ||
}, | ||
"type=top": { | ||
"model": "rounded:block/smooth_prismarine_slab_top" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/bladderwrack.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/coral_fan", | ||
"textures": { | ||
"fan": "rounded:block/bladderwrack" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/bladderwrack_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "rounded:block/bladderwrack_block" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/bladderwrack_wall.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/coral_wall_fan", | ||
"textures": { | ||
"fan": "rounded:block/bladderwrack" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/models/block/chiseled_prismarine_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"end": "minecraft:block/prismarine_bricks", | ||
"side": "rounded:block/chiseled_prismarine_bricks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/dead_bladderwrack.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/coral_fan", | ||
"textures": { | ||
"fan": "rounded:block/dead_bladderwrack" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/dead_bladderwrack_wall.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/coral_wall_fan", | ||
"textures": { | ||
"fan": "rounded:block/dead_bladderwrack" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/prismarine_lantern.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/template_lantern", | ||
"textures": { | ||
"lantern": "rounded:block/prismarine_lantern" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/prismarine_lantern_hanging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/template_hanging_lantern", | ||
"textures": { | ||
"lantern": "rounded:block/prismarine_lantern" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/smooth_prismarine.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "rounded:block/smooth_prismarine" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/client/resources/assets/rounded/models/block/smooth_prismarine_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab", | ||
"textures": { | ||
"bottom": "rounded:block/smooth_prismarine", | ||
"side": "rounded:block/smooth_prismarine_slab_side", | ||
"top": "rounded:block/smooth_prismarine" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/models/block/smooth_prismarine_slab_double.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"end": "rounded:block/smooth_prismarine", | ||
"side": "rounded:block/smooth_prismarine_slab_side" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/client/resources/assets/rounded/models/block/smooth_prismarine_slab_top.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab_top", | ||
"textures": { | ||
"bottom": "rounded:block/smooth_prismarine", | ||
"side": "rounded:block/smooth_prismarine_slab_side", | ||
"top": "rounded:block/smooth_prismarine" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/item/bladderwrack.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "rounded:block/bladderwrack" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/client/resources/assets/rounded/models/item/bladderwrack_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "rounded:block/bladderwrack_block" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/client/resources/assets/rounded/models/item/chiseled_prismarine_bricks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "rounded:block/chiseled_prismarine_bricks" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/item/dead_bladderwrack.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "rounded:block/dead_bladderwrack" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/client/resources/assets/rounded/models/item/moisture_detector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "rounded:block/moisture_detector" | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/item/prismarine_lantern.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "rounded:item/prismarine_lantern" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/client/resources/assets/rounded/models/item/smooth_prismarine.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "rounded:block/smooth_prismarine" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/client/resources/assets/rounded/models/item/smooth_prismarine_slab.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"parent": "rounded:block/smooth_prismarine_slab" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package com.lumiscosity.rounded; | ||
|
||
import net.fabricmc.fabric.api.loot.v2.LootTableEvents; | ||
import net.minecraft.loot.LootPool; | ||
import net.minecraft.loot.LootTables; | ||
import net.minecraft.loot.entry.ItemEntry; | ||
|
||
import static com.lumiscosity.rounded.blocks.RegisterBlocks.BLADDERWRACK_ITEM; | ||
|
||
public class RegisterMisc { | ||
public static void initMisc() { | ||
LootTableEvents.MODIFY.register((key, tableBuilder, source) -> { | ||
if (LootTables.FISHING_JUNK_GAMEPLAY.equals(key)) { | ||
LootPool.Builder poolBuilder = LootPool.builder().with(ItemEntry.builder(BLADDERWRACK_ITEM).weight(10)); | ||
tableBuilder.pool(poolBuilder); | ||
} | ||
}); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.