Code Monkey home page Code Monkey logo

gardencollection's People

Contributors

guro2 avatar infinityraider avatar jaquadro avatar mazdallier avatar scottkillen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gardencollection's Issues

[SUGGESTION] Well, more like two

  1. Vegan Option integration, these two mods have a lot of stuff that go hand and hand.
  2. Minetweaker support for stuff such as the bloomery furnace.

question about world.

Matierials and stuff of your mod will generate only in new chunks? Or even in old chunks of my world?

[1.12] Items shows up in every Creative Tab

The Items from Garden Stuff show up in every Creative Tab (even Vanilla Tabs), not only in the Garden Stuff Tab.

EDIT: Not all Items are affected as I've seen it now. Affected are: Iron Nugget, Iron/Gold Link, Wrought Iron Nugget/Ingot/Link, Candelilla and Wax. And these are always the same one.

Using:
forge-14.21.1.2412
GardenStuff1.12-2.0.0

Multi Player Issues (Server)

When playing on a Server, players can not see items that "other" players place into the world.

For example:

If Player "A" places a Pot on the ground, and puts a Tree Sapling in the pot, then Player "B" is able to see the Pot, but unable to see the Tree Sapling in the pot.

The same is true for other items, like the Lantern.
If Player "A: Places a FireFly from Twilight Forest into a Lantern, then Player "B" is unable to see any light coming from the lantern. (However, they CAN see a vanilla torch though)

Forge .1343
GardenStuff-1.7.10-1.6.1

Minetweaker 3 compatibility issue with specific Sub-blocks

I get a error thrown when I load the world, when I have a script present that contains the following recipe change using MineTweaker 3.

recipes.addShaped(GardenTrees:thin_log:12491 * 8, [[BiomesOPlenty:logs1:3, null, BiomesOPlenty:logs1:3]]);
recipes.addShaped(GardenTrees:thin_log:12492 * 8, [[BiomesOPlenty:logs2:3, null, BiomesOPlenty:logs2:3]]);

recipes.addShaped(GardenTrees:thin_log_fence:12491 * 1, [[GardenTrees:thin_log:12491, minecraft:string, GardenTrees:thin_log:12491]]);
recipes.addShaped(GardenTrees:thin_log_fence:12492 * 1, [[GardenTrees:thin_log:12492, minecraft:string, GardenTrees:thin_log:12492]]);

I'm only showing the blocks that are throwing the errors, the rest of the subblocks in the "thin_log" and "thin_log_fence" classes are fine. It's definitely something to do with meta #s 12491 and 12492… (possibly 12493 as well but I haven't tested it).

This potential issue has surfaced while updating GardenStuff-1.7.10-1.5.2 to GardenStuff-1.7.10-1.6.1

I do not believe it to be related to the BOP blocks being used, as they check out fine when used in other thin_log and thin_log_fence recipes.

Garden Stuff incompatible with BattleGear

I've installed garen stuff on my modpack and it replaced the recipe for the buckler shield from battle gear. Instead of getting the shield i get lattice. Is there a way to change the recipe?

Server Crash

GardenStuff{1.7.10-1.5.5} Garden Stuff Unloaded->Constructed->Pre-initialized->Initialized->Errored

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/inventory/GuiContainer
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:695)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/inventory/GuiContainer
at com.jaquadro.minecraft.gardenstuff.integration.NEIIntegration.registerNEI(NEIIntegration.java:26)
at com.jaquadro.minecraft.gardenstuff.integration.NEIIntegration.init(NEIIntegration.java:22)
at com.jaquadro.minecraft.gardenstuff.core.ModIntegration.postInit(ModIntegration.java:16)
at com.jaquadro.minecraft.gardenstuff.GardenStuff.postInit(GardenStuff.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.inventory.GuiContainer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
Caused by: java.lang.RuntimeException: Attempted to load class bex for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 37 more

[1.12.2] Crash: ClassNotFoundException with Forgelin1.7.1

Please follow up with your great work. I love "Garden Stuff" a lot.

Today I've loaded the updated Forgelin 1.7.1 and replaced the older 1..6.0
After that MC crashed to the desk. Rolling back Forgelin let me start MC as normal as yesterday.

[main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
ForgelinPlugin (Forgelin-1.7.1.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.13.jar)
FarseekCoreMod (Farseek-1.12-2.3.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 6/10/18 1:06 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: com.jaquadro.minecraft.gardenstuff.core.ModBlocks$Registration
at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:602)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:225)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.jaquadro.minecraft.gardenstuff.core.ModBlocks$Registration
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:81)
... 36 more

...
| forgelin | 1.7.1 | Forgelin-1.7.1.jar

thx in advance
PC

MineTweaker error thrown when clearing Compost Bin

It seems that when I try to add the mods.gardenstuff.CompostBin.clear(); command to the MT script, I get a "WARNING: 1 modifications stuck" error message in game.

minetweaker.log shows:
INFO: Removing 1 recipes
WARNING: 1 modifications were stuck
INFO: Stuck: Clearing compost table.

Other than that, I'm using the mods.gardenstuff.CompostBin.add command without issue.

Any ideas?

Botania Lense bore causing area crash

Using Botania Lense bores to cut oak trees grown on garden soil resulted in my base area not loading and the resulting crash.

http://pastebin.com/HgHecyPq

The issue I think is that the tree grew as oak posts not oak wood and the bottom block of the tree (which was cut) had to be replaced with a block using world edit before the area was loadable.

GardenStuff-1.7.10-1.5.6.jar
Botania r1.6-173.jar

Post crafting is merciless.

Crafting posts doesn't seem to have any defining recipe other than if there's an axe and a log under it make posts.

So this:

is the same as this:

It also only outputs the 4 posts while using all 8 logs. This also limits the ability for other recipes using an axe with logs below it unless the axe is in the bottom 3 slots.

Cannot minetweak crop mutations with <GardenTrees:candelilla_seeds>

Minetweaker script:

val seedCactus = <AgriCraft:seedCactus>;
val seedPumpkin = <minecraft:pumpkin_seeds>;
val seedCandelilla = <GardenTrees:candelilla_seeds>;

SeedMutation.add(seedCandelilla, seedCactus, seedPumpkin);

Error reported by MT:

ERROR: Adding mutation with result 'Candelilla Seeds' failed. All 3 have to be of type ItemSeeds.

Candelilla Seeds seems to inherit from ItemSeeds, but it is your own ItemSeeds class instead of net.minecraft.item.ItemSeeds.

This also seems to make it impossible to grow candelilla seeds on crop sticks.

Most things missing?

nevermind. I read someone else's issue that's mostly the same.

Any idea when containers will be implemented?
I really wanted to make a garden and have mini trees and things... sad

Request

Minetweaker support for the Bloomery.

  • Add Recipies
  • Remove Recipies

Particle Crash, I think?

Hello,

We recently added Garden Stuff to our mod pack and a user had an odd issue when braking a spruce log fence with a TCon hatchet. Looking at the crash I am guessing it is a particle effect that caused it. Was wondering if you might be able to take a look and hopefully point me in the right direction.

Crash Log: http://pastebin.com/K24wt1jr
Issue where user posted: https://github.com/BevoTechPack/BevoTechPack/issues/476

I am not sure if the particles are from your side or TCons, so if I need to speak to them will be happy to do so (if those are the issue).

Most items missing ~ Crafting recipes not working

Hi there! What I imagine is a wonderful mod for creativity and the like, unfortunately nothing works. 80% of items are missing and crafting recipes aren't working as per the title. I saw two other threads about this but both were dated over a year ago. Has nothing still been implimented into the 1.12.2 version of the mod?

PlantMegaPack berries don't work

I can't get the plant mega pack berries to grow in any of the containers (they can be placed, but not grown), nor will they grow in the various soil options. Am I doing something wrong or is this expected? I've tried using dirt, tilled soil, Garden soil, etc.

Compost Bin Issues

  • Items cannot be shift right-clicked into the compost bin.
  • The compost bin textures do not update when enriched soil is shift right-clicked out of it.
  • Items in the compost bins inventory do not drop out into the world when the compost bin is broken.
  • The compost bin breaks instantly
  • Items that shouldn't be composted are composted instantly, so you can put compost bins in the compost bin to compost compost bins into enriched soil. (Yo dawg, I heard you like compost bins...)

[Suggestion] Hanging Flower Pots

I think hanging flower pots would really fit into this mod.
The pot could be connected via chains to a certain object above it, however, it will also connect to a block on its own.
Unlike the big, square clay pots it should be a small, ceramic bowl that any flower fits into.
Perhaps vines could be added to add some aesthetics.

Thanks in advance

Crash when right clicking Garden Soil with an empty hand

Stacktrace:
at com.jaquadro.minecraft.gardencore.block.BlockGarden.applyTestKitToGarden(BlockGarden.java:285)
at com.jaquadro.minecraft.gardencore.block.BlockGarden.applyItemToGarden(BlockGarden.java:197)
at com.jaquadro.minecraft.gardencore.block.BlockGarden.applyItemToGarden(BlockGarden.java:186)
at com.jaquadro.minecraft.gardencore.block.BlockGarden.func_149727_a(BlockGarden.java:53)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78760_a(PlayerControllerMP.java:326)
at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1436)

Crash with AgriCraft

Tested with only:
Forge 10.13.4.1492
AgriCraft-1.7.10-1.3.1
GardenStuff-1.7.10-1.6.5

Game launches normally with one or the other, but crashes on launch with both. Please let me know if this should be submitted to Agricraft's bugtracker instead.

Crash Log: http://pastebin.com/xvL43KsJ

BIG ISSUE--- almost nothing working?

Hi there, I like your mod. But in the blooming furnace if I put a stack of sand and a stack of iron and go do another thing, when I open de gui, sand and iron are gone but I get only one wrought iron... if I want more, i have to extract one by one if not they turn into a single piece.
Im using mc 1.12.2 and your last version...

blessings from Argentina and sorry for my bad english

Bad IRecipe

There's a custom IRecipe that creates oak logs. It lets you craft oak logs out of many incorrect items.

Biomes o' Plenty wood post issue

When trying to make wood posts with BoP woods, they end up as posts of something completely different. Magic wood makes Celestial Crystal posts and Redwood makes ender amethyst ore posts for two examples.

2015-01-07_14 05 04
2015-01-07_14 05 21

Tilled garden soil "spits out" planted seeds

I'm using a custom modpack for version 1.7.10. When I plant seeds in tilled garden soil, a short time later (variable but generally less than a minute) the soil "spits out" the seed, so it is floating as an item above the soil block. This doesn't seem to happen with vanilla wheat seeds, but does happen with seeds from Harvestcraft and Plant Mega Pack.

Odd interaction between Garden Soil and Botania Flower Pouch

It seems that right clicking the Botania Flower pouch onto Garden Soil deducts mystical flowers from the pouch and uses them to fill the slots in the garden soil, which you normally only see when using the trowel. The flowers do not render immediately however, but will do so upon using the trowel to look at the soil. However, upon closing the gui, this then causes a crash, presumably due to mystical flowers usually being counted as large so not actually being valid to fit in all the slots of the soil at once.
Not sure which side this would need to be fixed on, so posting here first since at least the part where it causes a crash is on the Garden Stuff side.

Crash Report: http://pastebin.com/bPjsyWCG
Botania Version: 1.7-220
Garden Stuff Version: 1.6.5

Support for Botany clays?

Binnie's Botany adds a bunch of new clay colors. Would love to be able to make flower pots out of those, too.

Crashing whenever crafting and item ID's -1

as the title says. I'm trying to run a server to play at home with the wife. loads up fine with the mod installed on my custom modpack but as soon as I try to craft anything it crashes on picking up the item from the crafting table. As an aside, I noticed in NEI that all (or most) of the items have an ID of -1 or -1:(some other number). I believe I have posted the relevant crash report. If not let me know and I will replicate the problem for another report. Thank you for any help.
crash-2015-11-30_00.19.52-client.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.