Skip to content

Commit

Permalink
Fix a bunch of rendertypes that were supposed to be cutout
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Jul 29, 2024
1 parent 654eb6b commit 461649f
Show file tree
Hide file tree
Showing 174 changed files with 179 additions and 177 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
- Allow BoneMealing Allium Flower Bushes into Tall Alliums
- Fix Crashing when going near fruit blocks on Fabric
- Fix Podzol Floors in Cakes under Sakura Grove
- Fix incompatibility with William Wythers' Overhauled Overworld
- Fix incompatibility with William Wythers' Overhauled Overworld
- Add BWG Logs to Logs That Burn Tag
- Fix a bunch of incorrect rendertypes around Plant like blocks
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"cross": "biomeswevegone:block/aloe_vera"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"cross": "biomeswevegone:block/firecracker_flower_bush"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"cross": "biomeswevegone:block/golden_spined_cactus"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"cross": "biomeswevegone:block/green_mushroom"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"cross": "biomeswevegone:block/hydrangea_bush"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"cross": "biomeswevegone:block/mini_cactus"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/allium_flower_bush"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/alpine_bellflower"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/amaranth"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/angelica"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/araucaria_sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/aspen/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/baobab/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/begonia"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/bistort"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/black_rose"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/blue_enchanted/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/blue_sage"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/blue_spruce_sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/brown_birch_sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/brown_oak_sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/brown_zelkova_sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/california_poppy"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/cika/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/crocus"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/cyan_amaranth"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/cyan_rose"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/cyan_tulip"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/cypress/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/daffodil"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/ebony/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/fairy_slipper"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/fir/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/firecracker_flower_bush"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/golden_spined_cactus"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/green_enchanted/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/green_tulip"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/guzmania"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/holly/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/horseweed"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/hydrangea_bush"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/incan_lily"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/indigo_jacaranda_bush"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/indigo_jacaranda_sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/iris"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/ironwood/sapling"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/jacaranda_bush"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parent": "minecraft:block/flower_pot_cross",
"render_type": "minecraft:cutout_mipped",
"render_type": "minecraft:cutout",
"textures": {
"plant": "biomeswevegone:block/jacaranda/sapling"
}
Expand Down
Loading

0 comments on commit 461649f

Please sign in to comment.