Skip to content

Commit

Permalink
Rename rabbit to brown rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
SirJain0 committed Sep 14, 2024
1 parent 9e58fe1 commit b18ca36
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Common/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 1.12.0
- Rename Rabbit plushie to Brown Rabbit plushie

## Version 1.11.1
- Fixed Forge JarInJar

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class BlockInit <T extends Block> {
public static final RegistryObject<Block> DOG_PLUSHIE = registerCommonBasicPlushie("dog_plushie");
public static final RegistryObject<Block> CAT_PLUSHIE = registerCommonBasicPlushie("cat_plushie");
public static final RegistryObject<Block> DOLPHIN_PLUSHIE = registerCommonBasicPlushie("dolphin_plushie");
public static final RegistryObject<Block> RABBIT_PLUSHIE = registerCommonBasicPlushie("rabbit_plushie");
public static final RegistryObject<Block> BROWN_RABBIT_PLUSHIE = registerCommonBasicPlushie("brown_rabbit_plushie");
public static final RegistryObject<Block> FROG_PLUSHIE = registerCommonBasicPlushie("frog_plushie");
public static final RegistryObject<Block> GOOSE_PLUSHIE = registerCommonBasicPlushie("goose_plushie");
public static final RegistryObject<Block> DUCK_PLUSHIE = registerCommonBasicPlushie("duck_plushie");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"render_type": "cutout",
"texture_size": [32, 32],
"textures": {
"2": "perfectplushies:block/rabbit_plushie",
"particle": "perfectplushies:block/rabbit_plushie"
"2": "perfectplushies:block/brown_rabbit_plushie",
"particle": "perfectplushies:block/brown_rabbit_plushie"
},
"elements": [
{
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
version=1.11.1
version=1.12.0
group=io.github.sirjain0.perfectplushies

# Common
Expand Down

0 comments on commit b18ca36

Please sign in to comment.