Skip to content

Commit

Permalink
Fix some block materials being broken, bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispyChips6660 committed May 6, 2020
1 parent afaa79a commit 7a35dfc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This project is not official. Not affiliated with the respective owners of Fabri
do not spam the fabric discord trying to get help on MCreator~~.
## Features

- Item (Only basic items, some parameters don't work)
- Item

- Function (Complete)

Expand All @@ -17,17 +17,18 @@ do not spam the fabric discord trying to get help on MCreator~~.

- Advancements (Mostly complete, procedure triggered advancements don't work)

- ~~Block (Only basic blocks can be made with some parameters. Render types and World generation don't work.)~~ CURRENTLY BROKEN AS OF 0.4.0!
- Block (Only basic blocks can be made with some parameters. Render types and World generation don't work, will be fixed soon)

- Food (Mostly complete, a few parameters don´t work)
- Food (Drinking animation and dog food parameter does not work)

- Fuel (Complete)
- ~~Fuel (Complete)~~ CURRENTLY BROKEN AS OF 0.4.1!

- ~~Tools (Pickaxe, Axe, Shovel, Hoe and Sword)~~ CURRENTLY BROKEN AS OF 0.4.0!
- ~~Tools (Pickaxe, Axe, Shovel, Hoe and Sword)~~ CURRENTLY BROKEN AS OF 0.4.1!

## Downloads/Install Instructions

Downloads can be found on the [release page](https://github.com/Goldorion/MCreatorFabricGenerator/releases).
Downloads can be found on the [Release page of this repo](https://github.com/Goldorion/MCreatorFabricGenerator/releases).
The plugin's MCreator forum page is [here](https://mcreator.net/forum/60201/fabric-generator-plugin). (Information Outdated!)

Install like any other plugin: Launch MCreator -> Open preferences -> Manage plugins -> Load Plugin -> Find your downloaded zip file -> **Restart MCreator**.

Expand All @@ -36,9 +37,8 @@ Install like any other plugin: Launch MCreator -> Open preferences -> Manage plu

- To use the plugin, you need to have at least the second MCreator 2020.3 snapshots or newer.

- When you create a new workspace, you need to go to the Fabric Generator, and select Minecraft Fabric for 1.15.2 (0.8.2+build.194)

- Always back up your workspace before updating to a newer version of the plugin.

## Credits/License

Lead Dev - Goldorion
Expand Down
27 changes: 13 additions & 14 deletions src/fabric-1.15.2/mappings/materials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,41 @@ _default: EARTH
EARTH: EARTH
GRASS: ORGANIC
WOOD: WOOD
ROCK: ROCK
IRON: IRON
ROCK: STONE
IRON: METAL
ANVIL: ANVIL
WATER: WATER
LAVA: LAVA
LEAVES: LEAVES
PLANTS: PLANTS
TALL_PLANTS: TALL_PLANTS
PLANTS: PLANT
REPLACEABLE_PLANT: REPLACEABLE_PLANT
SPONGE: SPONGE
CLOTH: WOOL
FIRE: FIRE
SAND: SAND
MISCELLANEOUS: MISCELLANEOUS
CARPET: CARPET
GLASS: GLASS
REDSTONE_LIGHT: REDSTONE_LIGHT
REDSTONE_LIGHT: REDSTONE_LAMP
TNT: TNT
CORAL: CORAL
ICE: ICE
PACKED_ICE: PACKED_ICE
SNOW: SNOW
PACKED_ICE: PACKED_ICESNOW: SNOW
CRAFTED_SNOW: SNOW_BLOCK
CACTUS: CACTUS
CLAY: CLAY
GOURD: GOURD
DRAGON_EGG: DRAGON_EGG
DRAGON_EGG: EGG
PORTAL: PORTAL
CAKE: CAKE
WEB: WEB
WEB: COBWEB
AIR: AIR
STRUCTURE_VOID: STRUCTURE_VOID
OCEAN_PLANT: OCEAN_PLANT
OCEAN_PLANT: UNDERWATER_PLANT
SEA_GRASS: SEA_GRASS
BUBBLE_COLUMN: BUBBLE_COLUMN
SHULKER: SHULKER
SHULKER: SHULKER_BOX
BAMBOO_SAPLING: BAMBOO_SAPLING
BAMBOO: BAMBOO
BARRIER: BARRIER
PISTON: PISTON
PISTON: PISTON
FIRE: FIRE
PUMPKIN: PUMPKIN
Expand Down
11 changes: 6 additions & 5 deletions src/fabric-1.15.2/mappings/stepsounds.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
_default: GROUND
GROUND: GROUND
GROUND: GRASS
WOOD: WOOD
PLANT: PLANT
STONE: STONE
METAL: METAL
GLASS: GLASS
CLOTH: CLOTH
SAND: SAND
CLOTH: WOOL
SAND: SAND
GRAVEL: GRAVEL
GLASS: GLASS
SNOW: SNOW
LADDER: LADDER
ANVIL: ANVIL
Expand All @@ -18,7 +20,6 @@ BAMBOO_SAPLING: BAMBOO_SAPLING
SCAFFOLDING: SCAFFOLDING
SWEET_BERRY_BUSH: SWEET_BERRY_BUSH
CROP: CROP
STEM: STEM
NETHER_WART: NETHER_WART
LANTERN: LANTERN
HONEY: field_226947_m_
HONEY: HONEY

0 comments on commit 7a35dfc

Please sign in to comment.